Rev 12523 | 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> |
||
13676 | schaersvoo | 48 | $my_js_include |
5995 | schaersvoo | 49 | !if $status=waiting |
50 | <!-- begin form.phtml in authordir --> |
||
51 | !read $phtmldir/form.phtml |
||
52 | <!-- end form.phtml in authordir --> |
||
53 | <p style="text-align:left"> |
||
10974 | bpr | 54 | !set wims_ref_class=wims_button wims_secondary_button |
5995 | schaersvoo | 55 | !href exo_Renew |
56 | </p> |
||
57 | !else |
||
58 | <!-- begin answer.phtml in authordir --> |
||
59 | !read $phtmldir/answer.phtml |
||
12523 | schaersvoo | 60 | <script> |
12334 | schaersvoo | 61 | disable_mathml_input(); |
62 | </script> |
||
5995 | schaersvoo | 63 | <!-- end answer.phtml in authordir --> |
64 | <p style="text-align:left"> |
||
10974 | bpr | 65 | !set wims_ref_class=wims_button |
5995 | schaersvoo | 66 | !href exo_Again |
67 | . |
||
68 | </p> |
||
10974 | bpr | 69 | |
5995 | schaersvoo | 70 | !if $worksheet=$empty |
10974 | bpr | 71 | !set wims_ref_class=wims_button wims_secondary_button |
5995 | schaersvoo | 72 | !href exo_Intro |
73 | . |
||
74 | !endif |
||
75 | !endif |
||
76 | </div> |
||
77 | :end |
||
12523 | schaersvoo | 78 | <script src="$jsdir/wz_tooltip.js"></script> |
5995 | schaersvoo | 79 | !tail |
338 | schaersvoo | 80 | !endif |
81 | !endif |
||
5873 | schaersvoo | 82 | <!-- end main.phtml in authordir --> |