Subversion Repositories wimsdev

Rev

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

  1. !nocache
  2. <!-- Begin nl/form.phtml-->
  3. !if $oefsteps!=$empty
  4.  !set fieldtot=!itemcnt $thisstep
  5. !else
  6.  !set fieldtot=$[$choicecnt+$replycnt]
  7. !endif
  8.  
  9. !if $fieldtot<1
  10.  !changeto oef/noreply.phtml
  11. !endif
  12.  
  13. !set N_=!itemcnt $embedded
  14. !if $fieldtot<=$N_
  15.  !goto send
  16. !endif
  17. <legend>
  18. !if $error=$empty
  19. Voer hier je antwoord in:
  20. !else
  21.  <b>Corrigeer</b> je antwoord :
  22. !endif
  23. </legend>
  24.  
  25. !if $hasembedding!=yes
  26.  <a name=oefform id=oefform> </a>
  27.  !form reply name="replyform" onsubmit="return formcheck();"
  28. !endif
  29.  
  30. !if $oefsteps!=$empty and $oefstepcnt>1
  31.  !if $dynsteps=yes
  32.   (stap $oefstep)
  33.  !else
  34.   (stap $oefstep/$oefstepcnt)
  35.  !endif
  36. !endif
  37. <br><table border=0>
  38. !distribute item 1,1 into cntr,cntc
  39. !for t in $ansorder
  40.  !if $oefsteps=$empty or $t$(cnt$t) isitemof $thisstep
  41.   !read oef/form$t.phtml $(cnt$t)
  42.  !endif
  43.  !advance cnt$t
  44. !next t
  45. </table>
  46. :send
  47. !if $wims_fill_list!=$empty and $fillcnt>0 and $wims_fill_type!=$empty
  48.  !read anstype/$wims_fill_type.after
  49. !endif
  50. !if $hasembedding!=yes
  51. </fieldset>
  52. <!-- </fieldset> end of "oefform" fieldset-->
  53. !endif
  54. !if $oef_formnosubmit!=yes
  55.  <center>
  56.  <input type=submit value="OK en VERSTUREN">
  57.  </center>
  58. !endif
  59. </form>
  60.  
  61. !if $qcmgood<1 and $choicecnt>0
  62.  <small><b>Opmerking.</b> Kies '$ch_none', als je denkt dat het goede antwoord er niet bijzit.</small> <p>
  63. !endif
  64. <!-- End nl/form.phtml-->
  65.  
  66.