Author: chanaka
Date: Fri Jan 25 03:51:39 2008
New Revision: 12903

Log:

promotion area added to these pages

Modified:
   trunk/registry/modules/webapps/src/main/webapp/admin/advanced-search.jsp
   trunk/registry/modules/webapps/src/main/webapp/admin/people.jsp
   trunk/registry/modules/webapps/src/main/webapp/admin/recent-activity.jsp
   trunk/registry/modules/webapps/src/main/webapp/admin/user.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 Jan 25 03:51:39 2008
@@ -56,6 +56,13 @@
 <% } %>
 
 <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-search">Advanced Search</h1>
 <!-- Hear comes the box1 table -->
 <div class="box1-head">

Modified: trunk/registry/modules/webapps/src/main/webapp/admin/people.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/people.jsp     
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/people.jsp     Fri Jan 
25 03:51:39 2008
@@ -29,6 +29,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-user-manage">People</h1>
 <% if (errorMessage != null) { %>
 <div class="error-message"><%=errorMessage%></div>

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 Jan 25 03:51:39 2008
@@ -46,6 +46,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">Recent activity</h1>
     <% if (errorMessage != null) { %>
     <div class="error-message"><%=errorMessage%></div>
@@ -155,13 +162,7 @@
 
         </table>
 
-    </td>
-    <td valign="top" style="padding-left:10px;padding-right:10px;">
-
-
-    </td>
-</tr>
-</table>
+    
 <!-- End box1-mid div -->
 </div>
 <div class="box1-bot">
@@ -173,7 +174,9 @@
     </table>
 </div>
 
-
+</td>
+</tr>
+</table>
 
 
 

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 Jan 
25 03:51:39 2008
@@ -26,6 +26,13 @@
 
 
 <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-user-manage">People</h1>
 <div class="breadcrumb" style="margin-bottom:10px;"><a 
href="/wso2registry/system/people">People</a> | 
<%=userDetailsAction.getUserName()%> (Settings)</div>
 
@@ -168,6 +175,10 @@
 </div>
 
 
+<!--This is the END of main table which seperates 2 coloums for promotions and 
content of the site -->
+    </td>
+    </tr>
+</table>
 
 
 

_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to