Subversion Repositories wimsdev

Rev

Rev 9834 | 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. !if $wims_homeref_n0 > 0
  6.         <div class="wimscenter wimsmenu">
  7.         !for i_=1 to $wims_homeref_n0
  8.          !set 1_=!line $i_ of $wims_rm_0
  9.          !if $(1_[2])=0 and $(1_[1])=$empty
  10.           <br/>
  11.          !endif
  12.          !read oneitem.phtml $1_
  13.          &nbsp;
  14.         !next i_
  15.         </div>
  16. !endif
  17.  
  18. <hr style="width:35%"/>
  19.  
  20. !if $slib_geogebra_exists=yes
  21.  !read themes/_widgets/tailgeogebra.phtml
  22. !endif
  23. !if $wims_homeref_special!=$empty
  24. <div class="wimscenter wimstail small">
  25.  $wims_homeref_special
  26.  </div>
  27.  !exit
  28. !endif
  29.  
  30. <table class="wimscenter wimstail" style="background-color:$wims_homeref_bgcolor;">
  31. <tr>
  32. !for i_=1 to $wims_homeref_n1
  33.  <td class="small">
  34.  !set 1_=!line $i_ of $wims_rm_1
  35.  !read oneitem.phtml $1_
  36.  </td>
  37. !next i_
  38. </tr>
  39. !for i_=1 to $wims_homeref_n4
  40.  <tr><td colspan="$wims_homeref_n1" class="small">
  41.  !set 1_=!line $i_ of $wims_rm_4
  42.  !read oneitem.phtml $1_
  43.  </td></tr>
  44. !next i_
  45. !for i_=1 to $wims_homeref_n2
  46.  <tr><td colspan="$wims_homeref_n1" class="small">
  47.  !set 1_=!line $i_ of $wims_rm_2
  48.  !read oneitem.phtml $1_
  49.  </td></tr>
  50. !next i_
  51.  
  52. </table>
  53. </div>
  54.