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