Menu
- = $this->Html->link(__(' Accueil'),
['controller' => 'pages', 'action' => 'home'],
['escape' => false]); ?>
- = $this->Html->link(__(' Rechercher un matériel'),
['controller' => 'materiels', 'action' => 'find'],
['escape' => false]); ?>
- = $this->Html->link(__(' Liste des matériels'),
['controller' => 'Materiels', 'action' => 'index'],
['escape' => false]) ?>
- = $this->Html->link(__(' Liste des suivis'),
['controller' => 'Suivis', 'action' => 'index'],
['escape' => false]) ?>
- = $this->Html->link(__(' Liste des emprunts'),
['controller' => 'Emprunts', 'action' => 'index'],
['escape' => false]) ?>
- = $this->Html->link(__(' Outils'),
['controller' => 'pages', 'action' => 'tools'],
['escape' => false]) ?>
- = $this->Html->link(__(' A PROPOS'),
['controller' => 'pages', 'action' => 'about'],
['escape' => false]) ?>
Recherche';
//Search function
echo $this->Form->create('Materiel', ['url' => '/materiels/find']);
echo '';
echo $this->Form->end();
endif;
?>