Liste des documents'; ?> photo) { $p = 'Oui'; } else { $p = ''; } ?> materiel_id)) { ?>
Paginator->sort('nom', 'Nom') ?> Paginator->sort('materiel_id', 'Materiel') ?> Paginator->sort('suivi_id', 'Suivi') ?> Paginator->sort('type_document_id', 'Type') ?> Paginator->sort('type_doc', 'Extension fichier') ?> Paginator->sort('photo', 'Miniature') ?>
photo) { echo $this->Form->postLink(__(''), '/webroot/img/photos/' . $document->id . '.' . $document->type_doc, [ 'title' => 'Télécharger', 'style' => 'margin: 0 2px', 'escape' => false ]); } else { echo $this->Form->postLink(__(''), '/webroot/files/' . $document->id . '.' . $document->type_doc, [ 'title' => 'Télécharger', 'style' => 'margin: 0 2px', 'escape' => false ]); } ?> Html->link(__(''), ['action' => 'edit', $document->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false]) ?> Form->postLink(__(''), ['action' => 'delete', $document->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer {0} ?', $document->nom)]) ?> Html->link($document->nom, ['action' => 'view', $document->id]) ?> Html->link($materiel->find()->where(['id =' => $document->materiel_id])->first()['designation'], ['controller' => 'Materiels', 'action' => 'view', $document->materiel_id]) ?> Html->link('Suivi '.$document->suivi_id, ['controller' => 'Suivis', 'action' => 'view', $document->suivi_id]) ?> has('type_document') ? h($document->type_document->nom) : '' ?> type_doc) ?>
element('pagination'); ?>