You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/08/10 21:47:59 UTC

svn commit: r231302 - in /incubator/roller/branches/roller_2.0/web: WEB-INF/tiles-defs.xml login.jsp

Author: snoopdave
Date: Wed Aug 10 12:47:47 2005
New Revision: 231302

URL: http://svn.apache.org/viewcvs?rev=231302&view=rev
Log:
Adding tiles config so we can assign differnet headers, footers, banners and sidebars for different classes of pages as we experiment with different simplified UIs

Modified:
    incubator/roller/branches/roller_2.0/web/WEB-INF/tiles-defs.xml
    incubator/roller/branches/roller_2.0/web/login.jsp

Modified: incubator/roller/branches/roller_2.0/web/WEB-INF/tiles-defs.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/WEB-INF/tiles-defs.xml?rev=231302&r1=231301&r2=231302&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/WEB-INF/tiles-defs.xml (original)
+++ incubator/roller/branches/roller_2.0/web/WEB-INF/tiles-defs.xml Wed Aug 10 12:47:47 2005
@@ -93,7 +93,7 @@
 
 <definition name=".BookmarksForm" extends=".tiles-mainpage" >
     <put name="content" value="/bookmarks/BookmarksForm.jsp" />
-    <put name="sidebar" value="/weblog/BookmarksSidebar.jsp" />
+    <put name="sidebar" value="/bookmarks/BookmarksSidebar.jsp" />
 </definition>
 <definition name=".BookmarkForm" extends=".tiles-mainpage" >
     <put name="content" value="/bookmarks/BookmarkForm.jsp" />

Modified: incubator/roller/branches/roller_2.0/web/login.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/login.jsp?rev=231302&r1=231301&r2=231302&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/login.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/login.jsp Wed Aug 10 12:47:47 2005
@@ -112,7 +112,6 @@
 </div>
 
 <div id="rightcontent"> 
-   <tiles:insert attribute="sidebar" />
 </div>
 
 </div> <!-- end wrapper -->