Subversion Repositories wimsdev

Rev

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

  1. !if $gotcntS > 0
  2.   !set gotcnt=$gotcntS
  3.   !set gotm=$gotmS
  4.   !set gotd=$gotdS
  5.   !set gott=$gottS
  6. !endif
  7.  
  8. !if $gotcnt=0
  9.  !changeto lang/welcome-S.phtml.$lang
  10. !endif
  11.  
  12. <ul class="wims_home_result_list wims_sheet">
  13. !for i=1 to $gotcnt
  14.  !set m_=!line $i of $gotm
  15.  !set t_=!line $i of $gott
  16.  !set d_=!line $i of $gotd
  17.  <li class="wims_home_result_list">
  18.  !href module=adm/sheet&job=read&sh=$search_lang/$m_ $t_
  19. , $d_
  20. </li>
  21. !next i
  22. </ul>
  23.