Author: apfelmaennchen
Date: 2008-01-26 15:12:45 +0100 (Sat, 26 Jan 2008)
New Revision: 4407

Modified:
   trunk/htroot/PerformanceMemory_p.html
Log:
added auto reload graph option by Lotus

Modified: trunk/htroot/PerformanceMemory_p.html
===================================================================
--- trunk/htroot/PerformanceMemory_p.html       2008-01-26 11:35:23 UTC (rev 
4406)
+++ trunk/htroot/PerformanceMemory_p.html       2008-01-26 14:12:45 UTC (rev 
4407)
@@ -7,7 +7,8 @@
   <body id="PerformanceMemory">
     <script type="text/javascript"><!--
        function reloadGraph() {
-         document.images["graph"].src="PerformanceGraph.png?time="+(new 
Date()).getTime() ;
+         if(document.forms["optionreloadGraph"].option.checked)
+               document.images["graph"].src="PerformanceGraph.png?time="+(new 
Date()).getTime();
          window.status="";
        }
        window.setInterval("reloadGraph()", 1000);
@@ -77,9 +78,8 @@
         </dl>
       </fieldset>
     </form>
-    
-    <p><img src="PerformanceGraph.png" name="graph" /></p>
-    
+       <p><img src="PerformanceGraph.png" name="graph" /></p>
+    <p><form name="optionreloadGraph"><input type="checkbox" name="option" /> 
auto-reload graph</form></p>
     <p><strong>EcoTable RAM Index:</strong></p>
     <table border="0" cellpadding="2" cellspacing="1">
       <tr class="TableHeader" valign="bottom">

_______________________________________________
YaCy-svn mailing list
YaCy-svn@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/yacy-svn

Antwort per Email an