moodle/course/editweek.html
2001-11-22 06:23:56 +00:00

12 lines
419 B
HTML

<BLOCKQUOTE>
<FORM name="form" method="post" action="editweek.php">
<P><B>Summary of week <?=$form->week ?></B></P>
<TEXTAREA NAME=summary COLS=60 ROWS=4 WRAP=virtual><?=$form->summary ?></TEXTAREA>
<BR><FONT SIZE=1>(Maximum of 255 characters)</FONT>
<P>
<INPUT type="hidden" name=id value="<?=$form->id ?>">
<INPUT type="submit" value="Save all changes">
<INPUT type="reset" value="Revert">
</P>
</FORM>
</BLOCKQUOTE>