Rajout des aides de vue et d'action
[zf2.biz/galerie.git] / module / Galerie / view / galerie / index / index.phtml
index ef9f43a..10301d8 100644 (file)
@@ -1 +1,23 @@
-<p>vue <em>back-office</em> d&rsquo;une <strong>galerie</strong>&nbsp;: <?php echo $this->translate('index', 'galerie'); ?></p>
+<h1><?php echo $this->translate('Galerie_index_title', 'galerie'); ?></h1>
+
+<table id="galeries" class="sorted">
+       <thead>
+               <tr>
+                       <th>
+                               <strong><?php echo $this->translate('Galerie_index_table_name', 'galerie'); ?></strong>
+                               <em><?php echo $this->translate('Galerie_index_table_description', 'galerie'); ?></em>
+                       </th>
+                       <th>
+                               <?php echo $this->translate('Galerie_index_table_username', 'galerie'); ?>
+                       </th>
+                       <th>
+                               <?php echo $this->translate('Galerie_index_table_nb', 'galerie'); ?>
+                       </th>
+                       <th>
+                               <?php echo $this->translate('Galerie_index_table_actions', 'galerie'); ?>
+                       </th>
+               </tr>
+       </thead>
+       <tbody>
+       </tbody>
+</table>