Rev 12334 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5873 | schaersvoo | 1 | <!-- begin main.phtml in authordir --> |
2 | !set wims_html_header=!append line \ |
||
3 | <link rel="stylesheet" type="text/css" href="$htmldir/schaersvoorde.css" /> \ |
||
5889 | schaersvoo | 4 | <!-- schaersvoorde.css ... --> \ |
5873 | schaersvoo | 5 | $my_temp_css to $wims_html_header |
6 | |||
1849 | schaersvoo | 7 | !set module_language=$lang |
8 | !set lang_title=!getdef title_$lang in INDEX |
||
9 | !if $lang_title!= |
||
10 | !set module_title=$lang_title |
||
11 | !endif |
||
5731 | schaersvoo | 12 | |
338 | schaersvoo | 13 | !if $printexo!=0 |
14 | !if $printexo=1 |
||
5944 | schaersvoo | 15 | <!-- begin print.phtml --> |
338 | schaersvoo | 16 | !read $phtmldir/print.phtml |
5944 | schaersvoo | 17 | <!-- end print.phtml --> |
338 | schaersvoo | 18 | !else |
5944 | schaersvoo | 19 | <!-- begin hyperref.taal.phtml --> |
338 | schaersvoo | 20 | !read $remarkdir/hyperref.$taal.phtml |
5944 | schaersvoo | 21 | <!-- end hyperref.taal.phtml --> |
338 | schaersvoo | 22 | !endif |
23 | !else |
||
5731 | schaersvoo | 24 | !if $my_html_onload != $empty |
25 | !set wims_html_onload=!append word $ $my_html_onload $ to $wims_html_onload |
||
26 | !endif |
||
338 | schaersvoo | 27 | !header |
10974 | bpr | 28 | |
5995 | schaersvoo | 29 | !if $newstyle=$empty |
10974 | bpr | 30 | <h2>THIS MODULE IS OUTDATED |
5995 | schaersvoo | 31 | <hr /> |
32 | PLEASE UPDATE YOUR MODULES !! |
||
33 | <hr /> |
||
10974 | bpr | 34 | </h2> |
35 | <h3> |
||
5995 | schaersvoo | 36 | <a href="mailto:$wims_site_manager?subject=$module please update all Dutch modules to their latest version !"> |
10974 | bpr | 37 | Write an email to the system administrator |
5995 | schaersvoo | 38 | </a> |
10974 | bpr | 39 | </h3> |
5995 | schaersvoo | 40 | |
338 | schaersvoo | 41 | !else |
5995 | schaersvoo | 42 | <div style="width:100%;height:100%" id="schaersvoorde_exercise"> |
43 | <noscript> |
||
44 | <h1>Please enable javascript to work with our Schaersvoorde modules</h1> |
||
45 | </noscript> |
||
12523 | schaersvoo | 46 | <script src="$jsdir/../lang/remarks.$taal.js"></script> |
47 | <script src="$jsdir/precheck.js"></script> |
||
5995 | schaersvoo | 48 | !if $status=waiting |
49 | <!-- begin form.phtml in authordir --> |
||
50 | !read $phtmldir/form.phtml |
||
51 | <!-- end form.phtml in authordir --> |
||
52 | <p style="text-align:left"> |
||
10974 | bpr | 53 | !set wims_ref_class=wims_button wims_secondary_button |
5995 | schaersvoo | 54 | !href exo_Renew |
55 | </p> |
||
56 | !else |
||
57 | <!-- begin answer.phtml in authordir --> |
||
58 | !read $phtmldir/answer.phtml |
||
12523 | schaersvoo | 59 | <script> |
12334 | schaersvoo | 60 | disable_mathml_input(); |
61 | </script> |
||
5995 | schaersvoo | 62 | <!-- end answer.phtml in authordir --> |
63 | <p style="text-align:left"> |
||
10974 | bpr | 64 | !set wims_ref_class=wims_button |
5995 | schaersvoo | 65 | !href exo_Again |
66 | . |
||
67 | </p> |
||
10974 | bpr | 68 | |
5995 | schaersvoo | 69 | !if $worksheet=$empty |
10974 | bpr | 70 | !set wims_ref_class=wims_button wims_secondary_button |
5995 | schaersvoo | 71 | !href exo_Intro |
72 | . |
||
73 | !endif |
||
74 | !endif |
||
75 | </div> |
||
76 | :end |
||
12523 | schaersvoo | 77 | <script src="$jsdir/wz_tooltip.js"></script> |
5995 | schaersvoo | 78 | !tail |
338 | schaersvoo | 79 | !endif |
80 | !endif |
||
5873 | schaersvoo | 81 | <!-- end main.phtml in authordir --> |