Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4269 - branches/WebAdmin

Subject: perfsonar development work

List archive

perfsonar: r4269 - branches/WebAdmin


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4269 - branches/WebAdmin
  • Date: Tue, 22 Jul 2008 08:32:27 -0400

Author: pgerakios
Date: 2008-07-22 08:32:26 -0400 (Tue, 22 Jul 2008)
New Revision: 4269

Modified:
branches/WebAdmin/main.css
branches/WebAdmin/testdepl.jsp
Log:


Modified: branches/WebAdmin/main.css
===================================================================
--- branches/WebAdmin/main.css 2008-07-22 11:10:39 UTC (rev 4268)
+++ branches/WebAdmin/main.css 2008-07-22 12:32:26 UTC (rev 4269)
@@ -390,22 +390,24 @@
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
- font-weight:bold;;
- margin-left: -20%;
+/* font-weight:bold;;*/
+/* margin-left: -20%;*/
+ margin-left: 2%;
border-width: 1px;
border-color: #61AF61;
padding: 5px;
width: 556px;
height:108px;
- background: transparent url(graphics/testdepl_main.gif) no-repeat center;
+ background: transparent url(graphics/testdepl_main.gif) no-repeat
center;
}

.testdeplsucc {
text-align: left;
float: left;
- font-weight:bold;;
+ /*font-weight:bold;;*/
text-decoration: none;
- margin-left: -20%;
+/* margin-left: -20%;*/
+ margin-left: 2%;
padding: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
@@ -420,10 +422,11 @@
.testdeplfail {
text-align: left;
float: left;
- font-weight:bold;;
+/* font-weight:bold;;*/
text-decoration: none;
padding: 5px;
- margin-left: -20%;
+ margin-left: 2%;
+ /*margin-left: -20%;*/
height: 105px;
width:555px;
font-family: Verdana, Arial, Helvetica, sans-serif;

Modified: branches/WebAdmin/testdepl.jsp
===================================================================
--- branches/WebAdmin/testdepl.jsp 2008-07-22 11:10:39 UTC (rev 4268)
+++ branches/WebAdmin/testdepl.jsp 2008-07-22 12:32:26 UTC (rev 4269)
@@ -12,15 +12,11 @@
<body style="background-color: #FFFFFF" >

<div class="centerWindow" >
- <p class="welcometext">Welcome to the perfSONAR service web
administration interface</p>
+ <p class="welcometext">Welcome to the perfSONAR service web
administration interface</p>
<p class="heading1">
Deployment test
</p>

- <center>
- <table >
- <tr>
- <td>

<%
ServletContext sc = getServletContext();
@@ -36,9 +32,10 @@

guessWebServiceUrl(rootPath) , /* this path */
filein = rootPath +
"/WEB-INF/samples/requests/EchoRequest.xml",
fileout= rootPath +
"/WEB-INF/samples/responses/EchoResponse.xml";
- int ret = 0;
+ int ret = 0;

if( endpoint.equals("http://127.0.0.1:8080/";) ==
false )
+
{
// out.println("<br/><br/>Root path:" +
(new java.io.File(rootPath)).getCanonicalPath() );
//out.println("<br/><br/>Contacted
endpoint:");
@@ -70,7 +67,7 @@
}
%>

- <table <%=parms1 %> >
+ <table align="center" <%=parms1 %> >
<tr> <td ></td> </tr>
<tr> <td > &nbsp;
<%= result %>
@@ -80,10 +77,10 @@

<% } else { %>

- <table class="testdeplmain">
+ <table align="left" class="testdeplmain" >
<tr> <td> </td>
</tr>
<tr> <td >
- Click on the start test button to check if you have
deployed the <%=new java.io.File(rootPath).getName()%> web service correctly.

+ Click on the <b>start test</b> button to check if
you have deployed the <%=new java.io.File(rootPath).getName()%> web service
correctly.
</td> </tr>

<tr>
@@ -99,10 +96,6 @@

<% } %>

- </td>
- </tr>
- </table>
- </center>

</div>
</body>



  • perfsonar: r4269 - branches/WebAdmin, svnlog, 07/22/2008

Archive powered by MHonArc 2.6.16.

Top of Page