Réalisation de galerie/index avec Ajax/Datatable
authorSébastien CHAZALLET <s.chazallet@gmail.com>
Sun, 18 Nov 2012 09:01:47 +0000 (10:01 +0100)
committerSébastien CHAZALLET <s.chazallet@gmail.com>
Sun, 18 Nov 2012 09:01:47 +0000 (10:01 +0100)
commit709825fa5a4a684beb5f484ba19e976543493f48
tree76f0a5bdef82897f8c1f8e89e4aa62dcc01727e2
parenta5ce38aad48431412e69ff317c571b0b1f2e0ee9
Réalisation de galerie/index avec Ajax/Datatable
19 files changed:
module/Application/view/layout/layout.phtml
module/Galerie/config/module.config.php
module/Galerie/src/Galerie/Controller/IndexController.php
module/Galerie/src/Galerie/Model/GalerieInfoTable.php
module/Galerie/view/galerie/index/index.phtml
public/css/jquery-dataTables.css [new file with mode: 0644]
public/images/back_disabled.png [new file with mode: 0644]
public/images/back_enabled.png [new file with mode: 0644]
public/images/back_enabled_hover.png [new file with mode: 0644]
public/images/forward_disabled.png [new file with mode: 0644]
public/images/forward_enabled.png [new file with mode: 0644]
public/images/forward_enabled_hover.png [new file with mode: 0644]
public/images/sort_asc.png [new file with mode: 0644]
public/images/sort_asc_disabled.png [new file with mode: 0644]
public/images/sort_both.png [new file with mode: 0644]
public/images/sort_desc.png [new file with mode: 0644]
public/images/sort_desc_disabled.png [new file with mode: 0644]
public/js/jquery-dataTables.js [new file with mode: 0644]
public/js/perso.js [new file with mode: 0644]