Subversion Repositories wimsdev

Rev

Rev 5894 | Rev 6002 | 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. <div class="wimscenter">
  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></p>
  9.  !endif
  10.  !read oneitem.phtml $1_
  11.  &nbsp;
  12. !next i_
  13. </div>
  14. <div class="wimscenter wimstail">
  15. <hr style="width:35%"/>
  16. !if $wims_homeref_special!=$empty
  17.  <small>$wims_homeref_special</small>
  18.  </div>
  19.  !exit
  20. </div>
  21. !endif
  22.  
  23. <table class="wimscenter wimstail wimsnoborder" bgcolor="$wims_homeref_bgcolor">
  24. <tr>
  25. !for i_=1 to $wims_homeref_n1
  26.  <td><small>
  27.  !set 1_=!line $i_ of $wims_rm_1
  28.  !read oneitem.phtml $1_
  29.  </small></td>
  30. !next i_
  31. </tr>
  32. !!<tr><td colspan="$wims_homeref_n1"> </td></tr>
  33.  
  34. !for i_=1 to $wims_homeref_n4
  35.  <tr><td colspan=""$wims_homeref_n1><small>
  36.  !set 1_=!line $i_ of $wims_rm_4
  37.  !read oneitem.phtml $1_
  38.  </small></td></tr>
  39. !next i_
  40. !for i_=1 to $wims_homeref_n2
  41.  <tr><td colspan="$wims_homeref_n1"><small>
  42.  !set 1_=!line $i_ of $wims_rm_2
  43.  !read oneitem.phtml $1_
  44.  </small></td></tr>
  45. !next i_
  46.  
  47. </table>
  48. </div>
  49.