Subversion Repositories wimsdev

Rev

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

Rev 17176 Rev 17424
Line 41... Line 41...
41
  !set module_address=$email
41
  !set module_address=$email
42
!endif
42
!endif
43
 
43
 
44
!if 0$delay2>0 and $status!=$empty
44
!if 0$delay2>0 and $status!=$empty
45
  !set now_=$wims_nowseconds
45
  !set now_=$wims_nowseconds
-
 
46
  !set wims_html_header=!append line <script src="scripts/js/chronoid.js"></script> to $wims_html_header
46
  !read js/chrono.phtml $[max(0,$delay1-($now_-$starttime))]
47
  !set wims_html_onload= clockid($[max(0,$delay1-($now_-$starttime))],'clockoef');$wims_html_onload
47
!endif
48
!endif
48
!set wims_html_header=!append line $header_js to $wims_html_header
49
!set wims_html_header=!append line $header_js to $wims_html_header
49
!set wims_html_header=!append line $oefcss to $wims_html_header
50
!set wims_html_header=!append line $oefcss to $wims_html_header
50
 
51
 
51
!if $wims_class!= and $class_css=yes
52
!if $wims_class!= and $class_css=yes
Line 150... Line 151...
150
  <div class="wims_msg info small">$name_exo_giveup</div>
151
  <div class="wims_msg info small">$name_exo_giveup</div>
151
  !goto end
152
  !goto end
152
!endif
153
!endif
153
 
154
 
154
!if 0$delay1>0 and $status!=$empty
155
!if 0$delay1>0 and $status!=$empty
155
  <form target="#" name="chrono">
156
  !! TODO table needed ?
156
  <table class="wimsborder wimscenter" style="border:3px solid $wims_ref_bgcolor">
157
  <table class="wimsborder wimscenter" style="border:3px solid $wims_ref_bgcolor">
157
  <tr><td><span class="wims_warning">$wims_name_warning!</span>
158
  <tr><td><span class="wims_warning">$wims_name_warning!</span>
158
  !if $qnum>1
159
  !if $qnum>1
159
    $name_serie_limit
160
    $name_serie_limit
160
  !else
161
  !else
161
    $name_exo_limit
162
    $name_exo_limit
162
  !endif
163
  !endif
163
  <input size="4" name="clock" readonly="readonly" onfocus="this.blur();">
164
  <span id="clockoef"></span>
164
  </td></tr></table>
165
  </td></tr></table>
165
  </form>
-
 
166
!endif
166
!endif
167
 
167
 
168
:tester
168
:tester
169
!! this div will close at :end
169
!! this div will close at :end
170
<div class="oefform">
170
<div class="oefform">