Rajout d'un diagramme (galerie/pie pour index)
[zf2.biz/galerie.git] / module / Galerie / view / galerie / index / index.phtml
1 <h1><?php echo $this->translate('Galerie_index_title', 'galerie'); ?></h1>
2
3 <table id="galeries" class="sorted">
4         <thead>
5                 <tr>
6                         <th>
7                                 <strong><?php echo $this->translate('Galerie_index_table_name', 'galerie'); ?></strong>
8                                 <em><?php echo $this->translate('Galerie_index_table_description', 'galerie'); ?></em>
9                         </th>
10                         <th>
11                                 <?php echo $this->translate('Galerie_index_table_username', 'galerie'); ?>
12                         </th>
13                         <th>
14                                 <?php echo $this->translate('Galerie_index_table_nb', 'galerie'); ?>
15                         </th>
16                         <th>
17                                 <?php echo $this->translate('Galerie_index_table_actions', 'galerie'); ?>
18                         </th>
19                 </tr>
20         </thead>
21         <tbody>
22         </tbody>
23 </table>
24 <img src="/galeries/pie" alt="Répartition des photographies par galerie" />