Rev 2071 | Rev 2375 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2370 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
1 | <html> |
2 | <html> |
2 | <head></head> |
3 | <head></head> |
3 | <body> |
4 | <body> |
4 | <style> |
5 | <style> |
5 | a:hover{color:red; font-weight:bold; font-size:10%; } |
6 | a:hover{color:red; font-weight:bold; font-size:10%; } |
Line 18... | Line 19... | ||
18 | <ul> |
19 | <ul> |
19 | !set levels=easy,normal,difficult,very difficult |
20 | !set levels=easy,normal,difficult,very difficult |
20 | !for p=1 to 4 |
21 | !for p=1 to 4 |
21 | !set ll=!item $p of $levels |
22 | !set ll=!item $p of $levels |
22 | <li> |
23 | <li> |
23 |
|
24 | Active link:<br> |
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');"> |
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');"> |
25 | $ll |
26 | Exercise on a $ll level |
26 | </a> |
27 | </a> |
27 | <ul> |
28 | <ul> |
28 | <li> |
29 | <li>Copy & Paste in your HTML page:<br> |
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 | <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 | </li> |
31 | </ul> |
32 | </ul> |
32 | </li> |
33 | </li> |
33 | !next p |
34 | !next p |