Subversion Repositories wimsdev

Rev

Rev 12523 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!-- begin main.phtml in authordir -->
  2. !set wims_html_header=!append line \
  3. <link rel="stylesheet" type="text/css" href="$htmldir/schaersvoorde.css" /> \
  4. <!-- schaersvoorde.css ...  --> \
  5. $my_temp_css to $wims_html_header
  6.  
  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
  12.  
  13. !if $printexo!=0
  14.     !if $printexo=1
  15.         <!-- begin print.phtml -->
  16.         !read $phtmldir/print.phtml
  17.         <!-- end print.phtml -->
  18.     !else
  19.         <!-- begin hyperref.taal.phtml -->
  20.         !read $remarkdir/hyperref.$taal.phtml
  21.         <!-- end hyperref.taal.phtml -->
  22.     !endif
  23. !else
  24.     !if $my_html_onload != $empty
  25.         !set wims_html_onload=!append word $ $my_html_onload $ to $wims_html_onload
  26.     !endif
  27.     !header
  28.  
  29.     !if $newstyle=$empty
  30.         <h2>THIS MODULE IS OUTDATED
  31.         <hr />
  32.         PLEASE UPDATE YOUR MODULES !!
  33.         <hr />
  34.         </h2>
  35.         <h3>
  36.         <a href="mailto:$wims_site_manager?subject=$module please update all Dutch modules to their latest version !">
  37.             Write an email to the system administrator
  38.         </a>
  39.         </h3>
  40.  
  41.     !else
  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>
  46.             <script src="$jsdir/../lang/remarks.$taal.js"></script>
  47.             <script src="$jsdir/precheck.js"></script>
  48.             $my_js_include
  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">
  54.                 !set wims_ref_class=wims_button wims_secondary_button
  55.                 !href exo_Renew
  56.                 </p>
  57.             !else
  58.                 <!-- begin answer.phtml in authordir -->
  59.                 !read $phtmldir/answer.phtml
  60.                 <script>
  61.                     disable_mathml_input();
  62.                 </script>
  63.                 <!-- end answer.phtml in authordir -->
  64.                 <p style="text-align:left">
  65.                 !set wims_ref_class=wims_button
  66.                 !href exo_Again
  67.                 .
  68.                 </p>
  69.  
  70.                 !if $worksheet=$empty
  71.                     !set wims_ref_class=wims_button wims_secondary_button
  72.                     !href exo_Intro
  73.                     .
  74.                 !endif
  75.             !endif
  76.         </div>
  77.         :end
  78.         <script src="$jsdir/wz_tooltip.js"></script>
  79.         !tail
  80.     !endif
  81. !endif
  82. <!-- end main.phtml in authordir -->
  83.