Subversion Repositories wimsdev

Rev

Rev 5763 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1.  
  2. !form reply
  3. µÚ $currstep  ²½: $methexp.
  4. <p>
  5. !if $shcontext!=$empty
  6.  Ó¦Óñ¾·½·¨µÄÌõ¼þÊÇʲô?
  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.  ±¾·½·¨Äܵõ½Ê²Ã´? <ul>
  13.  !set n=!itemcnt $shresult
  14.  !for i=1 to $n
  15.   !set b=!item $i of $listresult
  16.   <li><input type="radio" name="represult" value="$i"
  17.   !if $i=$represult
  18.    checked
  19.   !endif
  20.   />
  21.   !insmath $b
  22.  !next i
  23.  </ul><p>
  24. !endif
  25.  
  26. <center><input type="submit" value="·¢ËÍ"/>
  27. </center>
  28. !formend
  29.  
  30.