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/es/nodata.phtml |
29 | !read oef/es/nodata.phtml |
30 | !goto end |
30 | !goto end |
Line 42... | Line 42... | ||
42 | . </center> |
42 | . </center> |
43 | !goto end |
43 | !goto end |
44 | !endif |
44 | !endif |
45 | 45 | ||
46 | !if 0$delay1>0 and $status!=$empty |
46 | !if 0$delay1>0 and $status!=$empty |
47 | <p><form target= |
47 | <p><form target="#" name=chrono><center> |
48 | <table border=2 bgcolor="$wims_ref_bgcolor"><tr><td> |
48 | <table border=2 bgcolor="$wims_ref_bgcolor"><tr><td> |
49 | <b><font color=red>¡Atención!</font></b> |
49 | <b><font color=red>¡Atención!</font></b> |
50 | !if $qnum>1 |
50 | !if $qnum>1 |
51 | Esta serie tiene límite de tiempo. |
51 | Esta serie tiene límite de tiempo. |
52 | !else |
52 | !else |
53 | Ete ejercicio tiene límite de tiempo. |
53 | Ete ejercicio tiene límite de tiempo. |
54 | !endif |
54 | !endif |
55 | <input size=4 name=clock readonly onFocus=this |
55 | <input size=4 name=clock readonly onFocus="this.blur();"> |
56 | </table> |
56 | </table> |
57 | </center></form> <p> |
57 | </center></form> <p> |
58 | !endif |
58 | !endif |
59 | 59 | ||
60 | :tester |
60 | :tester |