Réalisation de galerie/index avec Ajax/Datatable
[zf2.biz/galerie.git] / module / Galerie / view / galerie / index / index.phtml
index bf934a6..10301d8 100644 (file)
@@ -1,9 +1,23 @@
-<p>vue <em>back-office</em> d&rsquo;une <strong>galerie</strong>&nbsp;: <?php echo $this->translate('index', 'galerie'); ?></p>
-
-
-<h1>Galerie</h1>
-<h2>test de la méthode all()</h2>
-
-<pre><?php echo $all->count(); ?></pre>
-<pre><?php print_r($all->toArray()); ?></pre>
+<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>