Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
20 reyssat 1
!nocache
1409 bpr 2
<!-- Begin nl/form.phtml-->
20 reyssat 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
1409 bpr 17
<legend>
18
!if $error=$empty
19
Voer hier je antwoord in:
20
!else
21
 <b>Corrigeer</b> je antwoord :
22
!endif
23
</legend>
20 reyssat 24
 
25
!if $hasembedding!=yes
26
 <a name=oefform id=oefform> </a>
1409 bpr 27
 !form reply name="replyform" onsubmit="return formcheck();"
20 reyssat 28
!endif
29
 
30
!if $oefsteps!=$empty and $oefstepcnt>1
31
 !if $dynsteps=yes
1262 schaersvoo 32
  (stap $oefstep)
20 reyssat 33
 !else
1262 schaersvoo 34
  (stap $oefstep/$oefstepcnt)
20 reyssat 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
1409 bpr 50
!if $hasembedding!=yes
51
</fieldset>
52
<!-- </fieldset> end of "oefform" fieldset-->
53
!endif
20 reyssat 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
631 schaersvoo 62
 <small><b>Opmerking.</b> Kies '$ch_none', als je denkt dat het goede antwoord er niet bijzit.</small> <p>
20 reyssat 63
!endif
1409 bpr 64
<!-- End nl/form.phtml-->
20 reyssat 65