-
=$this->Html->link('Retour', 'javascript:window.history.go(-1)', ['escape' => false])?>
-
=$this->Html->link('Accueil', ['controller' => 'pages','action' => 'home'], ['escape' => false]);?>
-
Matériel
-
Suivi
-
Emprunt
-
=$this->Html->link('Autres listes', ['controller' => 'pages','action' => 'tools_sm'], ['escape' => false])?>
-
=$this->Html->link('Outils', ['controller' => 'pages','action' => 'tools'], ['escape' => false])?>
-
=$this->Html->link('A propos', ['controller' => 'pages','action' => 'about'], ['escape' => false])?>
Form->create('Materiel', ['url' => '/materiels/find']);
echo '';
echo $this->Form->button('Chercher', [ 'class'=>'btn btn-outline-success', 'type'=>'submit', 'name' => 'MaterielSAll', 'id' => 'MaterielSAll', 'style' => 'margin: 0px;' ]);
echo $this->Form->end();
}?>