Rev 1009 | Rev 1105 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1009 | Rev 1060 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | !set module_address=$email |
18 | !set module_address=$email |
19 | !endif |
19 | !endif |
20 | 20 | ||
21 | !if 0$delay2>0 and $status!=$empty |
21 | !if 0$delay2>0 and $status!=$empty |
22 | !set now_=$wims_nowseconds |
22 | !set now_=$wims_nowseconds |
23 | !read js/chrono. |
23 | !read js/chrono.phtml $[max(0,$delay1-($now_-$starttime))] |
24 | !endif |
24 | !endif |
25 | $header_js |
25 | !set wims_html_header=!append line $header_js to $wims_html_header |
26 | !header |
26 | !header |
27 | 27 | ||
28 | !if $module_checkdata!=yes |
28 | !if $module_checkdata!=yes |
29 | !read oef/en/nodata.phtml |
29 | !read oef/en/nodata.phtml |
30 | !goto end |
30 | !goto end |
Line 41... | Line 41... | ||
41 | . </center> |
41 | . </center> |
42 | !goto end |
42 | !goto end |
43 | !endif |
43 | !endif |
44 | 44 | ||
45 | !if 0$delay1>0 and $status!=$empty |
45 | !if 0$delay1>0 and $status!=$empty |
46 | <p><form target= |
46 | <p><form target="#" name=chrono><center> |
47 | <table border=2 bgcolor="$wims_ref_bgcolor"><tr><td> |
47 | <table border=2 bgcolor="$wims_ref_bgcolor"><tr><td> |
48 | <b><font color=red>Attention!</font></b> |
48 | <b><font color=red>Attention!</font></b> |
49 | !if $qnum>1 |
49 | !if $qnum>1 |
50 | This series of exercises is limited in time. |
50 | This series of exercises is limited in time. |
51 | !else |
51 | !else |
52 | This exercise is limited in time. |
52 | This exercise is limited in time. |
53 | !endif |
53 | !endif |
54 | <input size=4 name=clock readonly onFocus=this |
54 | <input size=4 name=clock readonly onFocus="this.blur();"> |
55 | </table> |
55 | </table> |
56 | </center></form> <p> |
56 | </center></form> <p> |
57 | !endif |
57 | !endif |
58 | 58 | ||
59 | :tester |
59 | :tester |