Subversion Repositories wimsdev

Rev

Rev 15431 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2088 bpr 1
<b>$name_problem</b>.
23 reyssat 2
 
3
!read $deffile present
4
 
5912 bpr 5
<a id="infogot"></a>
23 reyssat 6
!if $gotcnt>0
15431 bpr 7
  <div class="dialog_answer">
8
  <ul class="wims_nopuce">
15353 bpr 9
  !for i_=1 to $gotcnt
10
    !set l_=!item $i_ of $gotlist
11
    !set l_=!line 3 of $(parm$l_)
18228 bpr 12
    <li>$l_</li>
15353 bpr 13
  !next i_
14
  </ul>
15431 bpr 15
  </div>
23 reyssat 16
!endif