Rev 5736 | Rev 13594 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5380 | bpr | 1 | |
2 | !if $wims_read_parm!=slib_header |
||
3 | !goto proc |
||
4 | !endif |
||
5 | slib_title=Mathcalc |
||
6576 | bpr | 6 | slib_out=Javascript Math Calculator |
7 | slib_parms=1\ |
||
8 | ,option: basic |
||
9 | slib_example=  \ |
||
10 | basic |
||
5380 | bpr | 11 | |
12 | |||
13 | slib_author=Joke, Evers |
||
14 | |||
15 | !exit |
||
16 | |||
17 | :proc |
||
18 | slib_dir=scripts/authors/jm.evers |
||
6576 | bpr | 19 | slib_dir2=scripts/js |
20 | !if $wims_read_parm != basic |
||
21 | slib_calc=$slib_dir/html/mathcalc.html |
||
22 | !else |
||
23 | slib_calc=$slib_dir2/basicalc.html |
||
24 | !endif |
||
25 | slib_out=<a onclick="window.open('$slib_calc','calculator','width=280,height=370,left=0,top=0')">\ |
||
26 | <img src="$slib_dir/gifs/xcalc.png" style="width:50px; height:70px" alt="calculator" /></a> |