Subversion Repositories wimsdev

Rev

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

  1. !nocache
  2. !if $oefsteps!=$empty
  3.  !set fieldtot=!itemcnt $thisstep
  4. !else
  5.  !set fieldtot=$[$choicecnt+$replycnt]
  6. !endif
  7.  
  8. !if $fieldtot<1
  9.  !changeto oef/noreply.phtml
  10. !endif
  11.  
  12. !set N_=!itemcnt $embedded
  13. !if $fieldtot<=$N_
  14.  !goto send
  15. !endif
  16.  
  17. !if $hasembedding!=yes
  18.  <a name=oefform id=oefform> </a>
  19.  !form reply name=replyform onsubmit="return formcheck();"
  20. !endif
  21.  
  22. !if $error=$empty
  23. ÊäÈëÄãµÄ»Ø´ð&nbsp;:
  24. !else
  25.  <b>¶©Õý</b>ÄãµÄ»Ø´ð&nbsp;:
  26. !endif
  27. !if $oefsteps!=$empty and $oefstepcnt>1
  28.  !if $dynsteps=yes
  29.   (step $oefstep)
  30.  !else
  31.   (step $oefstep/$oefstepcnt)
  32.  !endif
  33. !endif
  34. <br><table border=0>
  35. !distribute item 1,1 into cntr,cntc
  36. !for t in $ansorder
  37.  !read oef/form$t.phtml $(cnt$t)
  38.  !advance cnt$t
  39. !next t
  40. </table>
  41. :send
  42. !if $wims_fill_list!=$empty and $fillcnt>0 and $wims_fill_type!=$empty
  43.  !read anstype/$wims_fill_type.after
  44. !endif
  45. !if $oef_formnosubmit!=yes
  46.  <center>
  47.  <input type=submit value="·¢Ëͻشð">
  48.  </center>
  49. !endif
  50. </form>
  51.  
  52. !if $qcmgood<1 and $choicecnt>0
  53.  <small><b>˵Ã÷.</b> Èç¹ûÄã¾õµÃ±»ÁоٵÄÑ¡ÔñûÓÐÒ»¸öÊǺÏÊʵÄ,
  54. Äã¿ÉÑ¡``¶¼²»¶Ô''.</small> <p>
  55. !endif
  56.  
  57.  
  58.