Rev 7680 | Rev 12973 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7680 | Rev 10976 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | $special_out |
9 | $special_out |
10 | !exit |
10 | !exit |
11 | !endif |
11 | !endif |
12 | !set parm1=!item 1 of $parms |
12 | !set parm1=!item 1 of $parms |
13 | !set text=!item 3 to -1 of $parms |
13 | !set text=!item 3 to -1 of $parms |
- | 14 | !if $text=$empty |
|
- | 15 | !set text=!item 2 of $parms |
|
- | 16 | !else |
|
14 | ! |
17 | !set option=!item 2 of $parms |
- | 18 | !endif |
|
15 | !if nojs iswordof $option |
19 | !if nojs iswordof $option |
16 | !set option=!replace internal nojs by in $option |
20 | !set option=!replace internal nojs by in $option |
17 | !set special_out= |
21 | !set special_out= |
18 | !else |
22 | !else |
19 | !set special_out= <script type="text/javascript" src="scripts/js/wz_tooltip.js"></script> |
23 | !set special_out= <script type="text/javascript" src="scripts/js/wz_tooltip.js"></script> |
20 | !endif |
24 | !endif |
- | 25 | ||
21 | !set option=!trim $option |
26 | !set option=!trim $option |
22 | !set option=!declosing $option |
27 | !set option=!declosing $option |
23 | !if $option=$empty |
28 | !if $option=$empty |
24 | !set option=FONTSIZE, '12pt', ABOVE, 'true' |
29 | !set option=FONTSIZE, '12pt', ABOVE, 'true' |
25 | !endif |
30 | !endif |
Line 30... | Line 35... | ||
30 | !set text=!replace internal , by , in $text |
35 | !set text=!replace internal , by , in $text |
31 | !! !set text=!replace internal " by &#quot; in $text |
36 | !! !set text=!replace internal " by &#quot; in $text |
32 | !! !set text=!replace internal < by &#lt; in $text |
37 | !! !set text=!replace internal < by &#lt; in $text |
33 | !! !set text=!replace internal > by &#gt; in $text |
38 | !! !set text=!replace internal > by &#gt; in $text |
34 | !set text=!replace internal $\ |
39 | !set text=!replace internal $\ |
35 | $ by |
40 | $ by $ in $text |
36 | !set special_out=$special_out\ |
41 | !set special_out=$special_out\ |
37 | <span class="tooltip"><a onmouseover="Tip('$text', $option)" onmouseout="UnTip()">$parm1</a></span> |
42 | <span class="tooltip"><a onmouseover="Tip('$text', $option)" onmouseout="UnTip()">$parm1</a></span> |
38 | !else |
43 | !else |
39 | !set special_out=$text |
44 | !set special_out=$text |
40 | !endif |
45 | !endif |