You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by hc...@apache.org on 2007/06/14 21:44:17 UTC

svn commit: r547379 - in /geronimo/samples/trunk/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-war/src/main/webapp: header.html index.html

Author: hcunico
Date: Thu Jun 14 12:44:16 2007
New Revision: 547379

URL: http://svn.apache.org/viewvc?view=rev&rev=547379
Log:
updated styling

Modified:
    geronimo/samples/trunk/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-war/src/main/webapp/header.html
    geronimo/samples/trunk/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-war/src/main/webapp/index.html

Modified: geronimo/samples/trunk/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-war/src/main/webapp/header.html
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-war/src/main/webapp/header.html?view=diff&rev=547379&r1=547378&r2=547379
==============================================================================
--- geronimo/samples/trunk/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-war/src/main/webapp/header.html (original)
+++ geronimo/samples/trunk/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-war/src/main/webapp/header.html Thu Jun 14 12:44:16 2007
@@ -42,7 +42,7 @@
             <tbody>
                 <tr class="topBar">
                     <td class="topBarDiv" align="left" nowrap="true" valign="middle" width="100%">
-                        &nbsp;<a href="http://geronimo.apache.org/" title="Apache Geronimo Home">Apache Geronimo Home</a> | <a href="http://cwiki.apache.org/GMOxSAMPLES/" title="Index">Sample Applications</a>
+                        &nbsp;<a href="http://geronimo.apache.org/" title="Apache Geronimo Home">Apache Geronimo Home</a> | <a href="http://cwiki.apache.org/geronimo/" title="Index">Documentation</a> | <a href="http://cwiki.apache.org/GMOxSAMPLES/" title="Index">Sample Applications</a>
                     </td>
                     <td class="topBarDiv" align="left" nowrap="true" valign="middle">
                         <a href="xref/index.html" target="source_window">Source Code</a> | <a href="apidocs/index.html" target="source_window">Java Docs</a>&nbsp;&nbsp;

Modified: geronimo/samples/trunk/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-war/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-war/src/main/webapp/index.html?view=diff&rev=547379&r1=547378&r2=547379
==============================================================================
--- geronimo/samples/trunk/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-war/src/main/webapp/index.html (original)
+++ geronimo/samples/trunk/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-war/src/main/webapp/index.html Thu Jun 14 12:44:16 2007
@@ -17,13 +17,13 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd class="cell"">
 <html>
 <head>
-  <title>A Sample</title>
+  <title>Apache Geronimo Sample Application</title>
   <meta content="text/html; CHARSET=iso-8859-1" http-equiv="Content-Type">
 </head>
 
-<FRAMESET rows="12%,90%" title="" frameborder="no">
-    <FRAME src="./header.html" name="headerFrame" title="Header">
-    <FRAME src="./sample-docu.jsp" name="sampleDocumentFrame" title="Sample Document Description">
+<FRAMESET rows="86px,*">
+    <FRAME src="./header.html" name="headerFrame" title="Header" frameborder="0" marginheight="0" marginwidth="0" noresize scrolling="no" >
+    <FRAME src="./sample-docu.jsp" name="sampleDocumentFrame" title="Sample Document Description" frameborder="0" marginheight="0" marginwidth="0" noresize scrolling="no">
 </FRAMESET>
   
 </html>