Subversion Repositories wimsdev

Rev

Rev 338 | Rev 5731 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <html>
  2.     <head></head>
  3.     <body>
  4.         <style>
  5.             a:hover{color:red; font-weight:bold; font-size:10%; }
  6.         </style>
  7.         <table>
  8.             <th>
  9.                 <H2>$module_title</H2>
  10.                 <p>
  11.                 <font color=blue size="+1">
  12.                 !record $[-1*$subject] of lang/remarks.$taal
  13.                 </font>
  14.             </th>
  15.             </tr><tr>
  16.             <td>
  17.                 <ul>
  18.                     !set levels=easy,normal,difficult,very difficult
  19.                     !for p=1 to 4
  20.                         !set ll=!item $p of $levels
  21.                         <li>
  22.                             Active link:<br>
  23.                             <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');">
  24.                                 Exercise on a $ll level
  25.                             </a>
  26.                             <ul>
  27.                                 <li>Copy & Paste in your HTML page:<br>
  28.                                     <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)">
  29.                                 </li>
  30.                             </ul>
  31.                         </li>
  32.                     !next p
  33.                 </ul>
  34.             </td>
  35.             </tr>
  36.         </table>
  37.         !href module=$module&+session=$session&cmd=intro
  38.         back </a>to the "$module_title" intro pagina
  39.     </body>
  40. </html>
  41.