[Registry-dev] svn commit r8473 -
trunk/registry/modules/webapps/src/main/webapp/admin/tiles
svn at wso2.org
svn at wso2.org
Thu Oct 4 00:40:18 PDT 2007
Author: chathura
Date: Thu Oct 4 00:40:10 2007
New Revision: 8473
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/tiles/resource_detail.jsp
Log:
Added a resource view link in the human view UI.
Now you can click the "View" link in the resource details page, which takes you to the basic view of the resource.
For resources with text media type, this will display the resource content!
Modified: trunk/registry/modules/webapps/src/main/webapp/admin/tiles/resource_detail.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/tiles/resource_detail.jsp (original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/tiles/resource_detail.jsp Thu Oct 4 00:40:10 2007
@@ -9,7 +9,7 @@
<br/>
<div class="heading"><s:text name="title.Detail"/></div>
<div class="detail-section">
- <div class="description"><label><strong>Resource:</strong></label> <s:property value="name"/></div>
+ <div class="description"><label><strong>Resource:</strong></label> <s:property value="name"/> <a href="/wso2registry/view<s:property value="path"/>" target="_blank">View</a></div>
<div class="description"><label><strong>Author:</strong></label> <s:property value="author"/></div>
<div class="description"><label><strong>Media Type:</strong></label> <s:property value="mediaType"/></div>
<div class="description"><label><strong>Created On:</strong></label> <s:property value="createdOn"/></div>
More information about the Registry-dev
mailing list