Subversion Repositories wimsdev

Rev

Rev 5912 | Rev 15431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5912 Rev 15353
Line 2... Line 2...
2
 
2
 
3
!read $deffile present
3
!read $deffile present
4
 
4
 
5
<a id="infogot"></a>
5
<a id="infogot"></a>
6
!if $gotcnt>0
6
!if $gotcnt>0
7
 <ul>
7
  <ul>
8
 !for i_=1 to $gotcnt
8
  !for i_=1 to $gotcnt
9
  !set l_=!item $i_ of $gotlist
9
    !set l_=!item $i_ of $gotlist
10
  !set l_=!line 3 of $(parm$l_)
10
    !set l_=!line 3 of $(parm$l_)
11
  <li>$l_.</li>
11
    <li>$l_.</li>
12
 !next i_
12
  !next i_
13
 </ul>
13
  </ul>
14
!endif
14
!endif
15
 
-