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/07/29 14:55:29 UTC

svn commit: r226366 - in /incubator/roller/branches/roller_2.0/web: bookmarks/ theme/images/

Author: snoopdave
Date: Fri Jul 29 05:55:21 2005
New Revision: 226366

URL: http://svn.apache.org/viewcvs?rev=226366&view=rev
Log:
Group blogging UI almost complete

Added:
    incubator/roller/branches/roller_2.0/web/bookmarks/BookmarksSidebar.jsp
    incubator/roller/branches/roller_2.0/web/theme/images/menubar.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/images/menutab-sel-tr.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/images/menutab-sel.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/images/menutab-tl.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/images/menutab-tr.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/images/menutab-unsel-tr.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/images/menutab-unsel.png   (with props)
Removed:
    incubator/roller/branches/roller_2.0/web/theme/images/header-grey.png
    incubator/roller/branches/roller_2.0/web/theme/images/leftbar-blue.png
    incubator/roller/branches/roller_2.0/web/theme/images/tabitem-left.png
    incubator/roller/branches/roller_2.0/web/theme/images/tabitem-right.png
    incubator/roller/branches/roller_2.0/web/theme/images/tabitem.png
    incubator/roller/branches/roller_2.0/web/theme/images/tabmenu-left-unsel.png
    incubator/roller/branches/roller_2.0/web/theme/images/tabmenu-left.png
    incubator/roller/branches/roller_2.0/web/theme/images/tabmenu-right-unsel.png
    incubator/roller/branches/roller_2.0/web/theme/images/tabmenu-right.png
    incubator/roller/branches/roller_2.0/web/theme/images/tabmenu-unsel.png
    incubator/roller/branches/roller_2.0/web/theme/images/tabmenu.png

Added: incubator/roller/branches/roller_2.0/web/bookmarks/BookmarksSidebar.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/bookmarks/BookmarksSidebar.jsp?rev=226366&view=auto
==============================================================================
--- incubator/roller/branches/roller_2.0/web/bookmarks/BookmarksSidebar.jsp (added)
+++ incubator/roller/branches/roller_2.0/web/bookmarks/BookmarksSidebar.jsp Fri Jul 29 05:55:21 2005
@@ -0,0 +1,39 @@
+<%@ include file="/taglibs.jsp" %>
+
+<table class="sidebarBox" >
+    <tr>
+       <td class="sidebarBox">
+          <div class="menu-tr"><div class="menu-tl">
+             <fmt:message key="mainPage.actions" />
+          </div></div>
+       </td>
+    </tr>    
+    <tr>
+        <td>
+        
+            <p>
+			<%-- Add Bookmark link --%>
+			<img src='<c:url value="/images/BookmarkNew16.png"/>' border="0"alt="icon" />
+			<roller:link page="/editor/bookmarkEdit.do">
+			    <roller:linkparam id="<%= RollerRequest.FOLDERID_KEY %>"
+			        name="folder" property="id" />
+			    <fmt:message key="bookmarksForm.addBookmark" />
+			</roller:link>
+			
+			</p>
+			</p>
+			
+			<%-- Add Folder link --%>
+			<img src='<c:url value="/images/FolderNew16.png"/>' border="0"alt="icon" />
+			<roller:link page="/editor/folderEdit.do">
+			    <roller:linkparam id="<%= RollerRequest.PARENTID_KEY %>"
+			         name="folder" property="id" />
+			    <fmt:message key="bookmarksForm.addFolder" />
+			</roller:link>
+			</p>
+            
+        </td>
+    </tr>
+</table>
+
+<br />

Added: incubator/roller/branches/roller_2.0/web/theme/images/menubar.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/images/menubar.png?rev=226366&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/menubar.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/menubar.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_2.0/web/theme/images/menutab-sel-tr.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/images/menutab-sel-tr.png?rev=226366&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/menutab-sel-tr.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/menutab-sel-tr.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_2.0/web/theme/images/menutab-sel.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/images/menutab-sel.png?rev=226366&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/menutab-sel.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/menutab-sel.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_2.0/web/theme/images/menutab-tl.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/images/menutab-tl.png?rev=226366&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/menutab-tl.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/menutab-tl.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_2.0/web/theme/images/menutab-tr.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/images/menutab-tr.png?rev=226366&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/menutab-tr.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/menutab-tr.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_2.0/web/theme/images/menutab-unsel-tr.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/images/menutab-unsel-tr.png?rev=226366&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/menutab-unsel-tr.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/menutab-unsel-tr.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_2.0/web/theme/images/menutab-unsel.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/images/menutab-unsel.png?rev=226366&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/menutab-unsel.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/menutab-unsel.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream