Rev 1060 | Rev 1198 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1060 | Rev 1105 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !if $oef_test=yes |
2 | !if $oef_test=yes |
3 | !set renewlink=cmd=next&retest=again |
3 | !set renewlink=cmd=next&retest=again |
4 | $header_js |
4 | !!$header_js |
5 | !goto tester |
5 | !goto tester |
6 | !else |
6 | !else |
7 | !set init_parm=!translate + to $ $ in $module_init_parm |
7 | !set init_parm=!translate + to $ $ in $module_init_parm |
- | 8 | !set init_parm=!replace internal $\ |
|
- | 9 | $ by ; in $init_parm |
|
8 | !set renewlink=cmd=renew&worksheet=$worksheet&$init_parm |
10 | !set renewlink=cmd=renew&worksheet=$worksheet&$init_parm |
9 | !endif |
11 | !endif |
10 | 12 | ||
11 | !if $printing=yes |
13 | !if $printing=yes |
12 | !changeto oef/print.phtml |
14 | !changeto oef/print.phtml |
Line 21... | Line 23... | ||
21 | !if 0$delay2>0 and $status!=$empty |
23 | !if 0$delay2>0 and $status!=$empty |
22 | !set now_=$wims_nowseconds |
24 | !set now_=$wims_nowseconds |
23 | !read js/chrono.phtml $[max(0,$delay1-($now_-$starttime))] |
25 | !read js/chrono.phtml $[max(0,$delay1-($now_-$starttime))] |
24 | !endif |
26 | !endif |
25 | !set wims_html_header=!append line $header_js to $wims_html_header |
27 | !set wims_html_header=!append line $header_js to $wims_html_header |
- | 28 | !set wims_html_header=$oefcss\ |
|
- | 29 | $wims_html_header |
|
- | 30 | ||
26 | ! |
31 | !header1 |
- | 32 | <h1 class="oeftitle">$title</h1> |
|
27 | 33 | ||
28 | !if $module_checkdata!=yes |
34 | !if $module_checkdata!=yes |
29 | !read oef/ |
35 | !read oef/$module_language/nodata.phtml |
30 | !goto end |
36 | !goto end |
31 | !endif |
37 | !endif |
32 | 38 | ||
33 | !if $title=$empty |
39 | !if $title=$empty |
34 | Este módulo es una agrupación de ejercicios. Aparentemente lo ha |
40 | Este módulo es una agrupación de ejercicios. Aparentemente lo ha |