Subversion Repositories wimsdev

Rev

Rev 6463 | Rev 6620 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !if $gotcntC > 0
  3.   !set gotcnt=$gotcntC
  4.   !set gotm=$gotmC
  5.   !set gotd=$gotdC
  6.   !set gott=$gottC
  7. !endif
  8. $wims_name_n_example
  9. <ul class="wims_home_result_list wims_class">
  10. !for i=1 to $gotcnt
  11.  !set m_=!line $i of $gotm
  12.  !set t_=!line $i of $gott
  13.  !set d_=!line $i of $gotd
  14.  <li class="wims_home_result_list">
  15.  !href module=home&user=anonymous,$m_,anonymous $t_
  16.  $d_
  17. </li>
  18. !next i
  19. </ul>
  20.