1 <form name=
"form" method=
"post" action=
"<?php echo "$CFG->wwwroot
/course
/mod
.php
" ?>">
3 <input type
="hidden" name
="mode" value
="delete" />
4 <input type
="hidden" name
="section" value
="<?php p($form->section) ?>" />
5 <input type
="hidden" name
="course" value
="<?php p($form->course) ?>" />
6 <input type
="hidden" name
="sesskey" value
="<?php p($form->sesskey) ?>" />
7 <input type
="hidden" name
="coursemodule" value
="<?php p($form->coursemodule) ?>" />
8 <input type
="hidden" name
="modulename" value
="<?php p($form->modulename) ?>" />
9 <input type
="hidden" name
="instance" value
="<?php p($form->instance) ?>" />
11 <input type
="submit" value
=" <?php print_string("yes
")?> " />
12 <input type
="button" value
=" <?php print_string("no
")?> " onclick
="javascript:history.go(-1);" />