Rev 3627 | Rev 4429 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3627 | Rev 3655 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | !if $option=$empty |
21 | !if $option=$empty |
22 | !set option=FONTSIZE, '12pt', ABOVE, 'true' |
22 | !set option=FONTSIZE, '12pt', ABOVE, 'true' |
23 | !endif |
23 | !endif |
24 | !if $parm1 != $empty |
24 | !if $parm1 != $empty |
25 | !set text=!replace internal ' by \' in $text |
25 | !set text=!replace internal ' by \' in $text |
- | 26 | !set text=!replace internal " by in $text |
|
26 | !! !set text=!replace internal " by &#quot; in $text |
27 | !! !set text=!replace internal " by &#quot; in $text |
27 | !! !set text=!replace internal < by &#lt; in $text |
28 | !! !set text=!replace internal < by &#lt; in $text |
28 | !! !set text=!replace internal > by &#gt; in $text |
29 | !! !set text=!replace internal > by &#gt; in $text |
29 | !set text=!replace internal $\ |
30 | !set text=!replace internal $\ |
30 | $ by $ in $text |
31 | $ by $ in $text |
31 | !set special_out=$special_out\ |
32 | !set special_out=$special_out\ |
32 | <span class="tooltip"><a onmouseover="Tip('$text |
33 | <span class="tooltip"><a onmouseover="Tip('$text',$option)" onmouseout="UnTip()">$parm1</a></span> |
33 | !else |
34 | !else |
34 | !set special_out=$text |
35 | !set special_out=$text |
35 | !endif |
36 | !endif |
36 | $special_out |
37 | $special_out |
37 | - |