Rev 5807 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1094 | schaersvoo | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
338 | schaersvoo | 2 | <html> |
3 | <head></head> |
||
4 | <body> |
||
5 | <style> |
||
6 | a:hover{color:red; font-weight:bold; font-size:10%; } |
||
7 | </style> |
||
1094 | schaersvoo | 8 | <table summary=""> |
977 | schaersvoo | 9 | <tr> |
338 | schaersvoo | 10 | <th> |
11 | <H2>$module_title</H2> |
||
12 | <p> |
||
5857 | schaersvoo | 13 | <span color=blue size="+1"> |
338 | schaersvoo | 14 | !record $[-1*$subject] of lang/remarks.$taal |
5857 | schaersvoo | 15 | </span> |
1094 | schaersvoo | 16 | </p> |
338 | schaersvoo | 17 | </th> |
977 | schaersvoo | 18 | </tr><tr> |
338 | schaersvoo | 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> |
||
5807 | schaersvoo | 25 | Active link:<br /> |
338 | schaersvoo | 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> |
||
5807 | schaersvoo | 30 | <li>Copy & Paste in een HTML pagina:<br /> |
5731 | schaersvoo | 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)" /> |
338 | schaersvoo | 32 | </li> |
33 | </ul> |
||
34 | </li> |
||
35 | !next p |
||
36 | </ul> |
||
37 | </td> |
||
977 | schaersvoo | 38 | </tr> |
338 | schaersvoo | 39 | </table> |
40 | !href module=$module&+session=$session&cmd=intro |
||
41 | terug </a>naar de "$module_title" intro pagina |
||
42 | </body> |
||
43 | </html> |