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/17 11:43:15 UTC

svn commit: r464876 - in /webservices/axis2/branches/java/1_1/modules/webapp: InActivateService.jsp LeftFrame.jsp Login.jsp admin.jsp css/axis-style.css

Author: chamil
Date: Tue Oct 17 02:43:12 2006
New Revision: 464876

URL: http://svn.apache.org/viewvc?view=rev&rev=464876
Log:
Changed inactivate into deactivate.
Adding warning to say that configuration changes will be lost once the server is restarted.

Modified:
    webservices/axis2/branches/java/1_1/modules/webapp/InActivateService.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/LeftFrame.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/Login.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/admin.jsp
    webservices/axis2/branches/java/1_1/modules/webapp/css/axis-style.css

Modified: webservices/axis2/branches/java/1_1/modules/webapp/InActivateService.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/InActivateService.jsp?view=diff&rev=464876&r1=464875&r2=464876
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/InActivateService.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/InActivateService.jsp Tue Oct 17 02:43:12 2006
@@ -24,7 +24,7 @@
   */
 %>
 <jsp:include page="include/adminheader.jsp"></jsp:include>
-<h1>Turn Off Service</h1>
+<h1>Deactivate Service</h1>
 <form method="get" name="serviceInActivate" action="axis2-admin/deactivateService">
   <table width="100%"  border="0">
 <tr>
@@ -52,14 +52,14 @@
                   </td>
   </tr>
   <tr>
-    <td width="20%">Inactivate Service </td>
+    <td width="20%">Deactivate Service </td>
     <td width="80%"><input type="checkbox" name="turnoff">
     </td>
   </tr>
   <tr>
   <td>&nbsp;</td>
   <td>
-    <input name="submit" type="submit" value=" Inactivate " >
+    <input name="submit" type="submit" value=" Deactivate " >
    <input name="reset" type="reset" value=" Clear " >
   </td>
   </tr>

Modified: webservices/axis2/branches/java/1_1/modules/webapp/LeftFrame.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/LeftFrame.jsp?view=diff&rev=464876&r1=464875&r2=464876
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/LeftFrame.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/LeftFrame.jsp Tue Oct 17 02:43:12 2006
@@ -149,7 +149,7 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td>
-         <a href="axis2-admin/deactivateService">Inactivate Service</a>
+         <a href="axis2-admin/deactivateService">Deactivate Service</a>
        </td>
     </tr>
     <tr>

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=464876&r1=464875&r2=464876
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/Login.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/Login.jsp Tue Oct 17 02:43:12 2006
@@ -30,8 +30,18 @@
     <jsp:include page="include/link-footer.jsp"/>
     <table class="FULL_BLANK">
       <tr>
-        <td valign="top"></td>
-        <td valign="middle" align="left">
+        <td valign="top">
+        	<h2>Welcome :</h2>
+        	<p>Welcome to the Axis2 administration console. From inside the Axis2 administration console you can :</p>
+	    	<ul style="list-style: none;" class="loginUL">
+	       		<li>Check on the health of your Axis2 deployment.</li>
+ 	       		<li>Change any parameters at run time.</li>
+ 	       		<li>Upload new services into Axis2 [Service hot-deployment].</li>
+ 	   		</ul>
+	        <font color="orange">Warning: Please note that configuration changes done though the administration console
+    	    will be lost when the server is restarted.</font>
+    	</td>
+        <td valign="top" align="left">
           <form method="post" name="LoginForm" action="axis2-admin/login">
             <table class="LOG_IN_FORM">
               <tr>
@@ -41,7 +51,7 @@
                  <td align="center" colspan="2">&nbsp;</td>
                </tr>
               <tr>
-                <td align="right">User :</td>
+                <td align="right">Username:</td>
                 <td><input align="left" type="text" name="userName" tabindex="1">
                 </td>
               </tr>
@@ -72,6 +82,7 @@
         </td>
       </tr>
     </table>
+    <p>Test</p>
     <jsp:include page="include/footer.inc"/>
   </body>
 </html>

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=464876&r1=464875&r2=464876
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/admin.jsp (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/admin.jsp Tue Oct 17 02:43:12 2006
@@ -20,7 +20,8 @@
 %>
 <jsp:include page="include/adminheader.jsp"></jsp:include>
 <h1>Welcome to Axis2 Web Admin Module !!</h1>
-<p>The Axis2 administration system can be used
+<p>You are now logged into the Axis2 administration console from inside
+the console you will be able to
     <ul>
         <li>to check on the health of your Axis2 deployment.</li>
         <li>to change any parameters at run time.</li>

Modified: webservices/axis2/branches/java/1_1/modules/webapp/css/axis-style.css
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/css/axis-style.css?view=diff&rev=464876&r1=464875&r2=464876
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/css/axis-style.css (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/css/axis-style.css Tue Oct 17 02:43:12 2006
@@ -25,4 +25,8 @@
 	cellspacing:1px;
 	cellpadding:1px;
 	background-color: #f7f7f7 ;
+}
+
+UL.loginUL LI{
+	padding: 10pt;
 }



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