Subversion Repositories wimsdev

Rev

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.  
  6. !distribute items div,div into div0,div1
  7. !read themes/_widgets/menumodubox.phtml
  8. !reset div0 div1
  9.  
  10. <hr style="width:35%"/>
  11.  
  12. !if $slib_geogebra_exists=yes
  13.  !read themes/_widgets/tailgeogebra.phtml
  14. !endif
  15. !if $wims_homeref_special!=$empty
  16. <div class="wimscenter wimstail small">
  17.  $wims_homeref_special
  18.  </div>
  19.  !exit
  20. !endif
  21.  
  22. <table class="wimscenter wimstail" style="background-color:$wims_homeref_bgcolor;">
  23. <tr>
  24. !for i_=1 to $wims_homeref_n1
  25.  <td class="small">
  26.  !set 1_=!line $i_ of $wims_rm_1
  27.  !read oneitem.phtml $1_
  28.  </td>
  29. !next i_
  30. </tr>
  31. !for i_=1 to $wims_homeref_n4
  32.  <tr><td colspan="$wims_homeref_n1" class="small">
  33.  !set 1_=!line $i_ of $wims_rm_4
  34.  !read oneitem.phtml $1_
  35.  </td></tr>
  36. !next i_
  37. !for i_=1 to $wims_homeref_n2
  38.  <tr><td colspan="$wims_homeref_n1" class="small">
  39.  !set 1_=!line $i_ of $wims_rm_2
  40.  !read oneitem.phtml $1_
  41.  </td></tr>
  42. !next i_
  43.  
  44. </table>
  45. </div>
  46.