Rev 1094 | Rev 2370 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
338 | schaersvoo | 1 | <html> |
2 | <head></head> |
||
3 | <body> |
||
4 | <style> |
||
5 | a:hover{color:red; font-weight:bold; font-size:10%; } |
||
6 | </style> |
||
1094 | schaersvoo | 7 | <table summary=""> |
338 | schaersvoo | 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> |
||
1094 | schaersvoo | 14 | </p> |
338 | schaersvoo | 15 | </th> |
977 | schaersvoo | 16 | </tr><tr> |
338 | schaersvoo | 17 | <td> |
18 | <ul> |
||
19 | !set levels=easy,normal,difficult,very difficult |
||
20 | !for p=1 to 4 |
||
21 | !set ll=!item $p of $levels |
||
22 | <li> |
||
2071 | zjchen | 23 | 激活的连接:<br> |
338 | schaersvoo | 24 | <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');"> |
2071 | zjchen | 25 | $ll 水平的练习 |
338 | schaersvoo | 26 | </a> |
27 | <ul> |
||
2071 | zjchen | 28 | <li>复制与粘贴到你的 HTML 页:<br> |
338 | schaersvoo | 29 | <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)"> |
30 | </li> |
||
31 | </ul> |
||
32 | </li> |
||
33 | !next p |
||
34 | </ul> |
||
35 | </td> |
||
977 | schaersvoo | 36 | </tr> |
338 | schaersvoo | 37 | </table> |
38 | !href module=$module&+session=$session&cmd=intro |
||
39 | back </a>to the "$module_title" intro pagina |
||
40 | </body> |
||
41 | </html> |