Subversion Repositories wimsdev

Rev

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

Rev 15431 Rev 18228
Line 7... Line 7...
7
  <div class="dialog_answer">
7
  <div class="dialog_answer">
8
  <ul class="wims_nopuce">
8
  <ul class="wims_nopuce">
9
  !for i_=1 to $gotcnt
9
  !for i_=1 to $gotcnt
10
    !set l_=!item $i_ of $gotlist
10
    !set l_=!item $i_ of $gotlist
11
    !set l_=!line 3 of $(parm$l_)
11
    !set l_=!line 3 of $(parm$l_)
12
    <li>$l_.</li>
12
    <li>$l_</li>
13
  !next i_
13
  !next i_
14
  </ul>
14
  </ul>
15
  </div>
15
  </div>
16
!endif
16
!endif