Subversion Repositories wimsdev

Rev

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

  1. !! Tail menu theme.
  2. !nocache
  3. !set wims_theme_tail=yes
  4. <center>
  5. !for i_=1 to $wims_homeref_n0
  6.  !set 1_=!line $i_ of $wims_rm_0
  7.  !if $(1_[2])=0 and $(1_[1])=$empty
  8.   <p>
  9.  !endif
  10.  !read oneitem.phtml $1_
  11.  &nbsp;
  12. !next i_
  13. </center>
  14. <div class=wimstail>
  15. <center><hr width="35%">
  16. !if $wims_homeref_special!=$empty
  17.  <small>$wims_homeref_special</small>
  18.  </center>
  19.  !exit
  20. !endif
  21.  
  22. <table align=center border=0 cellspacing=0 cellpadding=2
  23. bgcolor="$wims_homeref_bgcolor"
  24. class=wimstail>
  25. <tr>
  26. <tr>
  27. !for i_=1 to $wims_homeref_n1
  28.  <td align=center><small>
  29.  !set 1_=!line $i_ of $wims_rm_1
  30.  !read oneitem.phtml $1_
  31.  </small></td>
  32. !next i_
  33.  
  34. </tr>
  35. <tr><td align=center colspan=$wims_homeref_n1> </td></tr>
  36.  
  37. !for i_=1 to $wims_homeref_n4
  38.  <tr><td align=center colspan=$wims_homeref_n1><small>
  39.  !set 1_=!line $i_ of $wims_rm_4
  40.  !read oneitem.phtml $1_
  41.  </small></td></tr>
  42. !next i_
  43. !for i_=1 to $wims_homeref_n2
  44.  <tr><td align=center colspan=$wims_homeref_n1><small>
  45.  !set 1_=!line $i_ of $wims_rm_2
  46.  !read oneitem.phtml $1_
  47.  </small></td></tr>
  48. !next i_
  49.  
  50. </table></center>
  51. </div>
  52.