/[dolibarr]/dolibarr/htdocs/energie/compteur.php
ViewVC logotype

Diff of /dolibarr/htdocs/energie/compteur.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by rodolphe, Sun Jul 24 12:15:28 2005 UTC revision 1.3 by rodolphe, Sun Jul 24 12:46:13 2005 UTC
# Line 177  else Line 177  else
177    
178    
179            print '<table class="noborder" width="100%">';            print '<table class="noborder" width="100%">';
180            print '<tr><td align="center">';            print '<tr><td><a href="compteur_graph.php?id='.$compteur->id.'">';
181            $file = "week.".$compteur->id.".png";            $file = "week.".$compteur->id.".png";
182            print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=energie&file='.$file.'" alt="" title="">';            print '<img border="0" src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=energie&file='.$file.'" alt="" title="">';
183            print '</td><td align="center">';            print '</a></td></tr></table><br>';
           $file = "month.".$compteur->id.".png";  
           print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=energie&file='.$file.'" alt="" title="">';  
           print '</td></tr></table><br>';  
184    
185            print '<table class="noborder" width="100%">';            print '<table class="noborder" width="100%">';
186            print '<tr class="liste_titre"><td>'.$langs->trans("Date").'</td>';            print '<tr class="liste_titre"><td>'.$langs->trans("Date").'</td>';

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26