Subversion Repositories wimsdev

Rev

Rev 17055 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !form reply
  2. $name_step $currstep : $methexp.
  3.  
  4. !if $shcontext!=$empty
  5.   <p>
  6.   $name_form3_1?
  7.   !set n=!itemcnt $shcontext
  8.   !formselect repcontext from 0 to $n prompt $ch_choose,$listcontext
  9.   </p>
  10. !endif
  11. !if $shresult!=$empty
  12.   <p>
  13.    $name_form3_2?
  14.   </p>
  15.   <ul>
  16.   !set n=!itemcnt $shresult
  17.   !for i=1 to $n
  18.     !set b=!item $i of $listresult
  19.     <li><input type="radio" name="represult" value="$i"
  20.     !if $i=$represult
  21.       checked="checked"
  22.     !endif
  23.     />
  24.     !insmath $b
  25.     </li>
  26.   !next i
  27.   </ul>
  28. !endif
  29.  
  30. <div class="wimscenter"><input type="submit" value="$wims_name_send" /></div>
  31. !formend
  32.