Rev 5807 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2370 | 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=""> |
338 | schaersvoo | 9 | <th> |
10 | <H2>$module_title</H2> |
||
11 | <p> |
||
5857 | schaersvoo | 12 | <span color=blue size="+1"> |
338 | schaersvoo | 13 | !record $[-1*$subject] of lang/remarks.$taal |
5857 | schaersvoo | 14 | </span> |
1094 | schaersvoo | 15 | </p> |
338 | schaersvoo | 16 | </th> |
977 | schaersvoo | 17 | </tr><tr> |
338 | schaersvoo | 18 | <td> |
19 | <ul> |
||
20 | !set levels=easy,normal,difficult,very difficult |
||
21 | !for p=1 to 4 |
||
22 | !set ll=!item $p of $levels |
||
23 | <li> |
||
5807 | schaersvoo | 24 | 激活的连接:<br /> |
338 | schaersvoo | 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');"> |
2375 | zjchen | 26 | $ll 水平的练习 |
338 | schaersvoo | 27 | </a> |
28 | <ul> |
||
5807 | schaersvoo | 29 | <li>复制与粘贴到你的 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)" /> |
338 | schaersvoo | 31 | </li> |
32 | </ul> |
||
33 | </li> |
||
34 | !next p |
||
35 | </ul> |
||
36 | </td> |
||
977 | schaersvoo | 37 | </tr> |
338 | schaersvoo | 38 | </table> |
39 | !href module=$module&+session=$session&cmd=intro |
||
40 | back </a>to the "$module_title" intro pagina |
||
41 | </body> |
||
42 | </html> |