You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/03/28 22:54:32 UTC

cvs commit: jakarta-turbine-tdk/src/share/velocity/peer/templates/navigations Menu.vm

jvanzyl     01/03/28 12:54:32

  Added:       src/share/velocity/peer/templates/layouts Login.vm
               src/share/velocity/peer/templates/navigations Menu.vm
  Log:
  - adding a menu for the sample peer app
  - adding layout for the login template
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-tdk/src/share/velocity/peer/templates/layouts/Login.vm
  
  Index: Login.vm
  ===================================================================
  <table width="100%">
    <tr>
      <td colspan="2">
        $navigation.setTemplate("/DefaultTop.vm")
      </td>
    </tr>
    <tr>
      <td align="left">
        $screen_placeholder
      </td>
    </tr>
    <tr>
      <td colspan="2">
        $navigation.setTemplate("/DefaultBottom.vm")
      </td>
    </tr>
  </table>
  
  
  
  1.1                  jakarta-turbine-tdk/src/share/velocity/peer/templates/navigations/Menu.vm
  
  Index: Menu.vm
  ===================================================================
  <a href="$link.setPage("Insert.vm")">
    <font face="$ui.sansSerifFonts" color="$ui.menuColor">
      Insert Entry  
    </font>
  </a>
  
  </p>
  
  <a href="$link.setPage("user,FluxUserList.vm")">
    <font face="$ui.sansSerifFonts" color="$ui.menuColor">
      Administer Users
    </font>
  </a>
  
  </p>
  
  <a href="$link.setPage("Index.vm")">
    <font face="$ui.sansSerifFonts" color="$ui.menuColor">
      Home
    </font>
  </a>
  
  </p>
  
  <a href="$link.setAction("LogoutUser")">
    <font face="$ui.sansSerifFonts" color="$ui.menuColor">
      Logout
    </font>
  </a>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org