Subversion Repositories wimsdev

Rev

Rev 20 | Rev 1664 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 1409
Line 1... Line 1...
1
!nocache
1
!nocache
-
 
2
<!-- Begin it/form.phtml-->
2
!if $oefsteps!=$empty
3
!if $oefsteps!=$empty
3
 !set fieldtot=!itemcnt $thisstep
4
 !set fieldtot=!itemcnt $thisstep
4
!else
5
!else
5
 !set fieldtot=$[$choicecnt+$replycnt]
6
 !set fieldtot=$[$choicecnt+$replycnt]
6
!endif
7
!endif
Line 11... Line 12...
11
 
12
 
12
!set N_=!itemcnt $embedded
13
!set N_=!itemcnt $embedded
13
!if $fieldtot<=$N_
14
!if $fieldtot<=$N_
14
 !goto send
15
 !goto send
15
!endif
16
!endif
16
 
-
 
17
!if $hasembedding!=yes
-
 
18
 <a name=oefform id=oefform> </a>
-
 
19
 !form reply name=replyform onsubmit="return formcheck();"
-
 
20
!endif
17
<legend>
21
 
-
 
22
!if $error=$empty
18
!if $error=$empty
23
 Introduzca su respuesta:
19
 Introduzca su respuesta:
24
!else
20
!else
25
 <b>Corrija</b> su respuesta:
21
 <b>Corrija</b> su respuesta:
26
!endif
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
 
27
!if $oefsteps!=$empty and $oefstepcnt>1
30
!if $oefsteps!=$empty and $oefstepcnt>1
28
 !if $dynsteps=yes
31
 !if $dynsteps=yes
29
  (etapa $oefstep)
32
  (etapa $oefstep)
30
 !else
33
 !else
31
  (etapa $oefstep/$oefstepcnt)
34
  (etapa $oefstep/$oefstepcnt)
Line 41... Line 44...
41
!next t
44
!next t
42
</table>
45
</table>
43
:send
46
:send
44
!if $wims_fill_list!=$empty and $fillcnt>0 and $wims_fill_type!=$empty
47
!if $wims_fill_list!=$empty and $fillcnt>0 and $wims_fill_type!=$empty
45
 !read anstype/$wims_fill_type.after
48
 !read anstype/$wims_fill_type.after
-
 
49
!endif
-
 
50
!if $hasembedding!=yes
-
 
51
</fieldset>
-
 
52
<!-- </fieldset> end of "oefform" fieldset-->
46
!endif
53
!endif
47
!if $oef_formnosubmit!=yes
54
!if $oef_formnosubmit!=yes
48
 <center>
55
 <center>
49
 <input type=submit value="Enviar la respuesta">
56
 <input type=submit value="Enviar la respuesta">
50
 </center>
57
 </center>