Subversion Repositories wimsdev

Rev

Rev 5731 | Go to most recent revision | 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.             <th>
  10.                 <H2>$module_title</H2>
  11.                 <p>
  12.                 <font color=blue size="+1">
  13.                 !record $[-1*$subject] of lang/remarks.$taal
  14.                 </font>
  15.                 </p>
  16.             </th>
  17.             </tr><tr>
  18.             <td>
  19.                 <ul>
  20.                     !set levels=facile,normale,difficile,molto difficile
  21.                     !for p=1 to 4
  22.                         !set ll=!item $p of $levels
  23.                         <li>
  24.                             Link disponibile:<br />
  25.                             <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');">
  26.                                 Esercizio di livello $ll
  27.                             </a>
  28.                             <ul>
  29.                                 <li>Copia e incolla nella tua pagina HTML:<br />
  30.                                     <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)" />
  31.                                 </li>
  32.                             </ul>
  33.                         </li>
  34.                     !next p
  35.                 </ul>
  36.             </td>
  37.             </tr>
  38.         </table>
  39.         !href module=$module&+session=$session&cmd=intro
  40.         Torna </a>alla pagina di presentazione di "$module_title"
  41.     </body>
  42. </html>
  43.