cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] conga/luci/cluster index_html
@ 2006-09-25 16:25 jparsons
  0 siblings, 0 replies; 6+ messages in thread
From: jparsons @ 2006-09-25 16:25 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-09-25 16:25:57

Modified files:
	luci/cluster   : index_html 

Log message:
	fresh new javascript for fences

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&r1=1.12&r2=1.13

--- conga/luci/cluster/index_html	2006/09/08 22:54:32	1.12
+++ conga/luci/cluster/index_html	2006/09/25 16:25:57	1.13
@@ -94,6 +94,30 @@
         window.open(href, windowname, 'width=400,height=200,scrollbars=yes');
         return false;
         }
+
+      function swap_div(container_id, element_id) {
+        container_element = document.getElementById(container_id)
+        if (!container_element) {
+          alert('Can\'t find element with id = ' + container_id);
+          return (-1);
+        }
+                                                                                
+        child_element = document.getElementById(element_id);
+        if (!child_element) {
+          alert('Can\'t find element with id = ' + element_id);
+          return (-1);
+        }
+                                                                                
+        temp = container_element.firstChild;
+        container_element.replaceChild(child_element, container_element.firstChild);                                                                                
+        invisible_div = document.getElementById('invisible');
+        if (!invisible_div) {
+          alert('No invisible div');
+          return (-1);
+        }
+                                                                                
+        invisible_div.appendChild(temp);
+      }
         //-->
        </SCRIPT>
       <metal:javascriptslot define-slot="javascript_head_slot" />



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [Cluster-devel] conga/luci/cluster index_html
@ 2007-06-18 20:14 rmccabe
  0 siblings, 0 replies; 6+ messages in thread
From: rmccabe @ 2007-06-18 20:14 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2007-06-18 20:14:56

Modified files:
	luci/cluster   : index_html 

Log message:
	Revert patch accidentally pulled in from the experimental branch

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.9&r2=1.20.2.10

--- conga/luci/cluster/index_html	2007/06/18 18:39:31	1.20.2.9
+++ conga/luci/cluster/index_html	2007/06/18 20:14:55	1.20.2.10
@@ -38,7 +38,14 @@
 				resmap python:here.getClusterOS(ri_agent);
 				global isVirtualized resmap/isVirtualized | nothing;
 				global os_version resmap/os | nothing;
-				global isBusy python:here.isClusterBusy(request)" />
+				global isBusy python:here.isClusterBusy(request);
+				global firsttime request/busyfirst | nothing" />
+
+			<tal:block tal:condition="firsttime">
+				<tal:block tal:define="global busywaiting python:True" />
+				<meta http-equiv="refresh"
+					tal:attributes="content isBusy/refreshurl | string:." />
+			</tal:block>
 
 			<tal:block tal:define="global busy isBusy/busy | nothing" />
 



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [Cluster-devel] conga/luci/cluster index_html
@ 2007-03-01 22:19 rmccabe
  0 siblings, 0 replies; 6+ messages in thread
From: rmccabe @ 2007-03-01 22:19 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2007-03-01 22:19:11

Modified files:
	luci/cluster   : index_html 

Log message:
	- Remove code that was triggering memory corruption in the python interpreter leading to crashes.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&r1=1.31&r2=1.32

--- conga/luci/cluster/index_html	2007/02/20 23:06:59	1.31
+++ conga/luci/cluster/index_html	2007/03/01 22:19:10	1.32
@@ -41,10 +41,6 @@
 				global isBusy python:here.isClusterBusy(request);
 				global firsttime request/busyfirst |nothing" />
 
-			<tal:block tal:condition="ri_agent">
-				<tal:block tal:define="dummy python:request.SESSION.set('ricci', ri_agent)" />
-			</tal:block>
-
 			<tal:block tal:condition="firsttime">
 				<tal:block tal:define="global busywaiting python:True" />
 				<meta http-equiv="refresh"



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [Cluster-devel] conga/luci/cluster index_html
@ 2006-10-25 23:38 rmccabe
  0 siblings, 0 replies; 6+ messages in thread
From: rmccabe @ 2006-10-25 23:38 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-10-25 23:38:08

Modified files:
	luci/cluster   : index_html 

Log message:
	fix incorrect tag nesting

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&r1=1.20&r2=1.21

--- conga/luci/cluster/index_html	2006/10/16 20:25:33	1.20
+++ conga/luci/cluster/index_html	2006/10/25 23:38:08	1.21
@@ -212,13 +212,7 @@
 
 
              <metal:main-form-content use-macro="here/form-chooser/macros/main-form">
-                <h1>Future Site of Forms</h1>
              </metal:main-form-content>
-                  </div>
-
-                </div>
-
-              </metal:block>
 
 		<span tal:omit-tag=""
 			tal:define="global ret python: request.SESSION.get('checkRet')"
@@ -246,6 +240,11 @@
 				</tal:block>
 			</ul>
 		</div>
+                  </div>
+
+                </div>
+
+              </metal:block>
             </td>
             <tal:comment replace="nothing"> End of main content block </tal:comment>
 



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [Cluster-devel] conga/luci/cluster index_html
@ 2006-08-16 17:24 jparsons
  0 siblings, 0 replies; 6+ messages in thread
From: jparsons @ 2006-08-16 17:24 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-08-16 17:24:45

Modified files:
	luci/cluster   : index_html 

Log message:
	os version support as a convenient global

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&r1=1.9&r2=1.10

--- conga/luci/cluster/index_html	2006/08/13 16:16:17	1.9
+++ conga/luci/cluster/index_html	2006/08/16 17:24:45	1.10
@@ -44,6 +44,11 @@
        <span tal:condition="busy">
         <span tal:define="global busywaiting python:True"/>
         <meta http-equiv="refresh" content="" tal:attributes="content isBusy/refreshurl"/> 
+        <span tal:define="ri_agent python:here.getRicciAgent(request/clustername)">
+        <span tal:define="resmap python:here.getClusterOS(ri_agent);
+                          global isVirtualized resmap/isVirtualized;
+                          global os_version resmap/os;"/>
+        </span>
        </span>
     </span>
       <tal:comment replace="nothing"> A slot where you can insert elements in the header from a template </tal:comment>



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [Cluster-devel] conga/luci/cluster index_html
@ 2006-08-01 16:55 rmccabe
  0 siblings, 0 replies; 6+ messages in thread
From: rmccabe @ 2006-08-01 16:55 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-08-01 16:55:13

Modified files:
	luci/cluster   : index_html 

Log message:
	fix left margin issue

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&r1=1.4&r2=1.5

--- conga/luci/cluster/index_html	2006/07/19 20:20:53	1.4
+++ conga/luci/cluster/index_html	2006/08/01 16:55:12	1.5
@@ -187,14 +187,14 @@
                  </span>
 
  
+             <metal:main-form-content use-macro="here/form-chooser/macros/main-form">
+                <h1>Future Site of Forms</h1>
+             </metal:main-form-content>
                   </div>
 
                 </div>
 
               </metal:block>
-             <metal:main-form-content use-macro="here/form-chooser/macros/main-form">
-                <h1>Future Site of Forms</h1>
-             </metal:main-form-content>
 
 		<span tal:omit-tag=""
 			tal:define="global ret python: request.SESSION.get('checkRet')"



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-06-18 20:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-25 16:25 [Cluster-devel] conga/luci/cluster index_html jparsons
  -- strict thread matches above, loose matches on Subject: below --
2007-06-18 20:14 rmccabe
2007-03-01 22:19 rmccabe
2006-10-25 23:38 rmccabe
2006-08-16 17:24 jparsons
2006-08-01 16:55 rmccabe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).