Author: chanaka
Date: Tue Dec 18 21:30:33 2007
New Revision: 11472
Log:
add versions link
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp
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
Tue Dec 18 21:30:33 2007
@@ -119,8 +119,9 @@
<tr><th>Created:</th><td
style="width:170px;"><%=details.getCreatedOn().toString()%></td><th>Author:</th><td><%=details.getAuthor()%></td></tr>
<tr><th>Last
Updated:</th><td><%=details.getLastModified().toString()%></td><th>By:</th><td><%=details.getLastUpdater()%></td></tr>
<tr><th valign="top">Rating:</th><td><div
id="ratingDiv"><img src="/wso2registry/admin/images/ajax-loader.gif"
/></div></td><th></th><td></td></tr>
+ <tr><th>Versions:</th><td><a href="#">View all
35 versions</a></td><th></th><td></td></tr>
</table>
- <div
style="margin-bottom:5px;font-weight:bold;">Description:</div>
+ <div
style="margin-bottom:5px;margin-top:10px;font-weight:bold;">Description:</div>
<!-- Description editing will goes here -->
<script type="text/javascript"
xml:space="preserve">
new Ajax.Updater('ratingDiv',
'/wso2registry/system/getInitialRating', { method: 'get', parameters:
{resourcePath: '<%=details.getPath()%>'} });
@@ -499,7 +500,7 @@
Comment comment = (Comment) iComments.next();
%>
<div class="comments-header">
- <strong>Commented on
</strong><%=comment.getCommentedTime().toString()%><strong> by</strong> <a
href="#"><%=comment.getCommentedUser()%></a>
+ Comment by <a
href="#"><%=comment.getCommentedUser()%></a> on
<%=comment.getCommentedTime().toString()%>
<div class="comments-bottom">
<%=comment.getCommentText()%>
</div>
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev