-
- = __('Designation') ?> |
- = h($materiel->designation) ?> |
-
-
- = __('Sur Category') ?> |
- = $materiel->has('sur_category') ? $this->Html->link($materiel->sur_category->id, ['controller' => 'SurCategories', 'action' => 'view', $materiel->sur_category->id]) : '' ?> |
-
-
- = __('Category') ?> |
- = $materiel->has('category') ? $this->Html->link($materiel->category->id, ['controller' => 'Categories', 'action' => 'view', $materiel->category->id]) : '' ?> |
-
-
- = __('Sous Category') ?> |
- = $materiel->has('sous_category') ? $this->Html->link($materiel->sous_category->id, ['controller' => 'SousCategories', 'action' => 'view', $materiel->sous_category->id]) : '' ?> |
-
-
- = __('Numero Laboratoire') ?> |
- = h($materiel->numero_laboratoire) ?> |
-
-
- = __('Status') ?> |
- = h($materiel->status) ?> |
-
-
- = __('Fournisseur') ?> |
- = h($materiel->fournisseur) ?> |
-
-
- = __('Eotp') ?> |
- = h($materiel->eotp) ?> |
-
-
- = __('Numero Commande') ?> |
- = h($materiel->numero_commande) ?> |
-
-
- = __('Code Comptable') ?> |
- = h($materiel->code_comptable) ?> |
-
-
- = __('Numero Serie') ?> |
- = h($materiel->numero_serie) ?> |
-
-
- = __('Groupes Thematique') ?> |
- = $materiel->has('groupes_thematique') ? $this->Html->link($materiel->groupes_thematique->id, ['controller' => 'GroupesThematiques', 'action' => 'view', $materiel->groupes_thematique->id]) : '' ?> |
-
-
- = __('Groupes Metier') ?> |
- = $materiel->has('groupes_metier') ? $this->Html->link($materiel->groupes_metier->id, ['controller' => 'GroupesMetiers', 'action' => 'view', $materiel->groupes_metier->id]) : '' ?> |
-
-
- = __('Numero Inventaire Organisme') ?> |
- = h($materiel->numero_inventaire_organisme) ?> |
-
-
- = __('Numero Inventaire Old') ?> |
- = h($materiel->numero_inventaire_old) ?> |
-
-
- = __('Lieu Stockage') ?> |
- = h($materiel->lieu_stockage) ?> |
-
-
- = __('Lieu Detail') ?> |
- = h($materiel->lieu_detail) ?> |
-
-
- = __('Nom Responsable') ?> |
- = h($materiel->nom_responsable) ?> |
-
-
- = __('Email Responsable') ?> |
- = h($materiel->email_responsable) ?> |
-
-
- = __('Nom Createur') ?> |
- = h($materiel->nom_createur) ?> |
-
-
- = __('Nom Modificateur') ?> |
- = h($materiel->nom_modificateur) ?> |
-
-
- = __('Organisme') ?> |
- = $materiel->has('organisme') ? $this->Html->link($materiel->organisme->id, ['controller' => 'Organismes', 'action' => 'view', $materiel->organisme->id]) : '' ?> |
-
-
- = __('Site') ?> |
- = $materiel->has('site') ? $this->Html->link($materiel->site->id, ['controller' => 'Sites', 'action' => 'view', $materiel->site->id]) : '' ?> |
-
-
- = __('Id') ?> |
- = $this->Number->format($materiel->id) ?> |
-
-
- = __('Prix Ht') ?> |
- = $this->Number->format($materiel->prix_ht) ?> |
-
-
- = __('Date Acquisition') ?> |
- = h($materiel->date_acquisition) ?> |
-
-
- = __('Date Archivage') ?> |
- = h($materiel->date_archivage) ?> |
-
-
- = __('Created') ?> |
- = h($materiel->created) ?> |
-
-
- = __('Modified') ?> |
- = h($materiel->modified) ?> |
-
-
- = __('Date Reception') ?> |
- = h($materiel->date_reception) ?> |
-
-
- = __('Materiel Administratif') ?> |
- = $materiel->materiel_administratif ? __('Yes') : __('No'); ?> |
-
-
- = __('Materiel Technique') ?> |
- = $materiel->materiel_technique ? __('Yes') : __('No'); ?> |
-
-
- = __('Etiquette') ?> |
- = $materiel->etiquette ? __('Yes') : __('No'); ?> |
-
+'.$nom.' | '.$valeur.' | ';
+}
+?>
+
+
+
+
+ status) == 'ARCHIVED') echo ' '; ?>
+ = h($materiel->designation) ?>
+
+ = h($materiel->numero_laboratoire) ?>
+ status) == 'ARCHIVED') echo ' (Archivé)'; ?>
+
+
+
+ Html->link(__('
Editer ce matériel'),
+ ['action' => 'edit', $materiel->id],
+ ['escape' => false,'onclick' => 'return true;']
+ );
+ echo $this->Form->postLink(__('
Supprimer ce matériel'),
+ ['action' => 'delete', $materiel->id],
+ ['style'=>'margin-left: 110px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $materiel->id)]
+ );
+ ?>
+
+
+
+
+
= __('Description') ?>
= $this->Text->autoParagraph(h($materiel->description)); ?>
diff --git a/src/Template/Suivis/index.ctp b/src/Template/Suivis/index.ctp
index c5db536..f1be5d0 100755
--- a/src/Template/Suivis/index.ctp
+++ b/src/Template/Suivis/index.ctp
@@ -26,7 +26,7 @@
= $this->Html->link(__(''), ['action' => 'view', $suivi->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?>
= $this->Html->link(__(''), ['action' => 'edit', $suivi->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?>
- = $this->Form->postLink(__(''), ['action' => 'delete', $suivi->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false ], ['confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $suivi->id)]) ?>
+ = $this->Form->postLink(__(''), ['action' => 'delete', $suivi->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $suivi->id)]) ?>
|
diff --git a/src/Template/Suivis/view.ctp b/src/Template/Suivis/view.ctp
index 9510db7..353356f 100755
--- a/src/Template/Suivis/view.ctp
+++ b/src/Template/Suivis/view.ctp
@@ -1,83 +1,45 @@
+
'.$nom.' | '.$valeur.' | ';
+}
+?>
-
-
= h($suivi->id) ?>
-
-
- = __('Materiel') ?> |
- = $suivi->has('materiel') ? $this->Html->link($suivi->materiel->id, ['controller' => 'Materiels', 'action' => 'view', $suivi->materiel->id]) : '' ?> |
-
-
- = __('Type Intervention') ?> |
- = h($suivi->type_intervention) ?> |
-
-
- = __('Organisme') ?> |
- = h($suivi->organisme) ?> |
-
-
- = __('Commentaire') ?> |
- = h($suivi->commentaire) ?> |
-
-
- = __('Nom Createur') ?> |
- = h($suivi->nom_createur) ?> |
-
-
- = __('Nom Modificateur') ?> |
- = h($suivi->nom_modificateur) ?> |
-
-
- = __('Id') ?> |
- = $this->Number->format($suivi->id) ?> |
-
-
- = __('Frequence') ?> |
- = $this->Number->format($suivi->frequence) ?> |
-
-
- = __('Date Controle') ?> |
- = h($suivi->date_controle) ?> |
-
-
- = __('Date Prochain Controle') ?> |
- = h($suivi->date_prochain_controle) ?> |
-
-
- = __('Created') ?> |
- = h($suivi->created) ?> |
-
-
- = __('Modified') ?> |
- = h($suivi->modified) ?> |
-
+
+
+
Détail suivi
+
+
+ | |
+
+ Html->link(__(' Editer ce suivi'),
+ ['action' => 'edit', $suivi->id],
+ ['escape' => false,'onclick' => 'return true;']
+ );
+ echo $this->Form->postLink(__(' Supprimer ce suivi'),
+ ['action' => 'delete', $suivi->id],
+ ['style'=>'margin-left: 140px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $suivi->id)]
+ );
+
+ displayElement(__('Materiel'), $suivi->has('materiel') ? $this->Html->link($suivi->materiel->designation, ['controller' => 'Materiels', 'action' => 'view', $suivi->materiel->id]) : '');
+ displayElement(__('Numéro interne (labo)'), $suivi->has('materiel') ? h($suivi->materiel->numero_laboratoire) : '');
+ displayElement(__('Date Intervention'), strftime("%e %B %Y", strtotime(h($suivi->date_controle))));
+ displayElement(__('Date Prochaine Intervention'), strftime("%e %B %Y", strtotime(h($suivi->date_prochain_controle))));
+ displayElement(__('Type d\'intervention'), h($suivi->type_intervention));
+ displayElement(__('Fournisseur'), h($suivi->organisme));
+ displayElement(__('Fréquence'), h($suivi->frequence));
+ displayElement(__('Commentaire'), h($suivi->commentaire));
+ displayElement(__('Date création'), h($suivi->created));
+ displayElement(__('Nom du créateur'), h($suivi->nom_createur));
+ displayElement(__('Date modification'), h($suivi->modified));
+ displayElement(__('Nom du modificateur'), h($suivi->nom_modificateur));
+
+ ?>
+
+
-
+
+
--
libgit2 0.21.2