Subversion Repositories wimsdev

Rev

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

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3.     <head></head>
  4.     <body>
  5.         <style>
  6.             a:hover{color:red; font-weight:bold; font-size:10%; }
  7.         </style>
  8.         <table summary="">
  9.             <tr>
  10.             <th>
  11.                 <H2>$module_title</H2>
  12.                 <p>
  13.                 <span color=blue size="+1">
  14.                 !record $[-1*$subject] of lang/remarks.$taal
  15.                 </span>
  16.                 </p>
  17.             </th>
  18.             </tr><tr>
  19.             <td>
  20.                 <ul>
  21.                     !set levels=gemakkelijk,normaal,moeilijk,erg moeilijk
  22.                     !for p=1 to 4
  23.                         !set ll=!item $p of $levels
  24.                         <li>
  25.                             Active link:<br />
  26.                             <a onclick="javascript:window.open('$wims_ref_name?module=$module&+cmd=new&+taal=$taal&+level=$p&+usage=5&+total_exos=1&+teaching=$teaching&+image=$image&+options=$options&+rounding=$rounding&+mathview=$mathview&+calculator=$calculator&+scribling=$scribling&+time=1&+noselect=$noselect&+maxtry=$maxtry&+goodbadsign=$goodbadsign&+showanswer=$showanser&+mytexsize=$mytexsize&+printexo=0&+subject=$subject','','width=800,height=600,left=0,top=0');">
  27.                                 Oefening op " $ll " niveau
  28.                             </a>
  29.                             <ul>
  30.                                 <li>Copy & Paste in een HTML pagina:<br />
  31.                                     <input style="border:0" type="text" size="110" name="$p" onmouseover="javascript:select();" value="<a http://$wims_ref_name?module=$module&+cmd=new&+taal=$taal&+level=$p&+usage=5&+total_exos=1&+teaching=$teaching&+image=$image&+options=$options&+rounding=$rounding&+mathview=$mathview&+calculator=$calculator&+scribling=$scribling&+time=1&+noselect=$noselect&+maxtry=$maxtry&+goodbadsign=$goodbadsign&+showanswer=$showanser&+mytexsize=$mytexsize&+printexo=0&+subject=$subject>$rem</a>($ll)" />
  32.                                 </li>
  33.                             </ul>
  34.                         </li>
  35.                     !next p
  36.                 </ul>
  37.             </td>
  38.             </tr>
  39.         </table>
  40.         !href module=$module&+session=$session&cmd=intro
  41.         terug </a>naar de "$module_title" intro pagina
  42.     </body>
  43. </html>
  44.