Subversion Repositories wimsdev

Rev

Rev 1003 | 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.  
  5. <div class=wimstail>
  6. <center><hr width=35%>
  7. !if $wims_homeref_special!=$empty
  8.  <small>$wims_homeref_special</small>
  9.  </center>
  10.  !exit
  11. !endif
  12.  
  13. <table align=center border=0 cellspacing=0 cellpadding=2
  14. bgcolor=$wims_homeref_bgcolor
  15. class=wimstail>
  16. <tr>
  17. !for i_=1 to $wims_homeref_n1
  18.  <td align=center><small>
  19.  !set 1_=!line $i_ of $wims_rm_1
  20.  !read oneitem.phtml $1_
  21.  </small></td>
  22. !next i_
  23.  
  24. </tr>
  25. <tr><td align=center colspan=$wims_homeref_n1> </td></tr>
  26.  
  27. !for i_=1 to $wims_homeref_n2
  28.  <tr><td align=center colspan=$wims_homeref_n1><small>
  29.  !set 1_=!line $i_ of $wims_rm_2
  30.  !read oneitem.phtml $1_
  31.  </small></td></tr>
  32. !next i_
  33.  
  34. </table></center>
  35. </div>
  36.