You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2006/10/09 12:09:48 UTC

svn commit: r454327 - in /webservices/axis2/branches/java/1_1/modules/webapp: ActivateService.jsp EngageToServiceGroup.jsp HappyAxis.jsp admin.jsp

Author: chinthaka
Date: Mon Oct  9 03:09:48 2006
New Revision: 454327

URL: http://svn.apache.org/viewvc?view=rev&rev=454327
Log:
More improvements to jsps

Modified:
    webservices/axis2/branches/java/1_1/modules/webapp/ActivateService.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/EngageToServiceGroup.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/HappyAxis.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/admin.jsp

Modified: webservices/axis2/branches/java/1_1/modules/webapp/ActivateService.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/ActivateService.jsp?view=diff&rev=454327&r1=454326&r2=454327
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/ActivateService.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/ActivateService.jsp Mon Oct  9 03:09:48 2006
@@ -11,8 +11,6 @@
 <tr>
   <td colspan="2" >
      <p>The services that are inactive are listed below. Although you can activate the services from this page, once system is restarted the services will be inactive again</p>
-<%--    <b>Remove Service :</b> The selected axisService will be removed from the file system and if the--%>
-<%--    &nbsp; system restart it wont be there next time--%>
   </td>
   </tr>
   <tr>

Modified: webservices/axis2/branches/java/1_1/modules/webapp/EngageToServiceGroup.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/EngageToServiceGroup.jsp?view=diff&rev=454327&r1=454326&r2=454327
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/EngageToServiceGroup.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/EngageToServiceGroup.jsp Mon Oct  9 03:09:48 2006
@@ -14,13 +14,21 @@
     request.getSession().setAttribute(Constants.SERVICE_GROUP_MAP,null);
 %>
 <h1>Engage Module for a Service Group</h1>
-<p>To engage a module for a set of services grouped as a axisService group, first select the module you want to engage and then select the axisService group you like the module to be engaged on and click "Engage".</p>
+<p>To engage a module for a set of services grouped as an axis service group,
+
+    <ol>
+        <li>select the module you want to engage </li>
+        <li>select the axis service group you like the module to be engaged.</li>
+        <li>click "Engage".</li>
+    </ol>
+
+    </p>
 <%
 	if (!moduleCol.iterator().hasNext()) {%>
 		<p>No modules are present to be engaged.</p>
 	<%} else {
 		if  (!servicesGroups.hasNext()) {%>
-		<p>No axisService groups are present to be engaged.</p>
+		<p>No Axis service groups are present to be engaged.</p>
 		<%} else {
 %>
 <form method="get" name="selectModuleForm" action="axis2-admin/engageToServiceGroup">

Modified: webservices/axis2/branches/java/1_1/modules/webapp/HappyAxis.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/HappyAxis.jsp?view=diff&rev=454327&r1=454326&r2=454327
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/HappyAxis.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/HappyAxis.jsp Mon Oct  9 03:09:48 2006
@@ -449,7 +449,7 @@
 %>
 <p>
     <font color="blue">
-        Found the Axis2 default Version service and Axis2 is working
+        Found Axis2 default Version service and Axis2 is working
         properly.Now you can drop a service archive in axis2/WEB-INF/services.
 
         Following output was produced while invoking Axis2 version service
@@ -493,10 +493,15 @@
     }
     if (e != null) {
         out.write("<pre>");
+        out.write("<table>");
         for (; e.hasMoreElements();) {
+            out.write("<tr>");
             String key = (String) e.nextElement();
-            out.write(key + "=" + System.getProperty(key) + "\n");
+            out.write("<td><strong>" + key + "</strong></td>");
+            out.write("<td>" + System.getProperty(key) + "</td>");
+            out.write("<tr>");
         }
+        out.write("</table>");
         out.write("</pre><p>");
     } else {
         out.write("System properties are not accessible<p>");

Modified: webservices/axis2/branches/java/1_1/modules/webapp/admin.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/admin.jsp?view=diff&rev=454327&r1=454326&r2=454327
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/admin.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/admin.jsp Mon Oct  9 03:09:48 2006
@@ -18,14 +18,14 @@
 *
 */
 
-/**
- * Author : Deepal Jayasinghe
- * Date: May 26, 2005
- * Time: 7:14:26 PM
- */
 %>
 <jsp:include page="include/adminheader.jsp"></jsp:include>
 <h1>Welcome to Axis2 Web Admin Module !!</h1>
-<p>The Axis2 administration system can be used to check on the health of your Axis2 deployment. And you may use it to change any parameters at run time.</p> 
-<p>Other than changing of parameters the Web interface also has the ability to upload new services into Axis2 [Service hot-deployment].</p>
+<p>The Axis2 administration system can be used
+    <ul>
+        <li>to check on the health of your Axis2 deployment.</li>
+        <li>to change any parameters at run time.</li>
+        <li>to upload new services into Axis2 [Service hot-deployment].</li>
+    </ul>
+    </p>
 <jsp:include page="include/adminfooter.jsp"></jsp:include>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org