You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/07/06 18:03:09 UTC

svn commit: r419631 [3/3] - in /incubator/lokahi/lokahi/trunk/src/www: ./ Apache/Entity/ Apache/Pool/ Apache/Server/ Apache/Worker/ Core/ Core/Alerts/ Core/Entity/ Core/Environment/ Core/File/ Core/Function/ Core/Instance/ Core/JobPool/ Core/Pool/ Core...

Modified: incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/update.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/update.vm?rev=419631&r1=419630&r2=419631&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/update.vm Thu Jul  6 11:03:02 2006
@@ -42,9 +42,9 @@
 <form name="Form" method="post" action='$link.setAction("administration/TomcatWorkerAction")'>
 <input type="hidden" id="workerId" name="workerId" value="$!{id}">
 <input type="hidden" id="methodToCall" name="methodToCall" value="$methodToCall">
-Worker Name: <input type="text" readonly id="workerName" name="workerName" value="$!{tw.getWorkerName()}"><BR>
+Worker Name: <input type="text" readonly id="workerName" name="workerName" value="$!{tw.getWorkerName()}"><br />
 
-Name: <input type="text" size="45" readonly id="name" name="name" value="$!{tw.getName()}"><BR>
+Name: <input type="text" size="45" readonly id="name" name="name" value="$!{tw.getName()}"><br />
 Tomcat:
 #set($tomcats = $view.getTomcats())
 #set ($twpk = $tw.getTomcat())
@@ -57,8 +57,8 @@
 #end
 #end
 </select>
-<BR>
-State: <input type="text" readonly id="state" name="state" value="Active"><BR>
+<br />
+State: <input type="text" readonly id="state" name="state" value="Active"><br />
 <input type="hidden" id="stateId" name="stateId" value="8">
 Hardware: 
 #set($hardware = $view.getHardwares())
@@ -71,7 +71,7 @@
 #end
 #end
 </select>
-<BR>
+<br />
 <input type="submit" value="update">
 </form>
 #else
@@ -83,7 +83,7 @@
               			      #foreach ($tw in $tws)
               			      <option value="$appRoot/Tomcat/Worker/update.vm?id=$tw.getPk()">$tw.getName()
               			      #end
-              			      </select><BR>
+              			      </select><br />
 <br />
 #end
 #end

Modified: incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/viewconf.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/viewconf.vm?rev=419631&r1=419630&r2=419631&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/viewconf.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Tomcat/Worker/viewconf.vm Thu Jul  6 11:03:02 2006
@@ -25,7 +25,7 @@
 #end
 
 <div align="center" class="contentbox">
-  <br/><br/>
+  <br /><br />
 
   <div class="projectbox">
     <table width="100%" border="0" cellspacing="0" cellpadding="1">
@@ -37,7 +37,7 @@
         </td>
       </tr>
     </table>
-    <br/>
+    <br />
 
     <div class="messagebox">
       #if ($id)
@@ -52,12 +52,12 @@
           #foreach ($tw in $tws)
         <option value="$appRoot/Tomcat/Worker/viewconf.vm?id=$tw.getPk()">$tw.getName()
           #end
-      </select><br/>
+      </select><br />
       #end
     </div>
-    <br/>
+    <br />
   </div>
-  <br/>
+  <br />
 </div>
 #parse("/layout/footer.vm")
 

Modified: incubator/lokahi/lokahi/trunk/src/www/home.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/home.vm?rev=419631&r1=419630&r2=419631&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/home.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/home.vm Thu Jul  6 11:03:02 2006
@@ -26,7 +26,7 @@
 <!-- $focus -->
 #parse ("/layout/header.vm")
 <div align="center" class="contentbox">
-  <br/><br/>
+  <br /><br />
 
   <div id="bigleft">
     #foreach ($alert in $alerts)
@@ -39,7 +39,7 @@
   <div id="right">
     #parse ("layout/login.vm")
   </div>
-  <br/>
-  <br/>
+  <br />
+  <br />
 </div>
 

Modified: incubator/lokahi/lokahi/trunk/src/www/layout/footer.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/layout/footer.vm?rev=419631&r1=419630&r2=419631&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/layout/footer.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/layout/footer.vm Thu Jul  6 11:03:02 2006
@@ -16,7 +16,7 @@
 ## $Id$
 ##
 
-<br/><br/>
+<br /><br />
 </body>
 </html>
 

Modified: incubator/lokahi/lokahi/trunk/src/www/layout/login.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/layout/login.vm?rev=419631&r1=419630&r2=419631&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/layout/login.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/layout/login.vm Thu Jul  6 11:03:02 2006
@@ -23,7 +23,7 @@
     #messagesMarkup()
     $!ResultMessage
     <div align="right">
-      $props.get("login.label.userName"): <input size="12" type="text" name="userName" value="$!{userName}"/><br/>
+      $props.get("login.label.userName"): <input size="12" type="text" name="userName" value="$!{userName}"/><br />
       $props.get("login.label.passWord"): <input size="12" type="password" name="passWord" value=""/>
       <input type="hidden" name="redirectUrl" value="$!url"/>
     </div>