Author: chanaka
Date: Mon Jan 28 00:21:35 2008
New Revision: 13034
Log:
1 about page text changed
2 versions page icons changed
3 usability improvement on versions view page
Added:
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/back.gif
(contents, props changed)
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-about-big.jpg
(contents, props changed)
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-details.jpg
(contents, props changed)
Modified:
branches/registry/1_0/modules/webapps/src/main/webapp/admin/about.jsp
branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-restore.gif
branches/registry/1_0/modules/webapps/src/main/webapp/admin/registry-resources.jsp
branches/registry/1_0/modules/webapps/src/main/webapp/admin/versions.jsp
Modified: branches/registry/1_0/modules/webapps/src/main/webapp/admin/about.jsp
==============================================================================
--- branches/registry/1_0/modules/webapps/src/main/webapp/admin/about.jsp
(original)
+++ branches/registry/1_0/modules/webapps/src/main/webapp/admin/about.jsp
Mon Jan 28 00:21:35 2008
@@ -184,7 +184,7 @@
</td>
- <td valign="top">
+ <td valign="top" style="padding-left:7px;">
<div class="box1-head">
<table cellspacing="0" cellpadding="0"
border="0" style="width:100%">
<tr>
@@ -195,12 +195,12 @@
</table>
</div>
<div class="box1-mid">
- WSO2 offers �Live Online Training� and �Onsite
Training� training courses. Go to <a
href="http://wso2.com/training/">http://wso2.com/training/ for more details</a>
for more details.
+ WSO2 offers �Live Online Training� and �Onsite
Training� training courses.
<h3>Live Online Training</h3>
<p>Our live online training sessions bring you all the advantages of a
classroom training no matter where you are. You can share data, ask questions
from the instructor, speak with the other participants, and even request for a
coffee break when you need one!</p>
<h3>Onsite Training</h3>
<p>If you have a group of employees that require a specific training, we
provide the training at your site. You can pick a standard course, or send us
your requirements and we will tailor-make a course for you.</p>
-
+<p>Go to <a href="http://wso2.com/training/">http://wso2.com/training/</a> for
more details.</p>
</div>
<div class="box1-bot">
Modified:
branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css
==============================================================================
--- branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css
(original)
+++ branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css
Mon Jan 28 00:21:35 2008
@@ -555,4 +555,14 @@
.featureList li{
padding-top:5px;
line-height:18px;
+}
+.versionsToolBar{
+padding:3px;
+border:solid 1px #cccccc;
+background-color:#e2f0d0;
+margin-top:3px;
+margin-bottom:3px;
+}
+.versionsToolBar a{
+color:#6d7465;
}
\ No newline at end of file
Added:
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/back.gif
==============================================================================
Binary file. No diff available.
Added:
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-about-big.jpg
==============================================================================
Binary file. No diff available.
Added:
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-details.jpg
==============================================================================
Binary file. No diff available.
Modified:
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-restore.gif
==============================================================================
Binary files. No diff available.
Modified:
branches/registry/1_0/modules/webapps/src/main/webapp/admin/registry-resources.jsp
==============================================================================
---
branches/registry/1_0/modules/webapps/src/main/webapp/admin/registry-resources.jsp
(original)
+++
branches/registry/1_0/modules/webapps/src/main/webapp/admin/registry-resources.jsp
Mon Jan 28 00:21:35 2008
@@ -95,15 +95,21 @@
}
} %>
</h1>
+
<!-- a href="#" style="float:right;
display:inline;margin-top:10px;margin-right:5px;"><img
src="/wso2registry/admin/images/icon-folder-up.jpg" border="0" /></a-->
<span style="clear:both;" />
</div>
+
<table cellspacing="0" cellpadding="0" border="0" style="width:100%">
<tr>
<td class="leftColoumSizer" valign="top">
<!-- Page main information Starts here -->
<div style="margin-bottom:10px;">
+<% if (details.isVersionView()) { %>
+
+ <div class="versionsToolBar"><img
src="/wso2registry/admin/images/back.gif" align="top" vspace="2" /> <a
href="#">Back to Versions of </a> | <img
src="/wso2registry/admin/images/icon-restore.gif" border="0" align="top"
vspace="2" /> <a
href="/wso2registry/system/restore?versionPath=<%=details.getPath()%>"
title="Restore" style="margin-left:5px;"> Restore to this version </a></div>
+ <% } %>
<!-- all the content goes here -->
<table cellpadding="0" cellspacing="0" border="0"
class="simple-data-table">
<tr><th style="width:140px;">Created:</th><td
style="width:170px;"><%=details.getCreatedOn().toString()%></td><th>Author:</th><td><%=details.getAuthor()%></td></tr>
Modified:
branches/registry/1_0/modules/webapps/src/main/webapp/admin/versions.jsp
==============================================================================
--- branches/registry/1_0/modules/webapps/src/main/webapp/admin/versions.jsp
(original)
+++ branches/registry/1_0/modules/webapps/src/main/webapp/admin/versions.jsp
Mon Jan 28 00:21:35 2008
@@ -28,6 +28,13 @@
<jsp:include page="header.jsp" />
<div class="content">
+ <!--This is the START of main table which seperates 2 coloums for
promotions and content of the site -->
+<table cellpadding="0" cellspacing="0" border="0" style="width:100%;">
+ <tr>
+ <td class="promotionDiv" valign="top">
+ <jsp:include page="promotion.jsp" />
+ </td>
+ <td valign="top">
<h1 class="headding-recent-activity">Versions of
<%=versionBean.getResourcePath()%></h1>
<!-- Hear comes the box1 table -->
@@ -36,7 +43,6 @@
<tr>
<td valign="top" style="padding-top:0px;width:14px;"><img
src="/wso2registry/admin/images/box1-lefttop.jpg" /></td>
<td valign="top">
- <h2>Search Activities</h2>
</td>
<td align="right" valign="top">
<a href="#"
onclick="showHideCommon('userIconExpanded');showHideCommon('userIconMinimized');showHideCommon('userExpanded');showHideCommon('userMinimized');">
@@ -74,7 +80,7 @@
<td><%=currentVersion.getUpdatedOn().toString()%></td>
<td><%=currentVersion.getUpdater()%></td>
<td>
- <a
href="/wso2registry/web<%=currentVersion.getActiveResourcePath()%>"
title="Details">Details <img src="/wso2registry/admin/images/icon-details.gif"
border="0" hspace="3" /></a>
+ <a
href="/wso2registry/web<%=currentVersion.getActiveResourcePath()%>"
title="Details">Details <img src="/wso2registry/admin/images/icon-details.jpg"
border="0" hspace="3" align="top" /></a>
</td>
</tr>
@@ -90,7 +96,7 @@
<td><%=versionPath.getUpdatedOn().toString()%></td>
<td><%=versionPath.getUpdater()%></td>
<td>
- <a
href="/wso2registry/web<%=versionPath.getCompleteVersionPath()%>"
title="Details">Details <img src="/wso2registry/admin/images/icon-details.gif"
border="0" hspace="3" /></a>
+ <a
href="/wso2registry/web<%=versionPath.getCompleteVersionPath()%>"
title="Details">Details <img src="/wso2registry/admin/images/icon-details.jpg"
border="0" hspace="3" /></a>
<a
href="/wso2registry/system/restore?versionPath=<%=versionPath.getCompleteVersionPath()%>"
title="Restore" style="margin-left:5px;">Restore <img
src="/wso2registry/admin/images/icon-restore.gif" border="0" /></a>
</td>
</tr>
@@ -111,7 +117,9 @@
</div>
-
+</td>
+</tr>
+</table>
</div>
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev