/[dolibarr]/dolibarr/htdocs/telephonie/stats/fournisseurs/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/stats/fournisseurs/index.php

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

revision 1.2 by rodolphe, Wed Aug 24 08:55:11 2005 UTC revision 1.3 by rodolphe, Tue Oct 18 09:30:54 2005 UTC
# Line 24  require("./pre.inc.php"); Line 24  require("./pre.inc.php");
24  if (!$user->rights->telephonie->lire) accessforbidden();  if (!$user->rights->telephonie->lire) accessforbidden();
25  if (!$user->rights->telephonie->stats->lire) accessforbidden();  if (!$user->rights->telephonie->stats->lire) accessforbidden();
26    
27  llxHeader('','Telephonie - Statistiques');  llxHeader('','Telephonie - Statistiques - Fournisseurs');
28  /*  /*
29   * Sécurité accés client   * Sécurité accés client
30   */   */
# Line 51  print '<tr><td width="50%" valign="top"> Line 51  print '<tr><td width="50%" valign="top">
51    
52  print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=telephoniegraph&file=communications/duree.png" alt="Duree Moyenne"><br /><br />'."\n";  print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=telephoniegraph&file=communications/duree.png" alt="Duree Moyenne"><br /><br />'."\n";
53    
54  print '</td><td valign="top" width="50%">'."\n";  print '</td></tr>';
55    
56    print '</table>';
57    
58    print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">'."\n";
59    
60    print '<tr><td valign="top">'."\n";
61    
62    print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=telephoniegraph&file=communications/fourn_natio.png" alt="Communications nationales"><br /><br />'."\n";
63    
64    print '</td></tr>';
65    
66    print '<tr><td valign="top">'."\n";
67    
68    print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=telephoniegraph&file=communications/fourn_mobil.png" alt="Communications mobiles"><br /><br />'."\n";
69    
70    print '</td></tr>';
71    print '<tr><td valign="top">'."\n";
72    
73    print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=telephoniegraph&file=communications/fourn_inter.png" alt="Communications internationales"><br /><br />'."\n";
74    
75  print '</td></tr>';  print '</td></tr>';
76    

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