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 aj...@apache.org on 2005/02/23 07:18:06 UTC

svn commit: r154968 - in webservices/axis/trunk/java/modules: core/src/html/images/asf-logo.gif core/src/html/include/header.inc core/src/html/index.jsp samples/src/jsp/interop.jsp

Author: ajith
Date: Tue Feb 22 22:18:05 2005
New Revision: 154968

URL: http://svn.apache.org/viewcvs?view=rev&rev=154968
Log:
Added the apache logo and modified the look and feel slightly

Added:
    webservices/axis/trunk/java/modules/core/src/html/images/asf-logo.gif   (with props)
Modified:
    webservices/axis/trunk/java/modules/core/src/html/include/header.inc
    webservices/axis/trunk/java/modules/core/src/html/index.jsp
    webservices/axis/trunk/java/modules/samples/src/jsp/interop.jsp

Added: webservices/axis/trunk/java/modules/core/src/html/images/asf-logo.gif
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/html/images/asf-logo.gif?view=auto&rev=154968
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/java/modules/core/src/html/images/asf-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: webservices/axis/trunk/java/modules/core/src/html/include/header.inc
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/html/include/header.inc?view=diff&r1=154967&r2=154968
==============================================================================
--- webservices/axis/trunk/java/modules/core/src/html/include/header.inc (original)
+++ webservices/axis/trunk/java/modules/core/src/html/include/header.inc Tue Feb 22 22:18:05 2005
@@ -1,6 +1,6 @@
 <table width="100%">
   <tr>
-    <td align="left"><h1>Apache Axis2</h1></td>
+    <td align="left"><img src="images/asf-logo.gif"/><h1>Axis 2</h1></td>
     <td align="right"><img src="images/axis.jpg"/></td>
     </tr>
 </table>

Modified: webservices/axis/trunk/java/modules/core/src/html/index.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/html/index.jsp?view=diff&r1=154967&r2=154968
==============================================================================
--- webservices/axis/trunk/java/modules/core/src/html/index.jsp (original)
+++ webservices/axis/trunk/java/modules/core/src/html/index.jsp Tue Feb 22 22:18:05 2005
@@ -31,7 +31,7 @@
        	<ul>
          <li><a href="listServices">List Available services</a>
             <br/>
-            Lists all the available services.
+            Lists all the available services deployed in this server.
          </li>
          <li><a href="HappyAxis.jsp">Validate</a>
          <br/>
@@ -40,11 +40,11 @@
          </li>
          <li><a href="upload.jsp">Upload a service</a>
          <br/>
-            Upload a service. you can upload a properly packaged service here.
+            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/>
-            You can run an interop test here
+            You can run Interoperability tests here
          </li>
         </ul>
 

Modified: webservices/axis/trunk/java/modules/samples/src/jsp/interop.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/samples/src/jsp/interop.jsp?view=diff&r1=154967&r2=154968
==============================================================================
--- webservices/axis/trunk/java/modules/samples/src/jsp/interop.jsp (original)
+++ webservices/axis/trunk/java/modules/samples/src/jsp/interop.jsp Tue Feb 22 22:18:05 2005
@@ -90,13 +90,12 @@
         <jsp:include page="include/header.inc"></jsp:include>
 
        	<h3>Welcome to Axis interop testing.</h3><br/>
-        <br>
         You can use this web page to do a doclit standard interop test. For more detail and test server information please visit the
         <a href="http://www.whitemesa.com/r3/interop3.html">whitemesa interop test page.</a>
         <form method="post" name="InteropTesting" action="interop.jsp">
          <table border="0" width="100%" cellspacing="1" cellpadding="1">
           <tr>
-            <td vAlign="top" align="right" class="formText">Service URL :</td>
+            <td vAlign="top" align="right" class="formText">Service Endpoint URL :</td>
             <td>
                 <input name="URL" maxlength="99" size="38" type="text" id="Name" class="textBox" value="<%= (interopBean.getURL()==null)?"":interopBean.getURL()%>">&nbsp;<small><font color="red">*</font></small>
             </td>
@@ -129,7 +128,7 @@
           </table>
 <%--           <tr>--%>
 <%--          <td>--%>
-          <table border="1" width="100%" cellspacing="1" cellpadding="1">
+          <table border="0" width="100%" cellspacing="1" cellpadding="1">
              <tr style="display:''" id="StringRow">
                <td vAlign="top" align="right" class="formText">Enter String value :</td>
                <td>
@@ -141,34 +140,33 @@
            <td>
             <table border="0" width="100%" cellspacing="1" cellpadding="1">
                 <tr>
-                   <input name="arryValue1" maxlength="99" size="38" type="text" class="textBox">&nbsp;<small></small>
-                </tr>
-                <tr>
-                   <input name="arryValue2" maxlength="99" size="38" type="text" class="textBox">&nbsp;<small></small>
-                </tr>
-                <tr>
-                   <input name="arryValue3" maxlength="99" size="38" type="text" class="textBox">&nbsp;<small></small>
+                   <td><input name="arryValue1" maxlength="99" size="38" type="text" class="textBox"></td>
                 </tr>
                 <tr>
-                   <input name="arryValue4" maxlength="99" size="38" type="text" class="textBox">&nbsp;<small></small>
+                 <td><input name="arryValue2" maxlength="99" size="38" type="text" class="textBox"></td>
                 </tr>
                 <tr>
-                   <input name="arryValue5" maxlength="99" size="38" type="text" class="textBox">&nbsp;<small></small>
+                    <td><input name="arryValue3" maxlength="99" size="38" type="text" class="textBox"></td>
                 </tr>
                 <tr>
-                   <input name="arryValue6" maxlength="99" size="38" type="text" class="textBox">&nbsp;<small></small>
+                    <td><input name="arryValue4" maxlength="99" size="38" type="text" class="textBox"></td>
                 </tr>
                 <tr>
-                   <input name="arryValue7" maxlength="99" size="38" type="text" class="textBox">&nbsp;<small></small>
+                    <td>  <input name="arryValue5" maxlength="99" size="38" type="text" class="textBox"></td>
                 </tr>
                 <tr>
-                   <input name="arryValue8" maxlength="99" size="38" type="text" class="textBox">&nbsp;<small></small>
+                    <td> <input name="arryValue6" maxlength="99" size="38" type="text" class="textBox"></td>
+
                 </tr>
                 <tr>
-                   <input name="arryValue9" maxlength="99" size="38" type="text" class="textBox">&nbsp;<small></small>
+                <td><input name="arryValue7" maxlength="99" size="38" type="text" class="textBox"></td>
                 </tr>
                 <tr>
-                   <input name="arryValue10" maxlength="99" size="38" type="text" class="textBox">&nbsp;<small></small>
+                <td><input name="arryValue8" maxlength="99" size="38" type="text" class="textBox"></td>
+                </tr><tr>
+                <td><input name="arryValue9" maxlength="99" size="38" type="text" class="textBox"></td>
+                </tr><tr>
+                <td><input name="arryValue10" maxlength="99" size="38" type="text" class="textBox"></td>
                 </tr>
             </table>
             </td>
@@ -184,19 +182,19 @@
           <tr>
             <td vAlign="top" align="right" class="formText">String Value</td>
             <td>
-              <input name="structValue1" maxlength="99" size="38" type="text" class="textBox">&nbsp;<small></small>
+              <input name="structValue1" maxlength="99" size="38" type="text" class="textBox">&nbsp;
             </td>
           </tr>
             <tr>
             <td vAlign="top" align="right" class="formText">Integer Value</td>
             <td>
-              <input name="structValue2" maxlength="99" size="38" type="text" class="textBox">&nbsp;<small></small>
+              <input name="structValue2" maxlength="99" size="38" type="text" class="textBox">&nbsp;
             </td>
           </tr>
             <tr>
             <td vAlign="top" align="right" class="formText">Float Value</td>
             <td>
-              <input name="structValue3" maxlength="99" size="38" type="text" class="textBox">&nbsp;<small></small>
+              <input name="structValue3" maxlength="99" size="38" type="text" class="textBox">&nbsp;
             </td>
             </td>
           </tr>
@@ -231,9 +229,9 @@
            <td>&nbsp;</td>
            </tr>
           </table>
-          <table border="1" width="100%" cellspacing="1" cellpadding="1">
+          <table border="0" width="100%" cellspacing="1" cellpadding="1">
           <tr><td>
-          <table border="1" width="100%" cellspacing="1" cellpadding="1">
+          <table border="0" width="100%" cellspacing="1" cellpadding="1">
              <tr>
               <td><b>Requst SOAP Message</b></td>
              </tr>
@@ -245,7 +243,7 @@
              </tr>
           </table></td>
           <td>
-            <table border="1" width="100%" cellspacing="1" cellpadding="1">
+            <table border="0" width="100%" cellspacing="1" cellpadding="1">
              <tr>
               <td><b>Response SOAP Message</b></td>
              </tr>