Author: chanaka
Date: Fri Feb 8 01:11:15 2008
New Revision: 13451
Log:
Did some modifications to icons and there alignments.
Added:
trunk/registry/modules/webapps/src/main/webapp/admin/images/TrainingTitleBack.jpg
(contents, props changed)
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/css/main.css
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-add-resource.gif
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-expanded.gif
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-minimized.gif
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-trash.gif
trunk/registry/modules/webapps/src/main/webapp/admin/images/universal-add.gif
trunk/registry/modules/webapps/src/main/webapp/admin/promotion.jsp
trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp
Modified: trunk/registry/modules/webapps/src/main/webapp/admin/css/main.css
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/css/main.css
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/css/main.css Fri Feb
8 01:11:15 2008
@@ -20,17 +20,23 @@
}
.promotionDiv{
width:145px;
-/*background-image:url(../images/promotionBackground.jpg);
-background-repeat:no-repeat;
-background-position:0px 0px; */
margin-right:8px;
padding-right:5px;
padding-left:8px;
padding-top:0px;
}
+.promotionDivTitle{
+background-image:url(../images/TrainingTitleBack.jpg);
+background-repeat:repeat-x;
+background-position:0px 0px;
+border:solid 1px #de9a27;
+text-indent:5px;
+color:black;
+margin-top:10px;
+}
.promotionDivContent {
-background-color:#e6e9bd;
+background-color:#fff5cc;
padding:5px;
}
.promotionDiv a.area,.promotionDiv span.area{
Added:
trunk/registry/modules/webapps/src/main/webapp/admin/images/TrainingTitleBack.jpg
==============================================================================
Binary file. No diff available.
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-add-resource.gif
==============================================================================
Binary files. No diff available.
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-expanded.gif
==============================================================================
Binary files. No diff available.
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-minimized.gif
==============================================================================
Binary files. No diff available.
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-trash.gif
==============================================================================
Binary files. No diff available.
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/images/universal-add.gif
==============================================================================
Binary files. No diff available.
Modified: trunk/registry/modules/webapps/src/main/webapp/admin/promotion.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/promotion.jsp
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/promotion.jsp Fri Feb
8 01:11:15 2008
@@ -15,7 +15,7 @@
<a href="http://wso2.com/training/" target="_blank" class="area">Get
training</a>
- <span class="area" onclick="showHideCommon('getTrainingDiv');">NEWS</span>
+ <div class="promotionDivTitle"
onclick="showHideCommon('getTrainingDiv');">NEWS</div>
<div id="getTrainingDiv" class="aboutBack">
<% if (announcementsBean != null) { %>
<%=announcementsBean.getAnnouncements()%>
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp
Fri Feb 8 01:11:15 2008
@@ -113,7 +113,7 @@
<td>
<a href="/wso2registry/atom<%=details.getPath()%>"
target="_blank" title="Subscribe to this feed"><img border="0"
src="/wso2registry/admin/images/icon-feed-small.gif" /></a>
</td>
- <td>
+ <td style="padding-top:3px;">
<a href="#"
onclick="showHideCommon('mainDetailsIconExpanded');showHideCommon('mainDetailsIconMinimized');showHideCommon('resourceMainDetails');showHideCommon('resourceMainDetailsMin');">
<img
src="/wso2registry/admin/images/icon-expanded.gif" border="0" align="top"
id="mainDetailsIconExpanded" />
<img
src="/wso2registry/admin/images/icon-minimized.gif" border="0" align="top"
id="mainDetailsIconMinimized" style="display:none;" />
@@ -295,17 +295,17 @@
<tr>
<% if (details.isCollection() &&
details.isPutAllowed() && !details.isVersionView()) { %>
<td>
- <a href="#resources" title="Add Resource"
onclick="showHide('add-resource-div');expandIfNot('entries');"><img
src="/wso2registry/admin/images/icon-add-resource.gif" border="0" align="top"
style="margin-top:-5px;" /></a>
+ <a href="#resources" title="Add Resource"
onclick="showHide('add-resource-div');expandIfNot('entries');"><img
src="/wso2registry/admin/images/icon-add-resource.gif" border="0" align="top"
/></a>
</td>
- <td valign="top">
- <a href="#resources" name="resources" title="Add
Collection" onclick="showHide('add-folder-div');expandIfNot('entries');"><img
src="/wso2registry/admin/images/icon-add-folder.gif" border="0" align="top"
style="margin-top:-6px;" /></a>
+ <td>
+ <a href="#resources" name="resources" title="Add
Collection" onclick="showHide('add-folder-div');expandIfNot('entries');"><img
src="/wso2registry/admin/images/icon-add-folder.gif" border="0" align="top"
/></a>
</td>
<% } %>
- <td>
+ <td style="padding-top:3px;">
<a href="#resources"
onclick="showHideCommon('entriesIconExpanded');showHideCommon('entriesIconMinimized');showHideCommon('entriesExpanded');showHideCommon('entriesMinimized');">
- <img
src="/wso2registry/admin/images/icon-expanded.gif" border="0" align="top"
id="entriesIconExpanded" style="margin-top:-4px;" />
- <img
src="/wso2registry/admin/images/icon-minimized.gif" border="0" align="top"
id="entriesIconMinimized" style="display:none;margin-top:-4px;" />
+ <img
src="/wso2registry/admin/images/icon-expanded.gif" border="0" align="top"
id="entriesIconExpanded" />
+ <img
src="/wso2registry/admin/images/icon-minimized.gif" border="0" align="top"
id="entriesIconMinimized" style="display:none;" />
</a>
</td>
</tr>
@@ -420,7 +420,7 @@
<th>Created Date</th>
<th>Author</th>
<th>Rating</th>
- <th colspan="2" style="width:50px;">Action</th>
+ <th style="width:50px;">Action</th>
</tr>
<%
@@ -456,9 +456,8 @@
<img
src="/wso2registry/admin/images/r<%=resourceData.getAverageStars()[4]%>.gif"
align="top" />
(<%=resourceData.getAverageRating()%>)
</td>
- <td><a href="/wso2registry/atom<%=resourceData.getResourcePath()%>"
target="_blank" title="Subscribe to this feed"><img border="0"
src="/wso2registry/admin/images/icon-feed-small.gif"/></a>
- </td>
- <td>
+ <td align="left"><a
href="/wso2registry/atom<%=resourceData.getResourcePath()%>" target="_blank"
title="Subscribe to this feed"><img border="0"
src="/wso2registry/admin/images/icon-feed-small.gif"/></a>
+
<% if (resourceData.isDeleteAllowed() && !details.isVersionView())
{ %><a
href="/wso2registry/system/deleteResource?resourcePath=<%=resourceData.getResourcePath()%>"
title="Delete" style="margin-left:5px;"><img
src="/wso2registry/admin/images/icon-trash.gif" border="0" /></a> <% } %>
</td>
@@ -495,7 +494,7 @@
<td valign="top">
<h2 class="sub-headding-permisions">Permissions</h2>
</td>
- <td align="right" valign="middle">
+ <td align="right" valign="middle" style="padding-top:3px;">
<a href="#"
onclick="showHideCommon('perIconExpanded');showHideCommon('perIconMinimized');showHideCommon('perExpanded');showHideCommon('perMinimized');">
<img src="/wso2registry/admin/images/icon-expanded.gif"
border="0" align="top" id="perIconExpanded" style="display:none;" />
<img src="/wso2registry/admin/images/icon-minimized.gif"
border="0" align="top" id="perIconMinimized" />
@@ -536,7 +535,7 @@
<% if (details.isLoggedIn() &&
!details.isVersionView()) { %><a href="#"
onclick="showHideCommon('tagAddTable');expandIfNot('tag');"><img
src="/wso2registry/admin/images/universal-add.gif" border="0" valign="top"
title="Add New Tag" /></a><% } %>
</td>
- <td>
+ <td style="padding-top:3px;">
<a href="#"
onclick="showHideCommon('tagIconExpanded');showHideCommon('tagIconMinimized');showHideCommon('tagExpanded');showHideCommon('tagMinimized');">
<img
src="/wso2registry/admin/images/icon-expanded.gif" border="0" align="top"
id="tagIconExpanded" />
<img
src="/wso2registry/admin/images/icon-minimized.gif" border="0" align="top"
id="tagIconMinimized" style="display:none;" />
@@ -603,7 +602,7 @@
<td>
<a
href="/wso2registry/atom<%=details.getPath()%>;comments" target="_blank"
title="Subscribe to this feed"><img border="0"
src="/wso2registry/admin/images/icon-feed-small.gif" /></a>
</td>
- <td>
+ <td style="padding-top:3px;">
<a href="#"
onclick="showHideCommon('commentsIconExpanded');showHideCommon('commentsIconMinimized');showHideCommon('commentsExpanded');showHideCommon('commentsMinimized');">
<img
src="/wso2registry/admin/images/icon-expanded.gif" border="0" align="top"
id="commentsIconExpanded" />
<img
src="/wso2registry/admin/images/icon-minimized.gif" border="0" align="top"
id="commentsIconMinimized" style="display:none;" />
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev