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 | !goto tester |
5 | !goto tester |
5 | !else |
6 | !else |
6 | !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 |
|
7 | !set renewlink=cmd=renew&worksheet=$worksheet&$init_parm |
10 | !set renewlink=cmd=renew&worksheet=$worksheet&$init_parm |
8 | !endif |
11 | !endif |
9 | 12 | ||
10 | !if $printing=yes |
13 | !if $printing=yes |
11 | !changeto oef/print.phtml |
14 | !changeto oef/print.phtml |
Line 20... | Line 23... | ||
20 | !if 0$delay2>0 and $status!=$empty |
23 | !if 0$delay2>0 and $status!=$empty |
21 | !set now_=$wims_nowseconds |
24 | !set now_=$wims_nowseconds |
22 | !read js/chrono.phtml $[max(0,$delay1-($now_-$starttime))] |
25 | !read js/chrono.phtml $[max(0,$delay1-($now_-$starttime))] |
23 | !endif |
26 | !endif |
24 | !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 | ||
25 | ! |
31 | !header1 |
- | 32 | <h1 class="oeftitle">$title</h1> |
|
- | 33 | ||
- | 34 | !if $module_checkdata!=yes |
|
- | 35 | !read oef/$module_language/nodata.phtml |
|
- | 36 | !goto end |
|
- | 37 | !endif |
|
26 | 38 | ||
27 | !if $title=$empty |
39 | !if $title=$empty |
28 | Aquest mòdul és un agrupament d'exercicis. Aparentment l'has demanat |
40 | Aquest mòdul és un agrupament d'exercicis. Aparentment l'has demanat |
29 | sense precisar quin exercici vàlid vols fer. Pot ser que hagis clicat |
41 | sense precisar quin exercici vàlid vols fer. Pot ser que hagis clicat |
30 | sobre un enllaç incorrecte, o per un error al software. |
42 | sobre un enllaç incorrecte, o per un error al software. |