gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15365 - gauger/web


From: gnunet
Subject: [GNUnet-SVN] r15365 - gauger/web
Date: Tue, 31 May 2011 05:03:56 +0200

Author: bartpolot
Date: 2011-05-31 05:03:56 +0200 (Tue, 31 May 2011)
New Revision: 15365

Modified:
   gauger/web/postme.html
   gauger/web/template_graph.php
Log:
Minor cosmetic changes


Modified: gauger/web/postme.html
===================================================================
--- gauger/web/postme.html      2011-05-31 03:03:20 UTC (rev 15364)
+++ gauger/web/postme.html      2011-05-31 03:03:56 UTC (rev 15365)
@@ -1,17 +1,17 @@
 <html>
 <head>
-<script type="text/javascript" 
src="http://ranger/gauger/bindings/js/gauger.js";></script>
+<script type="text/javascript" 
src="http://localhost/gauger/bindings/js/gauger.js";></script>
 <title>Test</title>
 </head>
 <body>
 <form action="hosts/testhost" method="post">
 <!-- <form action="http://localhost:8080"; method="post"> -->
 <input name="pass" value="123456" /><br/>
-<input name="name" value="TEST:::test1___kb/s" /><br/>
-<input name="value" value="100" /><br/>
-<input name="revision" value="15000" /><br/>
+<input name="name" value="TEST:::test_data4___unit" /><br/>
+<input name="value" value="102" /><br/>
+<input name="revision" value="68" /><br/>
 <input type="submit" value="go" />
-<input type="button" value="gauger" 
onclick="GAUGER('http://ranger/gauger/web/', 'testuser', '123456', 'testhost', 
'CAT', 'name', 'unit', 100, 1000)"/>
+<input type="button" value="gauger" onclick="GAUGER('TEST', 'name', 'unit', 
100, 1000)"/>
 </form>
 </body>
 </html>

Modified: gauger/web/template_graph.php
===================================================================
--- gauger/web/template_graph.php       2011-05-31 03:03:20 UTC (rev 15364)
+++ gauger/web/template_graph.php       2011-05-31 03:03:56 UTC (rev 15365)
@@ -72,5 +72,5 @@
     </tr>
 </table>
 <?php else: ?>
-<h1>The graph "<?php echo $currentg ?>" is not present in any host.</h1>
+<h1>The graph "<?php echo get_counter_name($currentg) ?>" is not present in 
any host.</h1>
 <?php endif; ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]