Rev 12973 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12973 | Rev 12974 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | !set div0=div |
37 | !set div0=div |
38 | !endif |
38 | !endif |
39 | !set special_out=$special_out\ |
39 | !set special_out=$special_out\ |
40 | <$div0 class="wims_tooltip">$parm1\ |
40 | <$div0 class="wims_tooltip">$parm1\ |
41 | <$div0 class="wims_tooltiptext $class" $style>$text</$div0>\ |
41 | <$div0 class="wims_tooltiptext $class" $style>$text</$div0>\ |
42 | </$div0> |
42 | </$div0> |
43 | !set text=!replace internal ' by \' in $text |
- | |
44 | !set text=!replace internal " by in $text |
- | |
45 | !set text=!replace internal $\ |
- | |
46 | $ by $ in $text |
- | |
47 | !set special_out=<script type="text/javascript" src="scripts/js/wz_tooltip.js"></script> |
- | |
48 | !set special_out=$special_out\ |
- | |
49 | <span class="<tooltip"><a onmouseover="Tip('$text', $option)" onmouseout="UnTip()">$parm1</a></span> |
- | |
50 | !endif |
- | |
51 | !endif |
43 | !endif |
- | 44 | :end |
|
52 | $special_out |
45 | $special_out |
53 | 46 | ||
54 | !reset special_out |
47 | !reset special_out |