Rev 5807 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3325 | czzmrn | 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> |
||
5857 | schaersvoo | 12 | <span color=blue size="+1"> |
3325 | czzmrn | 13 | !record $[-1*$subject] of lang/remarks.$taal |
5857 | schaersvoo | 14 | </span> |
3325 | czzmrn | 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> |
||
5807 | schaersvoo | 24 | Link disponibile:<br /> |
3325 | czzmrn | 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> |
||
5807 | schaersvoo | 29 | <li>Copia e incolla nella tua pagina HTML:<br /> |
5731 | schaersvoo | 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)" /> |
3325 | czzmrn | 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> |