gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14395 - gauger


From: gnunet
Subject: [GNUnet-SVN] r14395 - gauger
Date: Sat, 12 Feb 2011 04:38:32 +0100

Author: bartpolot
Date: 2011-02-12 04:38:31 +0100 (Sat, 12 Feb 2011)
New Revision: 14395

Added:
   gauger/favicon.png
Modified:
   gauger/template.php
   gauger/template_host.php
Log:
Changed all plots to dynamic generation, added favicon


Added: gauger/favicon.png
===================================================================
(Binary files differ)


Property changes on: gauger/favicon.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: gauger/template.php
===================================================================
--- gauger/template.php 2011-02-11 22:55:09 UTC (rev 14394)
+++ gauger/template.php 2011-02-12 03:38:31 UTC (rev 14395)
@@ -4,7 +4,9 @@
     <head>
         <meta http-equiv="content-type" content="text/html; charset=utf-8">
         <title>Gauger [<?php echo isset($current) ? $current : $currentg 
?>]</title>
+        <link rel="shortcut icon" href="favicon.png" />
         <link href="style.css" type="text/css" rel="stylesheet">
+        <script type="text/javascript" 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js";></script>
     </head>
     <body>
         <div class="header">

Modified: gauger/template_host.php
===================================================================
--- gauger/template_host.php    2011-02-11 22:55:09 UTC (rev 14394)
+++ gauger/template_host.php    2011-02-12 03:38:31 UTC (rev 14395)
@@ -13,7 +13,7 @@
                 <a href="?graph=<?php echo $counter ?>">Compare</a><br/>
                 <br/>TODO:<br/>Range<br/>Add counter<br/>Colors
             </th>
-            <td><img src="<?php echo $current . '/' . $counter . '.png' ?>" 
alt="PNG not found :("/></td>
+            <td><img src="<?php echo 'plot.php?h='. $current . '&g=' . 
$counter ?>" alt="PNG not found :("/></td>
         </tr>
         <?php endforeach; ?>
     </table>




reply via email to

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