Rajout du premier flashMessage
[zf2.biz/galerie.git] / module / Galerie / view / galerie / index / index.phtml
1 <h1><?php echo $this->translate('Galerie_index_title', 'galerie'); ?></h1>
2
3 <?php foreach($messages as $message): ?>
4     <div class='alert-info'><?php echo $message; ?></div>
5 <?php endforeach; ?>
6
7 <table id="galeries" class="sorted">
8         <thead>
9                 <tr>
10                         <th>
11                                 <strong><?php echo $this->translate('Galerie_index_table_name', 'galerie'); ?></strong>
12                                 <em><?php echo $this->translate('Galerie_index_table_description', 'galerie'); ?></em>
13                         </th>
14                         <th>
15                                 <?php echo $this->translate('Galerie_index_table_username', 'galerie'); ?>
16                         </th>
17                         <th>
18                                 <?php echo $this->translate('Galerie_index_table_nb', 'galerie'); ?>
19                         </th>
20                         <th>
21                                 <?php echo $this->translate('Galerie_index_table_actions', 'galerie'); ?>
22                         </th>
23                 </tr>
24         </thead>
25         <tbody>
26         </tbody>
27 </table>