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 15:01:51 UTC

svn commit: r454365 - /webservices/axis2/branches/java/1_1/modules/webapp/

Author: chinthaka
Date: Mon Oct  9 06:01:50 2006
New Revision: 454365

URL: http://svn.apache.org/viewvc?view=rev&rev=454365
Log:
Improving spelling and grammar mistakes (as far as I can :) ) in jsps

Modified:
    webservices/axis2/branches/java/1_1/modules/webapp/Login.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/MainFrame.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/SelectService.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/TopFrame.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/ViewContexts.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/ViewGlobalHandlers.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/ViewServiceHandlers.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/listFaultyService.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/listModules.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/listService.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/listServices.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/listSingleService.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/upload.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/viewServiceContext.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/viewServiceGroupContext.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/viewphases.jsp

Modified: webservices/axis2/branches/java/1_1/modules/webapp/Login.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/Login.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/Login.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/Login.jsp Mon Oct  9 06:01:50 2006
@@ -17,17 +17,11 @@
 *
 *
 */
-
-/**
-* Author : Deepal Jayasinghe
-* Date: May 26, 2005
-* Time: 7:14:26 PM
-*/
 --%>
 <html>
   <head>
     <jsp:include page="include/httpbase.jsp"/>
-    <title>Login to Axis2:: Administration page</title>
+    <title>Login to Axis2 :: Administration Page</title>
     <link href="axis2-web/css/axis-style.css" rel="stylesheet" type="text/css">
   </head>
 

Modified: webservices/axis2/branches/java/1_1/modules/webapp/MainFrame.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/MainFrame.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/MainFrame.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/MainFrame.jsp Mon Oct  9 06:01:50 2006
@@ -17,16 +17,11 @@
   *
   */
 
-/**
- * Author : Deepal Jayasinghe
- * Date: May 26, 2005
- * Time: 7:14:26 PM
- */
 %>
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-    <title>Axis2 Administration </title>
+    <title>Axis2 Administration</title>
     <style type="text/css">
     </style></head>
 

Modified: webservices/axis2/branches/java/1_1/modules/webapp/SelectService.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/SelectService.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/SelectService.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/SelectService.jsp Mon Oct  9 06:01:50 2006
@@ -21,37 +21,31 @@
 *
 *
 */
-
-/**
- * Author : Deepal Jayasinghe
- * Date: May 26, 2005
- * Time: 7:14:26 PM
- */
 %>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <jsp:include page="include/adminheader.jsp"></jsp:include>
 
   <%
-      String action ="";
-      String buttonName="" ;
-      String status = (String)request.getSession().getAttribute(Constants.SELECT_SERVICE_TYPE);
+      String action = "";
+      String buttonName = "";
+      String status = (String) request.getSession().getAttribute(Constants.SELECT_SERVICE_TYPE);
       String heading = "";
       String disc = "";
-      if(status != null && status.equals("MODULE")) {
+      if (status != null && status.equals("MODULE")) {
           action = "listOperations";
           buttonName = " View Operations";
-          heading = "Select a Service to View Operation Specific Chains";
-          disc = "Select a axisService from the combo and click on the 'View Operations' button to view Operation specific Chains.";
-      } else if(status != null && status.equals("VIEW")){
+          heading = "Select a service to view operation specific chains";
+          disc = "Select an Axis service from the combo and click on the 'View Operations' button to view operation specific Chains.";
+      } else if (status != null && status.equals("VIEW")) {
           buttonName = " View ";
           action = "viewServiceHandlers";
-          heading = "Select a Service to View Service Handlers";
-          disc = "Select a axisService from the combo and click on the 'View' button to view Service Handlers.";
-      } else if (status != null && status.equals("SERVICE_PARAMETER")){
+          heading = "Select a service to view service handlers";
+          disc = "Select an Axis service from the combo and click on the 'View' button to view service handlers.";
+      } else if (status != null && status.equals("SERVICE_PARAMETER")) {
           buttonName = " Edit Parameters ";
-          action = Constants.EDIR_SERVICE_PARA;
+          action = Constants.EDIT_SERVICE_PARA;
           heading = "Select a Service to Edit Parameters";
-          disc = "Select a axisService from the combo and click on the 'Edit Parameters' button to Edit Parameters.";
+          disc = "Select an Axis service from the combo and click on the 'Edit Parameters' button to edit parameters.";
       }
   %>
 <h1><%=heading%></h1>

Modified: webservices/axis2/branches/java/1_1/modules/webapp/TopFrame.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/TopFrame.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/TopFrame.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/TopFrame.jsp Mon Oct  9 06:01:50 2006
@@ -17,11 +17,6 @@
   *
   */
 
-/**
- * Author : Deepal Jayasinghe
- * Date: May 26, 2005
- * Time: 7:14:26 PM
- */
 %>
 <html>
   <head>

Modified: webservices/axis2/branches/java/1_1/modules/webapp/ViewContexts.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/ViewContexts.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/ViewContexts.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/ViewContexts.jsp Mon Oct  9 06:01:50 2006
@@ -4,13 +4,6 @@
 <%@ page import="org.apache.axis2.context.ServiceGroupContext"%>
 <%@ page import="java.util.Hashtable"%>
 <%@ page import="java.util.Iterator"%>
-<%--
-  Created by IntelliJ IDEA.
-  User: Indika Deepal
-  Date: Sep 20, 2005
-  Time: 9:16:56 PM
-  To change this template use File | Settings | File Templates.
---%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <jsp:include page="include/adminheader.jsp"></jsp:include>
 <h1>Running Context Hierarchy</h1>
@@ -47,7 +40,7 @@
     %>  </ul>
         <%
             } else {%>
-	<p>No Running Contexts were found on the system.</p>
+	<p>No running contexts were found on the system.</p>
             <%}
 %>
 <jsp:include page="include/adminfooter.jsp"></jsp:include>

Modified: webservices/axis2/branches/java/1_1/modules/webapp/ViewGlobalHandlers.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/ViewGlobalHandlers.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/ViewGlobalHandlers.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/ViewGlobalHandlers.jsp Mon Oct  9 06:01:50 2006
@@ -21,12 +21,6 @@
 *
 *
 */
-
-/**
- * Author : Deepal Jayasinghe
- * Date: May 26, 2005
- * Time: 7:14:26 PM
- */
 --%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <jsp:include page="include/adminheader.jsp"></jsp:include>

Modified: webservices/axis2/branches/java/1_1/modules/webapp/ViewServiceHandlers.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/ViewServiceHandlers.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/ViewServiceHandlers.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/ViewServiceHandlers.jsp Mon Oct  9 06:01:50 2006
@@ -24,11 +24,6 @@
          *
          */
 
-/**
-* Author : Deepal Jayasinghe
-* Date: May 26, 2005
-* Time: 7:14:26 PM
-*/
       %>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <html>

Modified: webservices/axis2/branches/java/1_1/modules/webapp/listFaultyService.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/listFaultyService.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/listFaultyService.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/listFaultyService.jsp Mon Oct  9 06:01:50 2006
@@ -57,7 +57,7 @@
            <%
                     } else{
                            %>
-                <h3><font color="red" >No services are found in this location</font></h3>
+                <h3><font color="red" >No services found in this location.</font></h3>
  <%
                     }
 

Modified: webservices/axis2/branches/java/1_1/modules/webapp/listModules.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/listModules.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/listModules.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/listModules.jsp Mon Oct  9 06:01:50 2006
@@ -16,20 +16,10 @@
 *
 *
 */
-
-/**
- * Author : Deepal Jayasinghe
- * Date: May 26, 2005
- * Time: 7:14:26 PM
- */
         %>
 <%@ page import="org.apache.axis2.Constants,
                  org.apache.axis2.description.AxisModule,
-                 java.util.Collection"%>
- <%@ page import="java.util.Enumeration"%>
- <%@ page import="java.util.HashMap"%>
- <%@ page import="java.util.Hashtable"%>
- <%@ page import="java.util.Iterator"%>
+                 java.util.*"%>
  <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <jsp:include page="include/adminheader.jsp"></jsp:include>
   <h1>Available Modules</h1>
@@ -77,7 +67,7 @@
       }
              if(! foundModules) {
                  %>
-                 <h2><font color="blue">There is no module deployed in the system</font></h2>
+                 <h2><font color="blue">There are no modules deployed in the system.</font></h2>
                  <%
              }
      %>

Modified: webservices/axis2/branches/java/1_1/modules/webapp/listService.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/listService.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/listService.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/listService.jsp Mon Oct  9 06:01:50 2006
@@ -25,11 +25,6 @@
     *
     */
 
-/**
- * Author : Deepal Jayasinghe
- * Date: May 26, 2005
- * Time: 7:14:26 PM
- */
 %>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <jsp:include page="include/adminheader.jsp"/>
@@ -179,7 +174,7 @@
         status = true;
     }
     if (!status) {
-%> There seems to be no services listed! Try hitting refresh <%
+%> No services listed! Try hitting refresh. <%
     }
 %>
 <jsp:include page="include/adminfooter.jsp" />

Modified: webservices/axis2/branches/java/1_1/modules/webapp/listServices.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/listServices.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/listServices.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/listServices.jsp Mon Oct  9 06:01:50 2006
@@ -109,7 +109,7 @@
 <i><font color="blue">Service Status : <%=axisService.isActive() ? "Active" : "InActive"%></font></i><br>
 <%
     if (opItr.hasNext()) {
-%><i>Available operations</i><%
+%><i>Available Operations</i><%
 } else {
 %><i> There are no Operations specified</i><%
     }
@@ -145,7 +145,7 @@
         status = true;
     }
     if (!status) {
-%> There seems to be no services listed! Try hitting refresh <%
+%> No services listed! Try hitting refresh. <%
     }
 %>
 <jsp:include page="include/footer.inc" />

Modified: webservices/axis2/branches/java/1_1/modules/webapp/listSingleService.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/listSingleService.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/listSingleService.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/listSingleService.jsp Mon Oct  9 06:01:50 2006
@@ -3,13 +3,12 @@
 <%@ page import="org.apache.axis2.description.AxisService" %>
 <%@ page import="org.apache.axis2.description.Parameter" %>
 <%@ page import="org.apache.axis2.engine.AxisConfiguration" %>
-<%@ page import="org.apache.axis2.transport.http.AxisServlet" %>
 <%@ page import="org.apache.axis2.util.JavaUtils" %>
 <%@ page import="java.util.Hashtable" %>
 <%@ page import="java.util.Iterator" %>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <jsp:include page="include/adminheader.jsp"/>
-<h1>List Single service</h1>
+<h1>List Single Service</h1>
 <%
     String prefix = request.getAttribute("frontendHostUrl") + (String)request.getSession().getAttribute(Constants.SERVICE_PATH) + "/";
     String restPrefix = request.getAttribute("frontendHostUrl") + "rest/";
@@ -20,7 +19,7 @@
     if (Constants.IS_FAULTY.equals(isFault)) {
         Hashtable errornessservices = (Hashtable) request.getSession().getAttribute(Constants.ERROR_SERVICE_MAP);
 %>
-<h3>This Web axisService has deployment faults</h3><%
+<h3>This Axis service has deployment faults.</h3><%
 %><font color="red"><%=(String) errornessservices.get(servicName) %></font>
 <%
 
@@ -106,7 +105,7 @@
 <%
 } else {
 %>
-<h3><font color="red">No service found in this location</font></h3>
+<h3><font color="red">No services found in this location</font></h3>
 <%
         }
 

Modified: webservices/axis2/branches/java/1_1/modules/webapp/upload.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/upload.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/upload.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/upload.jsp Mon Oct  9 06:01:50 2006
@@ -18,17 +18,17 @@
 %>
 
 <jsp:include page="include/adminheader.jsp"/>
-<h2>Upload a AxisService Archive File</h2>
+<h2>Upload an Axis Service Archive File</h2>
 
-<p>You can upload a packaged Axis 2 AxisService from this page in two small steps.</p>
+<p>You can upload a packaged Axis2 service from this page in two small steps.</p>
 <ul>
-  <li>Browse to the location and select the axisService archive file you wish to upload</li>
-  <li>Click Upload button</li>
+  <li>Browse to the location and select the axis service archive file you wish to upload.</li>
+  <li>Click "Upload" button</li>
 </ul>
 <p>Simple as that!</p>
 
 <% if ("success".equals(request.getAttribute("status"))) { %>
-<font color="green">File <%= request.getAttribute("filename") %> successfully uploaded </font><br/><br/>
+<font color="green">File <%= request.getAttribute("filename") %> successfully uploaded. </font><br/><br/>
 <%
 } else if ("failure".equals(request.getAttribute("status"))) {
 %>

Modified: webservices/axis2/branches/java/1_1/modules/webapp/viewServiceContext.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/viewServiceContext.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/viewServiceContext.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/viewServiceContext.jsp Mon Oct  9 06:01:50 2006
@@ -6,13 +6,6 @@
 <%@ page import="java.util.Hashtable" %>
 <%@ page import="java.util.Iterator" %>
 <%@ page import="java.util.Map" %>
-<%--
-  Created by IntelliJ IDEA.
-  User: Indika Deepal
-  Date: Sep 21, 2005
-  Time: 11:15:46 AM
-  To change this template use File | Settings | File Templates.
---%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <jsp:include page="include/adminheader.jsp"/>
 <h1>Running Context Hierarchy</h1>
@@ -45,7 +38,7 @@
 <%
 } else {
 %>
-<h4>No persistance property found in the context</h4>
+<h4>No persistance properties found in the context</h4>
 <%
         }
     }

Modified: webservices/axis2/branches/java/1_1/modules/webapp/viewServiceGroupContext.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/viewServiceGroupContext.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/viewServiceGroupContext.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/viewServiceGroupContext.jsp Mon Oct  9 06:01:50 2006
@@ -4,13 +4,6 @@
 <%@ page import="java.util.Hashtable"%>
 <%@ page import="java.util.Iterator"%>
 <%@ page import="java.util.Map"%>
-<%--
-  Created by IntelliJ IDEA.
-  User: Indika Deepal
-  Date: Sep 21, 2005
-  Time: 10:41:24 AM
-  To change this template use File | Settings | File Templates.
---%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <jsp:include page="include/adminheader.jsp"></jsp:include>
 <h1>Runing Context hierachy</h1>
@@ -46,14 +39,14 @@
             }   else if("DELETE".equals(type)){
                 Object obj = serviceGroupContextsMap.remove(sgID);
                 if(obj != null){
-                 %>Reomoved the context <%
+                 %>Removed the context <%
             }else {
-                %>Unable to reomove the context <%
+                %>Unable to remove the context <%
             }
             }
         }
     } else {
-%> <h4>No Service Group Context found</h4><%
+%> <h4>No service group context found</h4><%
     }
 %>
 <jsp:include page="include/adminfooter.jsp"></jsp:include>

Modified: webservices/axis2/branches/java/1_1/modules/webapp/viewphases.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/viewphases.jsp?view=diff&rev=454365&r1=454364&r2=454365
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/viewphases.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/viewphases.jsp Mon Oct  9 06:01:50 2006
@@ -17,16 +17,11 @@
 *
 */
 
-/**
- * Author : Deepal Jayasinghe
- * Date: May 26, 2005
- * Time: 7:14:26 PM
- */
         %>
 <%@ page import="org.apache.axis2.Constants,
-                 org.apache.axis2.engine.Phase,
-                 java.util.ArrayList"%>
- <%@ page import="org.apache.axis2.deployment.util.PhasesInfo"%>
+                 org.apache.axis2.deployment.util.PhasesInfo,
+                 org.apache.axis2.engine.Phase"%>
+ <%@ page import="java.util.ArrayList"%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <jsp:include page="include/adminheader.jsp"></jsp:include>
 <h1>Available Phases</h1>



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