Author: chanaka
Date: Fri Feb 1 05:05:35 2008
New Revision: 13224
Log:
left column moved to plane background
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/advanced-search.jsp
trunk/registry/modules/webapps/src/main/webapp/admin/recent-activity.jsp
trunk/registry/modules/webapps/src/main/webapp/admin/search.jsp
trunk/registry/modules/webapps/src/main/webapp/admin/user.jsp
trunk/registry/modules/webapps/src/main/webapp/admin/versions.jsp
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/advanced-search.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/advanced-search.jsp
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/advanced-search.jsp
Fri Feb 1 05:05:35 2008
@@ -54,8 +54,6 @@
<% if (errorMessage != null) { %>
<div class="error-message"><%=errorMessage%></div>
<% } %>
-
-<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>
@@ -63,6 +61,8 @@
<jsp:include page="promotion.jsp" />
</td>
<td valign="top">
+<div class="content">
+
<h1 class="headding-search">Advanced Search</h1>
<h2>Search Activities</h2>
@@ -305,10 +305,10 @@
</table>
</div>
-
-
</div>
-
+</td>
+</tr>
+</table>
<!-- START footer content -->
<jsp:include page="footer.jsp" />
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/recent-activity.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/recent-activity.jsp
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/recent-activity.jsp
Fri Feb 1 05:05:35 2008
@@ -44,8 +44,6 @@
}
%>
<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>
@@ -53,7 +51,9 @@
<jsp:include page="promotion.jsp" />
</td>
<td valign="top">
- <h1 class="headding-recent-activity">Recent activity</h1>
+<div class="content">
+
+ <h1 class="headding-recent-activity">Activity</h1>
<% if (errorMessage != null) { %>
<div class="error-message"><%=errorMessage%></div>
<% } %>
@@ -153,14 +153,11 @@
</div>
+</div>
</td>
</tr>
</table>
-
-
-</div>
-
<!-- START footer content -->
<jsp:include page="footer.jsp" />
Modified: trunk/registry/modules/webapps/src/main/webapp/admin/search.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/search.jsp
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/search.jsp Fri Feb
1 05:05:35 2008
@@ -24,9 +24,6 @@
<!-- START header content -->
<jsp:include page="header.jsp" />
-
-<! START body content -->
-<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>
@@ -34,6 +31,9 @@
<jsp:include page="promotion.jsp" />
</td>
<td valign="top">
+<! START body content -->
+<div class="content">
+
<h1 class="headding-search">Search</h1>
<!-- Hear comes the box1 table -->
@@ -101,12 +101,11 @@
<!-- End box1-mid div -->
</div>
+</div>
</td>
</tr>
</table>
-</div>
-
<!-- START footer content -->
<jsp:include page="footer.jsp" />
Modified: trunk/registry/modules/webapps/src/main/webapp/admin/user.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/user.jsp
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/user.jsp Fri Feb
1 05:05:35 2008
@@ -25,8 +25,6 @@
}
%>
-
-<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>
@@ -34,6 +32,8 @@
<jsp:include page="promotion.jsp" />
</td>
<td valign="top">
+<div class="content">
+
<h1 class="headding-user-manage">People</h1>
<div class="breadcrumb" style="margin-bottom:10px;"><a
href="/wso2registry/system/people">People</a> |
<%=userDetailsAction.getDisplayUserName()%> (Settings)</div>
@@ -163,15 +163,12 @@
+</div>
<!--This is the END of main table which seperates 2 coloums for promotions and
content of the site -->
</td>
</tr>
</table>
-
-
-</div>
-
<!-- START footer content -->
<jsp:include page="footer.jsp" />
Modified: trunk/registry/modules/webapps/src/main/webapp/admin/versions.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/versions.jsp
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/versions.jsp Fri Feb
1 05:05:35 2008
@@ -27,14 +27,15 @@
<div class="page-sizer">
<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 -->
+ <!--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">
+ <div class="content">
+
<h1 class="headding-resource">Versions of
<%=versionBean.getResourcePath()%></h1>
@@ -89,14 +90,13 @@
<!-- End box1-mid div -->
</div>
-
+ </div>
+
+
</td>
</tr>
</table>
-
- </div>
-
<!-- START footer content -->
<jsp:include page="footer.jsp" />
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev