Subversion Repositories wimsdev

Rev

Rev 12973 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12973 Rev 13719
Line 3... Line 3...
3
  !exit
3
  !exit
4
!endif
4
!endif
5
 
5
 
6
!set parms=$wims_read_parm
6
!set parms=$wims_read_parm
7
!if $parms issametext
7
!if $parms issametext
8
  !set special_out= <script type="text/javascript" src="scripts/js/wz_tooltip.js"></script>
8
  !set special_out= <script src="scripts/js/wz_tooltip.js"></script>
9
   $special_out
9
   $special_out
10
  !exit
10
  !exit
11
!endif
11
!endif
12
!set parms=!slashsubst $parms
12
!set parms=!slashsubst $parms
13
!set parmscnt=!itemcnt $parms
13
!set parmscnt=!itemcnt $parms
14
!set parm1=!item 1 of $parms
14
!set parm1=!item 1 of $parms
15
!set text=!item 3 to -1 of $parms
15
!set text=!item 3 to -1 of $parms
-
 
16
!reset special_out
16
!if $text=$empty
17
!if $text=$empty
17
  !set text=!item 2 of $parms
18
  !set text=!item 2 of $parms
18
!else
19
!else
19
  !set option=!item 2 of $parms
20
  !set option=!item 2 of $parms
20
!endif
21
!endif
Line 56... Line 57...
56
  !else
57
  !else
57
    !set text=!replace internal ' by \' in $text
58
    !set text=!replace internal ' by \' in $text
58
    !set text=!replace internal " by in $text
59
    !set text=!replace internal " by in $text
59
    !set text=!replace internal $\
60
    !set text=!replace internal $\
60
$ by $ in $text
61
$ by $ in $text
61
    !set special_out=<script type="text/javascript" src="scripts/js/wz_tooltip.js"></script>
62
    !set special_out=<script src="scripts/js/wz_tooltip.js"></script>
62
    !set special_out=$special_out\
63
    !set special_out=$special_out\
63
    <span class="<tooltip"><a onmouseover="Tip('$text', $option)" onmouseout="UnTip()">$parm1</a></span>
64
    <span class="<tooltip"><a onmouseover="Tip('$text', $option)" onmouseout="UnTip()">$parm1</a></span>
64
  !endif
65
  !endif
65
!endif
66
!endif
66
:end
67
:end
67
$special_out
68
$special_out
68
 
-
 
69
!reset special_out
-