You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2001/12/15 23:55:23 UTC

cvs commit: jakarta-avalon-phoenix/console/src/content index.vm navbar.vm

donaldp     01/12/15 14:55:23

  Added:       console/src/content index.vm navbar.vm
  Log:
  Add in some more velocity sheets.
  
  Revision  Changes    Path
  1.1                  jakarta-avalon-phoenix/console/src/content/index.vm
  
  Index: index.vm
  ===================================================================
  <html>
  <head><title>Phoenix Management Console</title></head>
  
  <frameset cols="200,*" noresize="true" border="0"
            frameborder="0" framespacing="0" scrolling="no"
            marginheight="0" marginwidth="0" >
    <frame name="acookie_navbar" src="navbar.vm"/>
    <frame name="acookie_main" src="main.vm"/>
  </frameset>
  
  </html>
  
  
  
  1.1                  jakarta-avalon-phoenix/console/src/content/navbar.vm
  
  Index: navbar.vm
  ===================================================================
  <html>
  <head>
  <title>Phoenix Console Navigation Bar</title>
  <base target="acookie_main"/>
  <style _type="type/css">
  <!--
  BODY {background: #FFFFFF}
  A:link {color: #000000}
  A:visited {color: #000000}
  TD.inner {background: #eeeeee}
  .title {text-decoration: none;font-size: 16pt;font-style: bold}
  -->
  </style>
  </head>
  <body>
  
  <p><a class="title" href="frames.vm" target="_top">Phoenix Management Console [bi]</a></p>
  
  <i>Hosted Components</i>
  <table cellspacing="3" cellpadding="5" width="100%">
  <!--
    <tr>
      <td class="inner"><a href="applications.html">Applications</a></td>
    </tr>
    <tr>
      <td class="inner"><a href="extensions.html">Exstension Libraries</a></td>
    </tr>
    <tr>
      <td class="inner"><a href="loggers.html">Loggers</a></td>
    </tr>
  -->
  </table>
  
  <br />
  <i>Container Components</i>
  <table cellspacing="3" cellpadding="5" width="100%">
  <!--
    <tr><td class="inner"><a href="configuration-repository.html">Configuration Repository</a></td></tr>
    <tr><td class="inner"><a href="deployer.html">Deployer</a></td></tr>
    <tr><td class="inner"><a href="base.html">Log Manager</a></td></tr>
    <tr><td class="inner"><a href="system-manager.html">System Manager</a></td></tr>
  -->
  </table>
  
  </body>
  </html>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>