[Cluster-devel] conga/luci/cluster form-macros

jparsons at sourceware.org jparsons at sourceware.org
Sun Aug 13 19:14:55 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-08-13 20:14:55

Modified files:
	luci/cluster   : form-macros 

Log message:
	Removed last of table tags

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.39&r2=1.40

--- conga/luci/cluster/form-macros	2006/08/13 19:04:38	1.39
+++ conga/luci/cluster/form-macros	2006/08/13 19:14:54	1.40
@@ -560,11 +560,10 @@
 		</div>
 
 		<div tal:condition="python:nodeinfo['nodestate'] == '1'">
-			<td>
+			<div style="margin-left: 0px;">
 				<img src="node_inactive.png"/>
-			</td>
-			<td>
-				<table>
+			  <div style="margin-left: 100px;">
+				 <table>
 					<tr><td>
 						<h2 style="border:0px;">Node name: <span tal:content="nodeinfo/nodename"/></h2>
 					</td></tr>
@@ -572,10 +571,11 @@
 					<tr><td style="margin:10px;padding:10px;">
 						<h2 style="border:0px;">Status: <font color="red">Currently not a cluster participant</font>
 					</td></tr>
-				</table>
-			</td>
+				 </table>
+			  </div>
+			</div>
 
-			<td style="margin:15px;vertical-align:top;">
+			<div style="margin:15px;vertical-align:top;">
 				<form method="post" onSubmit="return dropdown(this.gourl)">
 					<select name="gourl">
 						<option value="">Choose a Task...</option>
@@ -588,24 +588,24 @@
 					</select>
 					<input type="submit" value="Go"/>
 				</form>
-			</td>
+			</div>
 		</div>
 
 		<div tal:condition="python:nodeinfo['nodestate'] == '2'">
-			<td>
+			<div>
 				<img src="node_unknown.png"/>
-			</td>
+			</div>
 
-			<td>
+			<div>
 				<h2 style="border:0px;">Node name: <span tal:replace="nodeinfo/nodename"/></h2>
-			</td>
+			</div>
 
-			<td style="margin:10px;padding:10px;">
+			<div style="margin:10px;padding:10px;">
 				<h2 style="border:0px;">Status: <font color="gray">This node is not responding</font>
-			</td>
+			</div>
 		</div>
 
-		<tr><td>
+		<div>
 			<table border="1px">
 				<tr>
 					<th>Cluster daemon</th>
@@ -619,8 +619,10 @@
 					<td><span tal:content="demon/running"/></td>
 				</tr>
 			</table>
-		</td></tr>
-          <tr><td><a href="" tal:attributes="href nodeinfo/logurl" onClick="return popup_log(this, 'notes')">Show recent log activity for this node</a></td></tr>
+		</div>
+    <div>
+     <a href="" tal:attributes="href nodeinfo/logurl" onClick="return popup_log(this, 'notes')">Show recent log activity for this node</a>
+    </div>
 	</div>
     <hr/>
 		<div style="padding:10px;margin:10px">




More information about the Cluster-devel mailing list