You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2005/09/25 09:16:02 UTC

svn commit: r291380 - in /incubator/roller/branches/roller_2.0/web/theme: tiles-mainmenupage.jsp tiles-simplepage.jsp tiles-tabbedpage.jsp

Author: agilliland
Date: Sun Sep 25 00:15:57 2005
New Revision: 291380

URL: http://svn.apache.org/viewcvs?rev=291380&view=rev
Log:
pushing "footer" div to the very bottom of the page.


Modified:
    incubator/roller/branches/roller_2.0/web/theme/tiles-mainmenupage.jsp
    incubator/roller/branches/roller_2.0/web/theme/tiles-simplepage.jsp
    incubator/roller/branches/roller_2.0/web/theme/tiles-tabbedpage.jsp

Modified: incubator/roller/branches/roller_2.0/web/theme/tiles-mainmenupage.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tiles-mainmenupage.jsp?rev=291380&r1=291379&r2=291380&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/tiles-mainmenupage.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/theme/tiles-mainmenupage.jsp Sun Sep 25 00:15:57 2005
@@ -6,12 +6,6 @@
 <tiles:insert attribute="head" />     
 <style type="text/css">
 <tiles:insert attribute="styles" />
-label.formrow {
-   float: left;
-   text-align: right;
-   width: 30%;
-   padding-right: 1em;
-}
 #centercontent {
     margin: 15px 260px 0px 10px;
 }
@@ -38,9 +32,6 @@
         <h1><c:out value="${model.title}" /></h1>
         <tiles:insert attribute="messages" /> 
         <tiles:insert attribute="content" />    
-        <div id="footer">
-            <tiles:insert attribute="footer" />
-        </div> 
     </div>
     
     <div id="rightcontent"> 
@@ -48,6 +39,9 @@
     </div> 
     
 </div>
+<div id="footer">
+    <tiles:insert attribute="footer" />
+</div> 
 <div id="datetagdiv" 
    style="position:absolute;visibility:hidden;background-color:white;layer-background-color:white;">
 </div>

Modified: incubator/roller/branches/roller_2.0/web/theme/tiles-simplepage.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tiles-simplepage.jsp?rev=291380&r1=291379&r2=291380&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/tiles-simplepage.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/theme/tiles-simplepage.jsp Sun Sep 25 00:15:57 2005
@@ -23,15 +23,15 @@
     <div id="centercontent">   
         <h1><c:out value="${model.title}" /></h1>
         <tiles:insert attribute="messages" />    
-        <tiles:insert attribute="content" />    
-        <div id="footer">
-            <tiles:insert attribute="footer" />
-        </div>  
+        <tiles:insert attribute="content" />  
     </div>
     
     <div id="rightcontent"> 
     </div> 
     
+</div>
+<div id="footer">
+    <tiles:insert attribute="footer" />
 </div>
 <div id="datetagdiv" 
    style="position:absolute;visibility:hidden;background-color:white;layer-background-color:white;">

Modified: incubator/roller/branches/roller_2.0/web/theme/tiles-tabbedpage.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tiles-tabbedpage.jsp?rev=291380&r1=291379&r2=291380&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/tiles-tabbedpage.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/theme/tiles-tabbedpage.jsp Sun Sep 25 00:15:57 2005
@@ -26,16 +26,16 @@
     
     <div id="centercontent">   
         <tiles:insert attribute="messages" /> 
-        <tiles:insert attribute="content" />   
-        <div id="footer">
-            <tiles:insert attribute="footer" />
-        </div> 
+        <tiles:insert attribute="content" />    
     </div>
     
     <div id="rightcontent"> 
        <tiles:insert attribute="sidebar" />
     </div>  
    
+</div>
+<div id="footer">
+    <tiles:insert attribute="footer" />
 </div>
 <div id="datetagdiv" 
    style="position:absolute;visibility:hidden;background-color:white;layer-background-color:white;">