Subversion Repositories wimsdev

Rev

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

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