Diff for /loncom/homework/imagechoice.pm between versions 1.16 and 1.17

version 1.16, 2009/02/18 07:06:12 version 1.17, 2009/05/11 16:51:22
Line 147  sub getcoord { Line 147  sub getcoord {
     $r->print(<<"END");      $r->print(<<"END");
 $start_page  $start_page
 <h3>$heading</h3>  <h3>$heading</h3>
 <form method="POST" action="/adm/imagechoice?token=$id">  <form method="post" action="/adm/imagechoice?token=$id">
 $nextstage  $nextstage
 <input type="submit" name="cancel" value="$canceltext" />  <input type="submit" name="cancel" value="$canceltext" />
 <br />  <br />

Removed from v.1.16  
changed lines
  Added in v.1.17


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>