Author: jvanzyl
Date: Wed May 25 14:56:08 2005
New Revision: 178537

URL: http://svn.apache.org/viewcvs?rev=178537&view=rev
Log:
o page for emm to look at

Added:
    maven/components/trunk/maven-plugins/maven-site-plugin/page.vm

Added: maven/components/trunk/maven-plugins/maven-site-plugin/page.vm
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/page.vm?rev=178537&view=auto
==============================================================================
--- maven/components/trunk/maven-plugins/maven-site-plugin/page.vm (added)
+++ maven/components/trunk/maven-plugins/maven-site-plugin/page.vm Wed May 25 
14:56:08 2005
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  
"http://www.w3.org/TR/html4/loose.dtd";>
+
+<html>
+<head>
+  #if( $project.name )
+  <title>Continuum - $project.name</title>
+  #else
+  <title>Continuum</title>
+  #end
+  <link rel="stylesheet" type="text/css" 
href="$data.getLink("css/tigris.css")" media="screen" />
+  <link rel="stylesheet" type="text/css" href="$data.getLink("css/print.css")" 
media="print" />
+  <script src="$data.getLink("scripts/tigris.js")" 
type="text/javascript"></script>
+</head>
+
+<body onload="focus()" marginwidth="0" marginheight="0" class="composite">
+
+ <div id="banner">
+  <table border="1" cellspacing="0" cellpadding="8" width="100%">
+   <tr>
+    <td>
+      <a href="http://maven.apache.org/continuum";>
+       <img src="$data.getLink("images/continuum_logo.png")" align="left" 
alt="Continuum" border="0"/>
+      </a>
+    </td>
+    <td valign="middle" style="vertical-align: middle">
+      <a href="http://www.apache.org/";></a>
+    </td>
+   </tr>
+  </table>
+ </div>
+
+ <div id="breadcrumbs">
+  <div align="right">
+    <a href="http://maven.apache.org/";>Maven</a> |
+    <a href="http://www.apache.org/";>Apache</a>
+  </div>
+ </div>
+
+ <table border="0" cellspacing="0" cellpadding="4" width="100%" id="main">
+  <tr valign="top">
+   <td id="leftcol" width="20%">
+    #parse("navigations/Menu.vm")
+   </td>
+   <td>
+    <div id="bodycol">
+      $doxiaRenderer( $page )
+     </div>
+    </td>
+  </tr>
+ </table>
+
+ #parse("navigations/DefaultBottom.vm")
+
+</body>
+</html>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to