You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by de...@apache.org on 2005/09/24 10:15:20 UTC

svn commit: r291264 - in /webservices/axis2/trunk/java/modules/core/webapp: ./ Error/ css/ images/ include/

Author: deepal
Date: Sat Sep 24 01:14:44 2005
New Revision: 291264

URL: http://svn.apache.org/viewcvs?rev=291264&view=rev
Log:
Committing web admin updates done by Chamil : he has done a great work , he has completely changed look and feel of the web admin now its seems pretty cool. 

Added:
    webservices/axis2/trunk/java/modules/core/webapp/images/axis.gif   (with props)
    webservices/axis2/trunk/java/modules/core/webapp/images/axis_l.jpg   (with props)
    webservices/axis2/trunk/java/modules/core/webapp/include/adminfooter.jsp
    webservices/axis2/trunk/java/modules/core/webapp/include/adminheader.jsp
    webservices/axis2/trunk/java/modules/core/webapp/include/link-footer.jsp
Modified:
    webservices/axis2/trunk/java/modules/core/webapp/EngageToServiceGroup.jsp
    webservices/axis2/trunk/java/modules/core/webapp/Error/AuthError.html
    webservices/axis2/trunk/java/modules/core/webapp/Error/GenError.html
    webservices/axis2/trunk/java/modules/core/webapp/HappyAxis.jsp
    webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp
    webservices/axis2/trunk/java/modules/core/webapp/ListServiceGroup.jsp
    webservices/axis2/trunk/java/modules/core/webapp/Loging.jsp
    webservices/axis2/trunk/java/modules/core/webapp/RemoveService.jsp
    webservices/axis2/trunk/java/modules/core/webapp/SelectService.jsp
    webservices/axis2/trunk/java/modules/core/webapp/ServiceParaEdit.jsp
    webservices/axis2/trunk/java/modules/core/webapp/ViewContexts.jsp
    webservices/axis2/trunk/java/modules/core/webapp/ViewGlobalHandlers.jsp
    webservices/axis2/trunk/java/modules/core/webapp/ViewServiceHandlers.jsp
    webservices/axis2/trunk/java/modules/core/webapp/admin.jsp
    webservices/axis2/trunk/java/modules/core/webapp/css/axis-style.css
    webservices/axis2/trunk/java/modules/core/webapp/enaggingtoanopeartion.jsp
    webservices/axis2/trunk/java/modules/core/webapp/engagingglobally.jsp
    webservices/axis2/trunk/java/modules/core/webapp/engagingtoaservice.jsp
    webservices/axis2/trunk/java/modules/core/webapp/error.jsp
    webservices/axis2/trunk/java/modules/core/webapp/errorModule.jsp
    webservices/axis2/trunk/java/modules/core/webapp/globalModules.jsp
    webservices/axis2/trunk/java/modules/core/webapp/images/asf-logo.gif
    webservices/axis2/trunk/java/modules/core/webapp/include/footer.inc
    webservices/axis2/trunk/java/modules/core/webapp/include/header.inc
    webservices/axis2/trunk/java/modules/core/webapp/index.jsp
    webservices/axis2/trunk/java/modules/core/webapp/listModules.jsp
    webservices/axis2/trunk/java/modules/core/webapp/listService.jsp
    webservices/axis2/trunk/java/modules/core/webapp/listServices.jsp
    webservices/axis2/trunk/java/modules/core/webapp/upload.jsp
    webservices/axis2/trunk/java/modules/core/webapp/viewServiceContext.jsp
    webservices/axis2/trunk/java/modules/core/webapp/viewServiceGroupContext.jsp
    webservices/axis2/trunk/java/modules/core/webapp/viewphases.jsp

Modified: webservices/axis2/trunk/java/modules/core/webapp/EngageToServiceGroup.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/EngageToServiceGroup.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/EngageToServiceGroup.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/EngageToServiceGroup.jsp Sat Sep 24 01:14:44 2005
@@ -5,19 +5,11 @@
                                                                              java.util.HashMap,
                                                                              java.util.Iterator" errorPage="" %>
 <%@ page import="org.apache.axis2.description.ServiceGroupDescription"%>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-    <title>Engaging Module to a Service Group</title>
-    <style type="text/css">
-
-    </style></head>
-
-<body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
 <%
     String status = (String)request.getSession().getAttribute(Constants.ENGAGE_STATUS);
 %>
+<h1>Engage Module for a Service Group</h1>
 <form method="get" name="engaginModule" action="engageToServiceGroup">
     <table border="0" width="100%" cellspacing="1" cellpadding="1">
         <tr>
@@ -105,7 +97,5 @@
         </tr>
     </table>
 </form>
-</body>
-</html>
-
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
 

Modified: webservices/axis2/trunk/java/modules/core/webapp/Error/AuthError.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/Error/AuthError.html?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/Error/AuthError.html (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/Error/AuthError.html Sat Sep 24 01:14:44 2005
@@ -3,8 +3,8 @@
  <body>
  <table width="100%">
   <tr>
-    <td align="left"><img src="images/asf-logo.gif"/><h1>Axis 2</h1></td>
-    <td align="right"><img src="images/axis.jpg"/></td>
+    <td align="left"><img src="images/asf-logo.gif"/></td>
+    <td align="right"><img src="images/axis_l.jpg"/></td>
     </tr>
 </table>
 <table width="100%">

Modified: webservices/axis2/trunk/java/modules/core/webapp/Error/GenError.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/Error/GenError.html?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/Error/GenError.html (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/Error/GenError.html Sat Sep 24 01:14:44 2005
@@ -3,8 +3,8 @@
  <body>
  <table width="100%">
   <tr>
-    <td align="left"><img src="images/asf-logo.gif"/><h1>Axis 2</h1></td>
-    <td align="right"><img src="images/axis.jpg"/></td>
+    <td align="left"><img src="images/asf-logo.gif"/></td>
+    <td align="right"><img src="images/axis_l.jpg"/></td>
     </tr>
 </table>
 <table width="100%">

Modified: webservices/axis2/trunk/java/modules/core/webapp/HappyAxis.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/HappyAxis.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/HappyAxis.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/HappyAxis.jsp Sat Sep 24 01:14:44 2005
@@ -355,11 +355,9 @@
         }
     }
 %>
-<html><head><title>Axis2 Happiness Page</title></head>
-<body>
+
 <h1>Axis2 Happiness Page</h1>
 <h2>Examining webapp configuration</h2>
-
 <p>
 <h3>Needed Components</h3>
 <%
@@ -430,7 +428,7 @@
 <B><I>Note:</I></B> Even if everything this page probes for is present, there is no guarantee your
 web service will work, because there are many configuration options that we do
 not check for. These tests are <i>necessary</i> but not <i>sufficient</i>
-<hr>
+
 <h2>Examining echo service</h2>
     <%
         boolean serviceStatus = inVokeTheService();
@@ -439,13 +437,13 @@
     <p>
     <font color="blue" >
     Found the Axis2 default Version service and Axis2 is working properly.Now you can drop any web service in
-    to axis2/WEB-INF/service and check it is working.
+    to axis2/WEB-INF/service and check if it is working.
 
-    While invoking the version service got the following out put.
+    Following output was produced while invoking the version service
     <br>
        <%= value%> </font>
        </p>
-       <hr>
+       
    <%
         }   else {
    %>
@@ -456,7 +454,7 @@
    <br>
      </font>
      </p>
-     <hr>
+     
     <%
         }
     %>
@@ -488,8 +486,8 @@
     }
 %>
 
- <jsp:include page="include/link-footer.inc"></jsp:include>
-       <jsp:include page="include/footer.inc"></jsp:include>
+	<jsp:include page="include/link-footer.jsp"></jsp:include>
+	<jsp:include page="include/footer.inc"></jsp:include>
 </body>
 </html>
 

Modified: webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp Sat Sep 24 01:14:44 2005
@@ -1,5 +1,4 @@
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<html>
 <%
 /*
 * Copyright 2004,2005 The Apache Software Foundation.
@@ -25,24 +24,30 @@
  * Time: 7:14:26 PM
  */
 %>
-<head>
-<title>Untitled Document</title>
-<style type="text/css">
-</style></head>
-
-<body>
-<table width="100%">
-
- <tr> <tr>
+<table width="100%" style="border-right:1px solid #CCCCCC;">
+    <tr>
      <td colspan="2" >
-      <b> System Components</b>
+       <b>Tools </b>
+     </td>
+    </tr>
+    <tr>
+       <td>
+       &nbsp;&nbsp;&nbsp;&nbsp;
+       </td>
+       <td>
+         <a href="upload.jsp">Upload Service</a>
+       </td>
+    </tr>
+<tr>
+     <td colspan="2" >
+      <b><nobr>System Components&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</nobr></b>
      </td>
   </tr>
     <td>
        &nbsp;&nbsp;&nbsp;&nbsp;
     </td>
     <td >
-      <a href="listService" target="mainFrame">Available Services</a>
+      <a href="listService">Available Services</a>
     </td>
  </tr>
  <tr>
@@ -50,7 +55,7 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
     </td>
     <td >
-      <a href="listServciceGroups" target="mainFrame">Available ServiceGroups</a>
+      <a href="listServciceGroups">Available ServiceGroups</a>
     </td>
  </tr>
  <tr>
@@ -58,7 +63,7 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
     </td>
     <td >
-      <a href="listModules" target="mainFrame">Available Modules</a>
+      <a href="listModules">Available Modules</a>
     </td>
  </tr>
  <tr>
@@ -66,7 +71,7 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
     </td>
     <td>
-      <a href="globalModules" target="mainFrame">Globally Engaged Modules</a>
+      <a href="globalModules">Globally Engaged Modules</a>
     </td>
  </tr>
  <tr>
@@ -74,12 +79,7 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
     </td>
     <td >
-      <a href="listPhases" target="mainFrame">Available Phases</a>
-    </td>
- </tr>
- <tr>
-    <td colspan="2">
-     <br>
+      <a href="listPhases">Available Phases</a>
     </td>
  </tr>
   <tr>
@@ -92,7 +92,7 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td>
-         <a href="viewGlobalHandlers" target="mainFrame">Global Chains</a>
+         <a href="viewGlobalHandlers">Global Chains</a>
        </td>
     </tr>
     <tr>
@@ -100,15 +100,10 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td>
-         <a href="selectService" target="mainFrame">Operation's Chains</a>
+         <a href="selectService">Operation's Chains</a>
        </td>
     </tr>
     <tr>
-       <td colspan="2">
-        <br>
-      </td>
-   </tr>
-    <tr>
      <td colspan="2" >
        <b>Engage Module</b>
      </td>
@@ -118,7 +113,7 @@
         &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td>
-         <a href="engagingglobally" target="mainFrame">Gloabally</a>
+         <a href="engagingglobally">Gloabally</a>
        </td>
     </tr>
      <tr>
@@ -126,7 +121,7 @@
          &nbsp;&nbsp;&nbsp;&nbsp;
         </td>
         <td>
-          <a href="engageToServiceGroup" target="mainFrame">To Service Group</a>
+          <a href="engageToServiceGroup">For a Service Group</a>
         </td>
      </tr>
 
@@ -136,7 +131,7 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td>
-         <a href="engageToService" target="mainFrame">To a Service</a>
+         <a href="engageToService">For a Service</a>
        </td>
     </tr>
 
@@ -145,15 +140,7 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td>
-         <a href="listoperation" target="mainFrame">To an Operation</a>
-       </td>
-    </tr>
-    <tr>
-      <td>
-       &nbsp;&nbsp;&nbsp;&nbsp;
-       </td>
-       <td>
-        &nbsp;&nbsp;&nbsp;&nbsp;
+         <a href="listoperation">For an Operation</a>
        </td>
     </tr>
 
@@ -167,7 +154,7 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td>
-         <a href="removeService" target="mainFrame">Turn off service</a>
+         <a href="removeService">Turn off service</a>
        </td>
     </tr>
     <tr>
@@ -175,11 +162,9 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td>
-         <a href="selectServiceParaEdit" target="mainFrame">Edit Service Parameters</a>
+         <a href="selectServiceParaEdit">Edit Service Parameters</a>
        </td>
     </tr>
-
-
     <tr>
      <td colspan="2" >
        <b>View Contexts </b>
@@ -190,26 +175,7 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td>
-         <a href="listContexts" target="mainFrame">View Context Hierachy</a>
-       </td>
-    </tr>
-
-     <tr>
-       <td>
-       &nbsp;&nbsp;&nbsp;&nbsp;
-       </td>
-        <td>
-       &nbsp;&nbsp;&nbsp;&nbsp;
-       </td>
-    </tr>
-    <tr>
-       <td>
-       &nbsp;&nbsp;&nbsp;&nbsp;
-       </td>
-       <td>
-         <a href="index.jsp" target="_parent" >Back</a>
+         <a href="listContexts">View Context Hierachy</a>
        </td>
     </tr>
-</table>
-</body>
-</html>
+</table>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/ListServiceGroup.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/ListServiceGroup.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/ListServiceGroup.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/ListServiceGroup.jsp Sat Sep 24 01:14:44 2005
@@ -5,12 +5,7 @@
 <%@ page import="org.apache.axis2.description.ServiceGroupDescription" %>
 <%@ page import="javax.xml.namespace.QName"%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<html>
-<head><title>List Services Groups</title>
-    <link href="css/axis-style.css" rel="stylesheet" type="text/css">
-</head>
-
-<body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
 <h1>Available Service Groups</h1>
 <%
     Iterator serviceGroup = (Iterator)request.getSession().getAttribute(
@@ -46,11 +41,6 @@
     }
         %></ul><%
     }
-
-%>
-<hr>
-<%
     }
 %>
-</body>
-</html>
\ No newline at end of file
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/Loging.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/Loging.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/Loging.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/Loging.jsp Sat Sep 24 01:14:44 2005
@@ -27,27 +27,34 @@
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <html>
   <head><title>Login to Axis2:: Administartion page</title></head>
+<link href="css/axis-style.css" rel="stylesheet" type="text/css">
   <body>
   <jsp:include page="include/header.inc"></jsp:include>
   <% String isLoged = (String)request.getSession().getAttribute(Constants.LOGGED);
-   if(!"Yes".equals(isLoged)){
-   %>
+   if("Yes".equals(isLoged)){
+	response.sendRedirect(ListingAgent.ADMIN_JSP_NAME);
+   }
+%>
+<table class="FULL_BLANK">
+<tr><td valign="top">
+<jsp:include page="happy_axis.jsp?type=min"></jsp:include>
+
+
+</td>
+<td valign="middle" align="left">
     <form method="get" name="LogingForm" action="adminloging">
-        <table border="0" width="100%" cellspacing="1" cellpadding="1">
+        <table class="LOG_IN_FORM">
             <tr>
-                <td>
-                &nbsp;
-                &nbsp;
-                </td>
-            </tr>
+                <td align="center" colspan="2" bgcolor="#b0b0b0" color="#FFFFFF"><font color="#FFFFFF">Login</font></td>
+             </tr>
             <tr>
                 <td align="right" >User Name :</td>
-                <td> <INPUT align="left" TYPE=TEXT NAME="userName">
+                <td> <INPUT align="left" TYPE=TEXT NAME="userName" tabindex="1">
                 </td>
              </tr>
              <tr>
                 <td align="right">Password     : </td>
-                <td><INPUT align="left" TYPE=PASSWORD NAME="password">
+                <td><INPUT align="left" TYPE=PASSWORD NAME="password" tabindex="2">
                 </td>
              </tr>
              <tr>
@@ -65,10 +72,18 @@
              </tr>
          </table>
        </form>
-  <%} else {
-      response.sendRedirect(ListingAgent.ADMIN_JSP_NAME);
-  }%>
-       <jsp:include page="include/footer.inc"></jsp:include>
+<br/><br/><br/><br/><br/><br/>
+</td>
+</tr>
+</table>
+</td></tr><tr><td>
+ <jsp:include page="include/link-footer.jsp"></jsp:include>
+ <jsp:include page="include/footer.inc"></jsp:include>
+<script language="JavaScript">
+<!--
+document.LogingForm.userName.focus();
+//-->
+</script>
      </body>
   </html>
 

Modified: webservices/axis2/trunk/java/modules/core/webapp/RemoveService.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/RemoveService.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/RemoveService.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/RemoveService.jsp Sat Sep 24 01:14:44 2005
@@ -4,15 +4,7 @@
                  java.util.HashMap,
                  java.util.Iterator"%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Engaging Module to a Service</title>
-<style type="text/css">
-
-</style></head>
-
-<body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
 <form method="get" name="serviceRemove" action="removeService">
   <table width="100%"  border="0">
 <tr>
@@ -21,17 +13,14 @@
   </tr>
 <tr>
   <td colspan="2" >
-    <b>Turn off service :</b> Will be removed  the web service from the running system , and if the system
-    &nbsp; restart then the service will be available again      &nbsp;
-    <br>
+    <h1>Turn off service</h1> <p>The service will be removed the from the running system, but if the system restarts then the service will be available again</p>
 <%--    <b>Remove Service :</b> The selected service will be removed from the file system and if the--%>
 <%--    &nbsp; system restart it wont be there next time--%>
   </td>
   </tr>
    <tr>
-    <td>&nbsp;<hr></td>
+    <td>&nbsp;</td>
     <td>&nbsp;
-    <hr>
     </td>
   </tr>
   <tr>
@@ -73,7 +62,7 @@
     <td>&nbsp;</td>
   </tr>
   <tr>
-  <td>.</td>
+  <td>&nbsp;</td>
   <td>
     <input name="submit" type="submit" value=" Save " >
    <input name="reset" type="reset" value=" Clear " >
@@ -87,6 +76,4 @@
 
 </table>
 </form>
-</body>
-
-</html>
\ No newline at end of file
+<jsp:include page="include/adminfooter.jsp"></jsp:include>

Modified: webservices/axis2/trunk/java/modules/core/webapp/SelectService.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/SelectService.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/SelectService.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/SelectService.jsp Sat Sep 24 01:14:44 2005
@@ -29,10 +29,8 @@
  */
 %>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-
-<html>
-  <head><title>Simple jsp page</title></head>
-  <body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
+<h1>Select a Service to view Operation's Chains</h1>
   <%
       String action ="";
       String buttonName="" ;
@@ -50,23 +48,8 @@
   %>
 <form method="get" name="engaginModule" action="<%=action%>">
 <table border="0" width="100%" cellspacing="1" cellpadding="1">
-    <tr>
-        <td>
-            &nbsp;
-            &nbsp;
-        </td>
-    </tr>
-    <tr>
-           <td>
-             &nbsp;
-             &nbsp;
-           </td>
-         </tr>
          <tr>
-        <td>Select a Service :</td>
-    </tr>
-    <tr>
-        <td>
+        <td width="20%">Select a Service :&nbsp;
             <select name="service">
             <%
                 HashMap services = (HashMap)request.getSession().getAttribute(Constants.SERVICE_MAP);
@@ -81,30 +64,10 @@
            </td>
         </tr>
         <tr>
-           <td>
-             &nbsp;
-             &nbsp;
-           </td>
-         </tr>
-         <tr>
              <td>
                 <input name="submit" type="submit" value="<%=buttonName%>" >
              </td>
          </tr>
-         <tr>
-             <td>
-             &nbsp;
-             &nbsp;
-             </td>
-         </tr>
-         <tr>
-             <td>
-             &nbsp;
-             &nbsp;
-             </td>
-         </tr>
       </table>
    </form>
-</body>
-</html>
-
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/ServiceParaEdit.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/ServiceParaEdit.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/ServiceParaEdit.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/ServiceParaEdit.jsp Sat Sep 24 01:14:44 2005
@@ -7,9 +7,8 @@
                  java.util.HashMap,
                  java.util.Iterator"%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<html>
-  <head><title>Service Parameter EDIT </title></head>
-  <body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
+<h1>Edit Service Parameters</h1>
   <form method="get" name="editServicepara" action="editServicepara">
    <%
             ServiceDescription service = (ServiceDescription)request.getSession().
@@ -35,7 +34,7 @@
                      <tr>
                      <td><%=parameter.getName()%></td>
                      <td><input type="text" value="<%=parameter.getValue()%>"
-                           name="<%=(servicName + "_" + parameter.getName())%>">
+                           name="<%=(servicName + "_" + parameter.getName())%>" size="50">
                            </td>
                      </tr>
                      <%
@@ -74,7 +73,7 @@
                      <tr>
                      <td><%=parameter.getName()%></td>
                      <td><input type="text" value="<%=parameter.getValue()%>"
-                           name="<%=(opeartionName + "_" + parameter.getName())%>">
+                           name="<%=(opeartionName + "_" + parameter.getName())%>" size="50">
                            </td>
                      </tr>
                      <%
@@ -82,7 +81,7 @@
                  }
                  %>
                  <tr>
-                    <td>.</td>
+                    <td>&nbsp;</td>
                 <td>
                      <input name="changePara" type="submit" value=" Change " >
                </td>
@@ -93,5 +92,4 @@
 
        %>
        <form>
-  </body>
-</html>
\ No newline at end of file
+<jsp:include page="include/adminfooter.jsp"></jsp:include>

Modified: webservices/axis2/trunk/java/modules/core/webapp/ViewContexts.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/ViewContexts.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/ViewContexts.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/ViewContexts.jsp Sat Sep 24 01:14:44 2005
@@ -12,9 +12,7 @@
   To change this template use File | Settings | File Templates.
 --%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<html>
-<head><title>View All the Run time context hierachy</title></head>
-<body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
 <h1>Runing Context hierachy</h1>
 <%
     ConfigurationContext configContext = (ConfigurationContext)request.getSession().getAttribute(
@@ -50,5 +48,4 @@
         <%
             }
 %>
-</body>
-</html>
\ No newline at end of file
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/ViewGlobalHandlers.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/ViewGlobalHandlers.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/ViewGlobalHandlers.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/ViewGlobalHandlers.jsp Sat Sep 24 01:14:44 2005
@@ -29,9 +29,8 @@
  */
 --%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<html>
-  <head><title>View Global Handlers</title></head>
-  <body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
+<h1>View Global Execution Chains</h1>
    <%
             AxisConfigurationImpl axisConfig = (AxisConfigurationImpl)request.getSession().
                     getAttribute(Constants.GLOBAL_HANDLERS);
@@ -40,7 +39,6 @@
                  ArrayList phases = axisConfig.getInPhasesUptoAndIncludingPostDispatch();
                  %>
                  <h3> In Flow upto and including dispatcher </h3>
-                 <hr>
                  <ul>
                  <%
                  for (int i = 0; i < phases.size(); i++) {
@@ -66,7 +64,6 @@
                  phases = axisConfig.getInFaultFlow();
                  %>
                  <h3> In Fault Flow </h3>
-                 <hr>
                  <ul>
                  <%
                  for (int i = 0; i < phases.size(); i++) {
@@ -93,7 +90,6 @@
                  phases = axisConfig.getOutFlow();
                  %>
                  <h3> Out Flow </h3>
-                 <hr>
                  <ul>
                  <%
                  for (int i = 0; i < phases.size(); i++) {
@@ -119,7 +115,6 @@
                  phases = axisConfig.getOutFaultFlow();
                  %>
                  <h3> Out Fault Flow </h3>
-                 <hr>
                  <ul>
                  <%
                  for (int i = 0; i < phases.size(); i++) {
@@ -145,6 +140,4 @@
 
              }
               %>
-
-  </body>
-</html>
\ No newline at end of file
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/ViewServiceHandlers.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/ViewServiceHandlers.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/ViewServiceHandlers.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/ViewServiceHandlers.jsp Sat Sep 24 01:14:44 2005
@@ -34,8 +34,8 @@
         %>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <html>
-  <head><title>Simple jsp page</title></head>
-  <body> <body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
+<h1>View Operation's Chains</h1>
    <%
             ServiceDescription service = (ServiceDescription)request.getSession().
                     getAttribute(Constants.SERVICE_HANDLERS);
@@ -152,6 +152,4 @@
                  }
 
               %>
-
-  </body>
-</html>
\ No newline at end of file
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/admin.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/admin.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/admin.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/admin.jsp Sat Sep 24 01:14:44 2005
@@ -25,23 +25,13 @@
  * Time: 7:14:26 PM
  */
         %>
-        <head>
-<title>Axis2 :: Administrations Page</title>
-</head>
-
-<frameset rows="215,*" frameborder="NO" border="0" framespacing="0">
-<frame src="TopFrame.jsp" name="topFrame" scrolling="NO"  >
-<frameset rows="*" cols="300,*" framespacing="0" frameborder="NO" border="0">
-<frame src="LeftFrame.jsp" name="leftFrame"  border="0" noresize>
-<frame src="MainFrame.jsp"  border="0" name="mainFrame">
-</frameset>
-</frameset>
-<noframes><body>
   <%
       String status = (String)request.getSession().getAttribute(Constants.LOGGED);
       if(status == null || (! status.equals("Yes"))) {
           throw new Exception("Invalid logging");
       }
   %>
-</body></noframes>
-</html>
\ No newline at end of file
+<jsp:include page="include/adminheader.jsp"></jsp:include>
+<h1>Welcome to the Axis2 administration system!</h1><p>There are several things that you can do from within this system. You can check the status of your axis system from these pages.
+There are also some functionality provided to change some internel setting while the system is online.
+<jsp:include page="include/adminfooter.jsp"></jsp:include>

Modified: webservices/axis2/trunk/java/modules/core/webapp/css/axis-style.css
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/css/axis-style.css?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/css/axis-style.css (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/css/axis-style.css Sat Sep 24 01:14:44 2005
@@ -1,6 +1,28 @@
-body         {bgcolor="#FFFFFF";	leftmargin="0";	topmargin="0"; font-family:Arial; font-size:11pt}
-h1           { font-family: Arial; font-size: 18pt; font-weight: bold }
-h2           { font-family: Arial; font-size: 14pt; font-weight: bold }
-ul           { font-family: Arial; font-size: 11pt }input        { font-family: Arial; font-size: 8pt; font-weight: bold }
+BODY         {
+	background-color : "#FFFFFF";
+	leftmargin:"0";
+	topmargin:"0";
+	font-family:Arial;
+	font-size:11pt;
+}
+h1           { font-family: Arial; font-size: 14pt; font-weight: bold }
+h2           { font-family: Arial; font-size: 13pt; font-weight: bold }
+ul           { font-family: Arial; font-size: 11pt }
+input        { font-family: Arial; font-size: 8pt; font-weight: bold }
 td           { font-family: Arial; font-size: 10pt }
-h3           { font-family: Arial; font-size: 12pt; font-weight:bold }
\ No newline at end of file
+h3           { font-family: Arial; font-size: 12pt; font-weight:bold }
+TABLE.FULL_BLANK {
+	width : 100%;
+	height : 100%;
+	border : 0;
+	padding : 0;
+}
+
+TABLE.LOG_IN_FORM{
+	height: 200px%;
+	border:1px solid #000000;
+	width: 300px%;
+	cellspacing:1px;
+	cellpadding:1px;
+	background-color: #f7f7f7 ;
+}
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/enaggingtoanopeartion.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/enaggingtoanopeartion.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/enaggingtoanopeartion.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/enaggingtoanopeartion.jsp Sat Sep 24 01:14:44 2005
@@ -4,19 +4,11 @@
                                                                              java.util.Collection,
                                                                              java.util.HashMap,
                                                                              java.util.Iterator" errorPage="" %>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Untitled Document</title>
-<style type="text/css">
-</style></head>
-
-<body>
-<body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
 <%
     String status = (String)request.getSession().getAttribute(Constants.ENGAGE_STATUS);
 %>
+<h1>Engage Module for an Operation</h1>
 <form method="get" name="engaginModule" action="listOperations">
 <table border="0" width="100%" cellspacing="1" cellpadding="1">
     <tr>
@@ -103,7 +95,5 @@
            </tr>
       </table>
    </form>
-</body>
-</html>
-
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
 

Modified: webservices/axis2/trunk/java/modules/core/webapp/engagingglobally.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/engagingglobally.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/engagingglobally.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/engagingglobally.jsp Sat Sep 24 01:14:44 2005
@@ -29,18 +29,11 @@
                  java.util.Collection,
                  java.util.HashMap,
                  java.util.Iterator"%><html>
-<head>
-<title>Engaging Module Globally</title>
-<style type="text/css">
-</style></head>
-
-<body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
 <%
     String status = (String)request.getSession().getAttribute(Constants.ENGAGE_STATUS);
 %>
-
-
-
+<h1>Engage Module Gloabally</h1>
 <form method="get" name="engaginModule" action="engagingglobally">
 <table border="0" width="100%" cellspacing="1" cellpadding="1">
 <tr>
@@ -102,7 +95,6 @@
              </tr>
              </table>
              </form>
-             </body>
-             </html>
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
 
 

Modified: webservices/axis2/trunk/java/modules/core/webapp/engagingtoaservice.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/engagingtoaservice.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/engagingtoaservice.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/engagingtoaservice.jsp Sat Sep 24 01:14:44 2005
@@ -4,19 +4,11 @@
                                                                              java.util.Collection,
                                                                              java.util.HashMap,
                                                                              java.util.Iterator" errorPage="" %>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Engaging Module to a Service</title>
-<style type="text/css">
-
-</style></head>
-
-<body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
 <%
     String status = (String)request.getSession().getAttribute(Constants.ENGAGE_STATUS);
 %>
+<h1>Engage Module for a Service</h1>
 <form method="get" name="engaginModule" action="engageToService">
 <table border="0" width="100%" cellspacing="1" cellpadding="1">
     <tr>
@@ -103,7 +95,5 @@
            </tr>
       </table>
    </form>
-</body>
-</html>
-
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
 

Modified: webservices/axis2/trunk/java/modules/core/webapp/error.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/error.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/error.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/error.jsp Sat Sep 24 01:14:44 2005
@@ -20,10 +20,7 @@
 --%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <%@page isErrorPage="true" %>
-<html>
-  <head><title>Error !</title></head>
-  <body>
-  <jsp:include page="include/header.inc"></jsp:include>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
   <table>
   <tr>
   <td align="center">An error has occured!. Please check the details below</td>
@@ -32,6 +29,4 @@
   <td align="center"><%=exception.getMessage()%></td>
   </tr>
   </table>
-<jsp:include page="include/footer.inc"></jsp:include>
-</body>
-</html>
\ No newline at end of file
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/errorModule.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/errorModule.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/errorModule.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/errorModule.jsp Sat Sep 24 01:14:44 2005
@@ -8,14 +8,11 @@
   To change this template use File | Settings | File Templates.
 --%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<html>
-  <head><title>Errorness Modules</title></head>
-  <body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
   <%
       Hashtable errornessModules =(Hashtable)request.getSession().getAttribute(Constants.ERROR_MODULE_MAP);
       String moduleName = request.getParameter("moduleName");
   %> <h3>The Module has deployment faults</h3><%
   %><font color="red" ><%=(String)errornessModules.get(moduleName) %></font><%
   %>
-  </body>
-</html>
\ No newline at end of file
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/globalModules.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/globalModules.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/globalModules.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/globalModules.jsp Sat Sep 24 01:14:44 2005
@@ -28,28 +28,35 @@
                  java.util.Collection,
                  java.util.Iterator"%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<html>
-<head><title>Globally Engaged Modules </title>
-<link href="css/axis-style.css" rel="stylesheet" type="text/css">
-</head>
-<body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
 <h1>Globally Engaged Modules</h1>
      <%
-         boolean foundModules = false;
+	boolean foundModules = false;
+	boolean wroteUL = false;
          String modulename = "";
          Collection moduleCol = (Collection)request.getSession().getAttribute(Constants.MODULE_MAP);
          if(moduleCol != null && moduleCol.size() > 0) {
              for (Iterator iterator = moduleCol.iterator(); iterator.hasNext();) {
                  QName description = (QName) iterator.next();
                  modulename = description.getLocalPart();
-     %><hr><h2><font color="blue"><%=modulename%></font></h2>
+		if (!wroteUL){
+			wroteUL = true;
+%>
+	<ul>
+<%
+		}
+     %><li><%=modulename%></li>
      <br> <%
              }
+		if (wroteUL){
+%>
+	</ul>
+<%
+		}
          } else{
      %>
      <h2><font color="blue">There is no module engaged globally</font></h2>
                  <%
          }
                  %>
-                 </body>
-</html>
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/images/asf-logo.gif
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/images/asf-logo.gif?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
Binary files - no diff available.

Added: webservices/axis2/trunk/java/modules/core/webapp/images/axis.gif
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/images/axis.gif?rev=291264&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/modules/core/webapp/images/axis.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/modules/core/webapp/images/axis_l.jpg
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/images/axis_l.jpg?rev=291264&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/modules/core/webapp/images/axis_l.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/modules/core/webapp/include/adminfooter.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/include/adminfooter.jsp?rev=291264&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/include/adminfooter.jsp (added)
+++ webservices/axis2/trunk/java/modules/core/webapp/include/adminfooter.jsp Sat Sep 24 01:14:44 2005
@@ -0,0 +1,5 @@
+</td></tr>
+</table>
+<jsp:include page="footer.inc"></jsp:include>
+</body>
+</html>
\ No newline at end of file

Added: webservices/axis2/trunk/java/modules/core/webapp/include/adminheader.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/include/adminheader.jsp?rev=291264&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/include/adminheader.jsp (added)
+++ webservices/axis2/trunk/java/modules/core/webapp/include/adminheader.jsp Sat Sep 24 01:14:44 2005
@@ -0,0 +1,25 @@
+<%@ page import="org.apache.axis2.Constants"%>
+<%@ page contentType="text/html;charset=UTF-8" language="java" %>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<head>
+	<title>Axis2 :: Administrations Page</title>
+	<link href="css/axis-style.css" rel="stylesheet" type="text/css"/>
+	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+</head>
+<body>
+<%
+      String status = (String)request.getSession().getAttribute(Constants.LOGGED);
+      if(status == null || (! status.equals("Yes"))) {
+          throw new Exception("Invalid logging");
+      }
+  %>
+   <jsp:include page="header.inc"></jsp:include>
+<table class="FULL_BLANK"><tr><td valign="top" width="20%">
+   <jsp:include page="../LeftFrame.jsp"></jsp:include>
+</td>
+<td valign="top" align="left" width="80%">
+<table width="100%">
+    <tr>
+   <td align="right" colspan="2"><a href="#" onclick="javaacript:history.back();">Back</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="logout">Log out</a></td>
+   </tr>
+</table>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/include/footer.inc
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/include/footer.inc?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/include/footer.inc (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/include/footer.inc Sat Sep 24 01:14:44 2005
@@ -1,6 +1,19 @@
-<hr/>
-<table width="100%">
- <tr>
-   <td align="center">All rights reserved by Apache Software Foundation</td>
-   </tr>
+</td>
+</tr>
+<tr height="20px">
+	<td>
+	<table width="100%">
+		<tr><td>
+			<table width="950px">
+				<tr><td><hr size="1" noshade="" /></td></tr>
+				<tr>
+					<td align="center">Copyright &#169; 1999-2005, The Apache Software Foundation<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</td>
+				</tr>
+			</table>
+		</td>
+		<td>&nbsp;</td>
+		</tr>
+	</table>
+	</td>
+</tr>
 </table>

Modified: webservices/axis2/trunk/java/modules/core/webapp/include/header.inc
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/include/header.inc?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/include/header.inc (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/include/header.inc Sat Sep 24 01:14:44 2005
@@ -1,6 +1,11 @@
+<table class="FULL_BLANK"><tr height="100%"><td valign="top">
 <table width="100%">
+<tr><td>
+<table width="950px">
   <tr>
-    <td align="left"><img src="images/asf-logo.gif"/><h1>Axis 2</h1></td>
-    <td align="right"><img src="images/axis.jpg"/></td>
+    <td align="left"><img src="images/asf-logo.gif"/></td>
+    <td align="right"><img src="images/axis_l.jpg"/></td>
     </tr>
 </table>
+</td>
+<td>&nbsp;</td></tr></table>
\ No newline at end of file

Added: webservices/axis2/trunk/java/modules/core/webapp/include/link-footer.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/include/link-footer.jsp?rev=291264&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/include/link-footer.jsp (added)
+++ webservices/axis2/trunk/java/modules/core/webapp/include/link-footer.jsp Sat Sep 24 01:14:44 2005
@@ -0,0 +1,10 @@
+<table width="100%">
+	<tr><td>
+		<table width="950px">
+			<tr>
+				<td align="center"><a href="index.jsp">Back Home</a>&nbsp;&nbsp;|&nbsp;&nbsp; <a href="#" onclick="javascript:window.location.reload(true);">Refresh</a></td>
+			</tr>
+		</table>
+	</td>
+	<td>&nbsp;</td></tr>
+</table>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/index.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/index.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/index.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/index.jsp Sat Sep 24 01:14:44 2005
@@ -32,6 +32,7 @@
 <body>
         <jsp:include page="include/header.inc"></jsp:include>
         <br/>
+	<h1>Welcome!</h1>
         Welcome to the new generation of Axis. If you can see this it means you have
         successfuly deployed the Axis 2 web application. However to ensure that Axis 2
         is properly working, we encourage you to go to the validate link.
@@ -45,10 +46,6 @@
         <br/>
         This will probe the system to see whether all the required libraries are in place.
         It will also provide the system information.
-        </li>
-        <li><a href="upload.jsp">Upload a service</a>
-        <br/>
-        You can upload a properly packaged service here. Note : Security constraints may affect this operation.
         </li>
         <%--<li><a href="interop.jsp">Do an interop test</a>
         <br/>

Modified: webservices/axis2/trunk/java/modules/core/webapp/listModules.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/listModules.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/listModules.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/listModules.jsp Sat Sep 24 01:14:44 2005
@@ -31,14 +31,11 @@
  <%@ page import="java.util.Hashtable"%>
  <%@ page import="java.util.Iterator"%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<html>
-  <head><title>List Available Moules</title>
-  <link href="css/axis-style.css" rel="stylesheet" type="text/css">
-  </head>
-  <body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
   <h1>Available Modules</h1>
      <%
          boolean foundModules = false;
+	boolean wroteUL = false;
          HashMap moduleMap = (HashMap)request.getSession().getAttribute(Constants.MODULE_MAP);
          Hashtable errornesModules =(Hashtable)request.getSession().getAttribute(Constants.ERROR_MODULE_MAP);
          if (moduleMap!=null && !moduleMap.isEmpty()){
@@ -48,22 +45,32 @@
                  foundModules = true;
                  ModuleDescription  moduleQName = (ModuleDescription) iterator.next();
                  modulename = moduleQName.getName().getLocalPart();
-     %><hr><h2><font color="blue"><%=modulename%></font></h2>
-     <br>
+		if (!wroteUL){
+			wroteUL = true;
+%>
+	<ul>
+<%
+		}
+     %><li><%=modulename%></li>
       <%
              }
+		if (wroteUL){
+%>
+	</ul>
+<%
+		}
         }
       %>
       <%if(errornesModules.size()>0){
           %>
-      <hr><h3><font color="blue">Faulty Modules</font></h3>
+      <h3><font color="red">Faulty Modules</font></h3>
              <%
              Enumeration faultyModules = errornesModules.keys();
              while (faultyModules.hasMoreElements()) {
                  foundModules = true;
                  String faultyModuleName = (String) faultyModules.nextElement();
-             %><h3><font color="blue"><a href="errorModule.jsp?moduleName=<%=faultyModuleName%>">
-                    <%=faultyModuleName%></a></font></h3>
+             %><a href="errorModule.jsp?moduleName=<%=faultyModuleName%>">
+                    <%=faultyModuleName%></a>
                     <%
              }
       }
@@ -73,5 +80,4 @@
                  <%
              }
      %>
-  </body>
-</html>
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/listService.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/listService.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/listService.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/listService.jsp Sat Sep 24 01:14:44 2005
@@ -33,11 +33,8 @@
  */
 %>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<html>
-  <head><title>List Services</title>
-  <link href="css/axis-style.css" rel="stylesheet" type="text/css">
-  </head>
-  <body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
+
   <h1>Available services</h1>
     <%String IP=request.getRequestURL().toString();
         int lastindex = IP.lastIndexOf('/');
@@ -58,7 +55,7 @@
                  operations = axisService.getOperations();
                  operationsList = operations.values();
                  serviceName = axisService.getName().getLocalPart();
-     %><hr><h2><font color="blue"><a href="<%=prifix + axisService.getName().getLocalPart()%>?wsdl"><%=serviceName%></a></font></h2>
+     %><h2><font color="blue"><a href="<%=prifix + axisService.getName().getLocalPart()%>?wsdl"><%=serviceName%></a></font></h2>
      <font color="blue">Service EPR : <font color="black"><%=prifix + axisService.getName().getLocalPart()%></font>
      <h4>Service Description : <font color="black"><%=axisService.getServiceDescription()%></h4>
            <%
@@ -128,5 +125,4 @@
                     %> There seems to be no services listed! Try hitting refresh <%
                }
                     %>
-  </body>
-</html>
\ No newline at end of file
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/listServices.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/listServices.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/listServices.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/listServices.jsp Sat Sep 24 01:14:44 2005
@@ -31,8 +31,7 @@
   <body>
   <jsp:include page="include/header.inc"></jsp:include>
   <h1>Available services</h1>
-  <br/><a href="<%=Constants.LISTSERVICES%>"> Refresh  </a><br/>
-      <%String IP=request.getRequestURL().toString();
+  <%String IP=request.getRequestURL().toString();
         int lastindex = IP.lastIndexOf('/');
         IP = IP.substring(0,lastindex);
         String prifix = IP + "/services/";
@@ -51,7 +50,7 @@
             operations = axisService.getOperations();
             operationsList = operations.values();
             serviceName = axisService.getName().getLocalPart();
-            %><hr><h2><font color="blue"><a href="<%=prifix + axisService.getName().getLocalPart()%>?wsdl"><%=serviceName%></a></font></h2>
+            %><h2><font color="blue"><a href="<%=prifix + axisService.getName().getLocalPart()%>?wsdl"><%=serviceName%></a></font></h2>
            <font color="blue">Service EPR : <font color="black"><%=prifix + axisService.getName().getLocalPart()%></font>
            <h4>Service Description : <font color="black"><%=axisService.getServiceDescription()%></h4>
            <%
@@ -92,7 +91,7 @@
             %> There seems to be no services listed! Try hitting refresh <%
         }
        %>
-    <jsp:include page="include/link-footer.inc"></jsp:include>
+    <jsp:include page="include/link-footer.jsp"></jsp:include>
     <jsp:include page="include/footer.inc"></jsp:include>
   </body>
 </html>

Modified: webservices/axis2/trunk/java/modules/core/webapp/upload.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/upload.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/upload.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/upload.jsp Sat Sep 24 01:14:44 2005
@@ -8,7 +8,6 @@
 <%@ page import="java.util.List"%>
 <%@ page contentType="text/html;charset=UTF-8" language="java"
  %>
-<html>                                                                                                       
 <%
 /*
 * Copyright 2002,2004 The Apache Software Foundation.
@@ -53,12 +52,7 @@
 
     }
 %>
-<head>
-<title> Upload a service </title>
-<link href="css/axis-style.css" rel="stylesheet" type="text/css">
-</head>
-<body>
-	    <jsp:include page="include/header.inc"></jsp:include>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
          <h2>Upload a service jar file</h2>
         <%
             boolean isMultipart = FileUpload.isMultipartContent(request);
@@ -104,13 +98,14 @@
             }
         %>
 
-        You can upload a properly packaged Axis 2 service by selecting the file and clicking upload
-        <form method="post"  name="Axis2upload" action="upload.jsp" enctype="multipart/form-data">
-        <input type="file" name="filename" chars="50"/><br/>
-        <input name="<%=SUBMIT_NAME%>" type="submit" value=" Upload "/>
-        </form>
-
-       <jsp:include page="include/link-footer.inc"></jsp:include>
-       <jsp:include page="include/footer.inc"></jsp:include>
-       </body>
-</html>
\ No newline at end of file
+        <p>You can upload a packaged Axis 2 service using this page with two small steps.</p>
+	<ul><li>Browse to the location and select the service archive file you wish to upload</li>
+	<li>Click Upload</li></ul>
+	<p>Simple as that!</p>
+<form method="post"  name="Axis2upload" action="upload.jsp" enctype="multipart/form-data">
+        <table><tr><td>Service archive : </td><td>
+        <input type="file" name="filename" size="50"/></td></tr>
+        <tr><td>&nbsp;</td><td><input name="<%=SUBMIT_NAME%>" type="submit" value=" Upload "/></td></tr>
+	</table>
+</form>
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/viewServiceContext.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/viewServiceContext.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/viewServiceContext.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/viewServiceContext.jsp Sat Sep 24 01:14:44 2005
@@ -12,9 +12,7 @@
   To change this template use File | Settings | File Templates.
 --%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<html>
-<head><title>View ServiceGroup Context property :: Delete Context</title></head>
-<body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
 <h1>Runing Context hierachy</h1>
 <%
     ConfigurationContext configContext = (ConfigurationContext)request.getSession().getAttribute(Constants.CONFIG_CONTEXT);
@@ -76,5 +74,4 @@
 %> <h4>No Service Context found</h4><%
     }
 %>
-</body>
-</html>
\ No newline at end of file
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/viewServiceGroupContext.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/viewServiceGroupContext.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/viewServiceGroupContext.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/viewServiceGroupContext.jsp Sat Sep 24 01:14:44 2005
@@ -11,9 +11,7 @@
   To change this template use File | Settings | File Templates.
 --%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<html>
-<head><title>View ServiceGroup Context property :: Delete Context</title></head>
-<body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
 <h1>Runing Context hierachy</h1>
 <%
     ConfigurationContext configContext = (ConfigurationContext)request.getSession().getAttribute(Constants.CONFIG_CONTEXT);
@@ -77,5 +75,4 @@
 %> <h4>No Service Group Context found</h4><%
     }
 %>
-</body>
-</html>
\ No newline at end of file
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
\ No newline at end of file

Modified: webservices/axis2/trunk/java/modules/core/webapp/viewphases.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/viewphases.jsp?rev=291264&r1=291263&r2=291264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/viewphases.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/viewphases.jsp Sat Sep 24 01:14:44 2005
@@ -27,16 +27,12 @@
                  org.apache.axis2.engine.Phase,
                  java.util.ArrayList"%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
-<html>
-<head><title>View Phases</title>
-<link href="css/axis-style.css" rel="stylesheet" type="text/css">
-</head>
-<body>
+<jsp:include page="include/adminheader.jsp"></jsp:include>
 <h1>Available Phases</h1>
      <%
          ArrayList phases = (ArrayList)request.getSession().getAttribute(Constants.PHASE_LIST);
          ArrayList tempList;
-     %><hr><h2><font color="blue">System pre-defined phases</font></h2>
+     %><h2><font color="blue">System pre-defined phases</font></h2>
      <b>InFlow Upto Dispatcher</b>
      <blockquote>
          <%
@@ -78,7 +74,6 @@
 <%--         %>--%>
          </blockquote>
          <br>
-         <hr>
          <h2><font color="blue">User defined phases</font></h2>
          <b>Inflow after Dispatcher</b>
          <blockquote>
@@ -120,5 +115,4 @@
              }
          %>
          </blockquote>
-         </body>
-</html>
\ No newline at end of file
+<jsp:include page="include/adminfooter.jsp"></jsp:include>
\ No newline at end of file