Subversion Repositories wimsdev

Rev

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

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