Subversion Repositories wimsdev

Rev

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

Rev 5763 Rev 5900
Line 16... Line 16...
16
!endif
16
!endif
17
 
17
 
18
:tester
18
:tester
19
!read dialog/present.phtml
19
!read dialog/present.phtml
20
 
20
 
21
<p><hr width="50%"/> <p>
21
<hr style="width:50%"/>
22
 
22
 
23
!if $cmd=hint
23
!if $cmd=hint
24
 !read dialog/hint.phtml
24
 !read dialog/hint.phtml
25
 !goto end
25
 !goto end
26
!endif
26
!endif
27
 
27
 
28
!if $status=waiting
28
!if $status=waiting
29
 !if $error!=$empty
29
 !if $error!=$empty
30
  !read dialog/msg.phtml
30
  !read dialog/msg.phtml
31
  <p><hr width="50%"/> <p>
31
  <hr style="width:50%"/>
32
 !endif
32
 !endif
33
 !read dialog/form.phtml
33
 !read dialog/form.phtml
34
 <p>
34
 <p>
35
 !if $hint!=$empty and $givehint>0
35
 !if $hint!=$empty and $givehint>0
36
  !href cmd=hint $name_Hint
36
  !href cmd=hint $name_Hint
Line 42... Line 42...
42
 !else
42
 !else
43
  $name_serie_exo
43
  $name_serie_exo
44
  !href $renewlink $name_serie_renew
44
  !href $renewlink $name_serie_renew
45
.
45
.
46
 !endif
46
 !endif
-
 
47
 </p>
47
!else
48
!else
48
 !if $error!=$empty
49
 !if $error!=$empty
49
  !read dialog/msg.phtml
50
  !read dialog/msg.phtml
50
  <p><hr width="50%"/> <p>
51
  <hr style="width:50%"/>
51
 !endif
52
 !endif
52
 !read dialog/answer.phtml
53
 !read dialog/answer.phtml
53
 <p>
54
 <p>
54
 !if $status!=$empty
55
 !if $status!=$empty
55
  $name_serie_exo2 <p>
56
  $name_serie_exo2 <p>
Line 68... Line 69...
68
.
69
.
69
   !if $wims_sheet=$empty
70
   !if $wims_sheet=$empty
70
    !href exo_Intro
71
    !href exo_Intro
71
.
72
.
72
   !endif
73
   !endif
-
 
74
   </p>
73
  !else
75
  !else
74
   $name_exo_score
76
   $name_exo_score
75
   !ifval $score>9.8
77
   !ifval $score>9.8
76
    $wims_name_Congratulations
78
    $wims_name_Congratulations
77
   !endif
79
   !endif
Line 80... Line 82...
80
.
82
.
81
   !if $wims_sheet=$empty and $oef_test!=yes
83
   !if $wims_sheet=$empty and $oef_test!=yes
82
    !href exo_Intro
84
    !href exo_Intro
83
.
85
.
84
   !endif
86
   !endif
-
 
87
   </p>
85
  !endif
88
  !endif
86
 !endif
89
 !endif
87
!endif
90
!endif
88
 
91
 
89
!read endhook.phtml
92
!read endhook.phtml