[jboss-svn-commits] JBL Code SVN: r25630 - labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Mar 13 08:38:22 EDT 2009


Author: lkrzyzanek
Date: 2009-03-13 08:38:22 -0400 (Fri, 13 Mar 2009)
New Revision: 25630

Modified:
   labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/navigation.ftl
   labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/notfound.ftl
Log:
added divs

Modified: labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/navigation.ftl
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/navigation.ftl	2009-03-13 11:32:35 UTC (rev 25629)
+++ labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/navigation.ftl	2009-03-13 12:38:22 UTC (rev 25630)
@@ -4,21 +4,44 @@
 <head>
     <#assign title = action.getText("plugin.hfurl.navigation.name") />
     <title>${title}</title>
+    <meta name="nosidebar" content="true" />
 </head>
-<body>
-    <h1>${title}</h1>
-    <p><@s.text name="plugin.hfurl.navigation.description" /></p>
-    <ul>
-    <#list documents as doc>
-      <li>
-        <a href="<@s.url value='/docs/${doc.documentID}' includeParams='none' />">
-        <#list doc.communities as comm>
-          ${comm.name} &gt;
-        </#list>
-        ${doc.subject}
-        </a>
-      </li>
-    </#list>
-    </ul>
+<body id="jive-body-formpage">
+
+<!-- BEGIN header & intro  -->
+<div id="jive-body-intro">
+    <div id="jive-body-intro-content">
+        <h1>${title}</h1>
+    </div>
+</div>
+<!-- END header & intro -->
+<!-- BEGIN main body -->
+<div id="jive-body-main">
+
+    <!-- BEGIN main body column -->
+    <div id="jive-body-maincol-container">
+        <div id="jive-body-maincol">
+
+            <p><@s.text name="plugin.hfurl.navigation.description" /></p>
+            <ul>
+            <#list documents as doc>
+              <li>
+                <a href="<@s.url value='/docs/${doc.documentID}' includeParams='none' />">
+                <#list doc.communities as comm>
+                  ${comm.name} &gt;
+                </#list>
+                ${doc.subject}
+                </a>
+              </li>
+            </#list>
+            </ul>
+    
+        </div>
+    </div>
+    <!-- END main body column -->
+
+
+</div>
+<!-- END main body -->
 </body>
 </html>

Modified: labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/notfound.ftl
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/notfound.ftl	2009-03-13 11:32:35 UTC (rev 25629)
+++ labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/notfound.ftl	2009-03-13 12:38:22 UTC (rev 25630)
@@ -4,9 +4,30 @@
 <head>
     <#assign title = action.getText("plugin.hfurl.notfound.name") />
     <title>${title}</title>
+    <meta name="nosidebar" content="true" />
 </head>
 <body>
-    <h1>${title}</h1>
-    <p><@s.text name="plugin.hfurl.notfound.description" /></p>
+
+<!-- BEGIN header & intro  -->
+<div id="jive-body-intro">
+    <div id="jive-body-intro-content">
+        <h1>${title}</h1>
+    </div>
+</div>
+<!-- END header & intro -->
+<!-- BEGIN main body -->
+<div id="jive-body-main">
+
+    <!-- BEGIN main body column -->
+    <div id="jive-body-maincol-container">
+        <div id="jive-body-maincol">
+            <p><@s.text name="plugin.hfurl.notfound.description" /></p>
+        </div>
+    </div>
+    <!-- END main body column -->
+
+
+</div>
+<!-- END main body -->
 </body>
 </html>
\ No newline at end of file




More information about the jboss-svn-commits mailing list