Subversion Repositories wimsdev

Rev

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

Rev 5900 Rev 15353
Line 6... Line 6...
6
!header
6
!header
7
 
7
 
8
!if $title=$empty
8
!if $title=$empty
9
  $name_emptytitle
9
  $name_emptytitle
10
  <div class="wimscenter">
10
  <div class="wimscenter">
-
 
11
  !set wims_ref_class=wims_button
11
 !href module=$module $name_restart
12
  !href module=$module $name_restart
12
 , $wims_name_or
13
  , $wims_name_or
-
 
14
  !set wims_ref_class=wims_button
13
 !href $ $wims_name_giveup
15
  !href $ $wims_name_giveup
14
 . </div>
16
  . </div>
15
 !goto end
17
  !goto end
16
!endif
18
!endif
17
 
19
 
18
:tester
20
:tester
19
!read dialog/present.phtml
21
!read dialog/present.phtml
20
 
22
 
21
<hr style="width:50%"/>
23
<hr style="width:50%"/>
22
 
24
 
23
!if $cmd=hint
25
!if $cmd=hint
24
 !read dialog/hint.phtml
26
  !read dialog/hint.phtml
25
 !goto end
27
  !goto end
26
!endif
28
!endif
27
 
29
 
28
!if $status=waiting
30
!if $status=waiting
29
 !if $error!=$empty
31
  !if $error!=$empty
30
  !read dialog/msg.phtml
32
    !read dialog/msg.phtml
31
  <hr style="width:50%"/>
33
    <hr style="width:50%"/>
32
 !endif
34
  !endif
33
 !read dialog/form.phtml
35
  !read dialog/form.phtml
34
 <p>
36
  <p>
35
 !if $hint!=$empty and $givehint>0
37
  !if $hint!=$empty and $givehint>0
-
 
38
    !set wims_ref_class=wims_button_help
36
  !href cmd=hint $name_Hint
39
    !href cmd=hint $name_Hint
37
.
-
 
38
 !endif
40
  !endif
-
 
41
  !set wims_ref_class=wims_button
39
 !if $qnum<=1
42
  !if $qnum<=1
40
  !href $renewlink $name_exo_renew
43
    !href $renewlink $name_exo_renew
41
.
-
 
42
 !else
44
  !else
43
  $name_serie_exo
45
    $name_serie_exo
44
  !href $renewlink $name_serie_renew
46
    !href $renewlink $name_serie_renew
45
.
-
 
46
 !endif
47
  !endif
47
 </p>
48
  </p>
48
!else
49
!else
49
 !if $error!=$empty
50
  !if $error!=$empty
50
  !read dialog/msg.phtml
51
     !read dialog/msg.phtml
51
  <hr style="width:50%"/>
52
     <hr style="width:50%"/>
52
 !endif
53
  !endif
53
 !read dialog/answer.phtml
54
  !read dialog/answer.phtml
54
 <p>
55
  <p>
55
 !if $status!=$empty
56
  !if $status!=$empty
56
  $name_serie_exo2 <p>
57
    $name_serie_exo2 <p>
-
 
58
    !set wims_ref_class=wims_button
57
  !href cmd=next $name_serie_nextexo
59
    !href cmd=next $name_serie_nextexo
58
, $wims_name_or
60
     $wims_name_or
-
 
61
    !set wims_ref_class=wims_button
59
  !href $renewlink name_exo_renew
62
    !href $renewlink name_exo_renew
60
. $name_serie_new2
63
. $name_serie_new2
61
 !else
64
 !else
62
  !if $qnum>1
65
    !if $qnum>1
63
   $name_serie_score
66
      $name_serie_score
64
   !ifval $score>9.8
67
      !ifval $score>9.8
65
    $wims_name_Congratulations
68
        $wims_name_Congratulations
66
   !endif
69
      !endif
67
   <p>
70
      <p>
-
 
71
      !set wims_ref_class=wims_button
68
   !href exo_Again
72
        !href exo_Again
69
.
-
 
70
   !if $wims_sheet=$empty
73
      !if $wims_sheet=$empty
-
 
74
        !set wims_ref_class=wims_button
71
    !href exo_Intro
75
        !href exo_Intro
72
.
-
 
73
   !endif
76
      !endif
74
   </p>
77
      </p>
75
  !else
78
    !else
76
   $name_exo_score
79
      $name_exo_score
77
   !ifval $score>9.8
80
      !ifval $score>9.8
78
    $wims_name_Congratulations
81
        $wims_name_Congratulations
79
   !endif
82
      !endif
80
   <p>
83
      <p>
-
 
84
      !set wims_ref_class=wims_button
81
   !href exo_Again
85
      !href exo_Again
82
.
-
 
83
   !if $wims_sheet=$empty and $oef_test!=yes
86
      !if $wims_sheet=$empty and $oef_test!=yes
-
 
87
        !set wims_ref_class=wims_button
84
    !href exo_Intro
88
        !href exo_Intro
85
.
-
 
86
   !endif
89
      !endif
87
   </p>
90
      </p>
-
 
91
    !endif
88
  !endif
92
  !endif
89
 !endif
-
 
90
!endif
93
!endif
91
 
94
 
92
!read endhook.phtml
95
!read endhook.phtml
93
:end
96
:end
94
 
97
 
95
!tail
98
!tail
96
 
-