Rev 13594 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13594 | Rev 17173 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | slib_calc=$slib_dir/html/mathcalc.html |
20 | slib_calc=$slib_dir/html/mathcalc.html |
21 | !else |
21 | !else |
22 | slib_calc=$slib_dir2/basicalc.html |
22 | slib_calc=$slib_dir2/basicalc.html |
23 | !endif |
23 | !endif |
24 | slib_out=<a onclick="window.open('$slib_calc','calculator','width=280,height=370,left=0,top=0')">\ |
24 | slib_out=<a onclick="window.open('$slib_calc','calculator','width=280,height=370,left=0,top=0')">\ |
25 | <img src="$slib_dir/gifs/xcalc.png" style="width:50px; height:70px" alt="calculator" |
25 | <img src="$slib_dir/gifs/xcalc.png" style="width:50px; height:70px" alt="calculator"></a> |