Améliorations cosmétiques
This commit is contained in:
parent
1f7d1cc682
commit
5967686228
6 changed files with 69 additions and 30 deletions
|
|
@ -59,17 +59,20 @@
|
|||
{{:redirect force="../../index.html?ok=1&msg=entrée&prop=%s"|args:$prop}}
|
||||
{{/form}}
|
||||
|
||||
{{:admin_header title="Entrée de matériel" current="module_equipment"}}
|
||||
{{:admin_header title="Entrée de matériel" custom_css="./../../style.css" current="module_equipment"}}
|
||||
{{:form_errors}}
|
||||
|
||||
{{* formulaire de saisie d'une entrée de matériel *}}
|
||||
<form method="post" action="">
|
||||
<fieldset class="header">
|
||||
<dl>
|
||||
<dt><strong>Matériel : </strong>{{$equipment.designation}}</dt>
|
||||
<dt><strong>Catégorie : </strong>{{$category.name}}</dt>
|
||||
<div class="informations">
|
||||
<legend>Informations matériel</legend>
|
||||
<dl class="describe">
|
||||
<dt>Matériel</dt>
|
||||
<dd>{{$equipment.designation}}</dd>
|
||||
<dt>Catégorie</dt>
|
||||
<dd>{{$category.name}}</dd>
|
||||
</dl>
|
||||
</fieldset>
|
||||
</div>
|
||||
<fieldset class="entree">
|
||||
<legend>Ajouter une entrée de matériel</legend>
|
||||
<dl>
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
{{:redirect force="../../historique.html?ok=1&key=%s&prop=1&msg=retour"|args:$_GET.key}}
|
||||
{{/form}}
|
||||
|
||||
{{:admin_header title="Retour de matériel" current="module_equipment"}}
|
||||
{{:admin_header title="Retour de matériel" custom_css="./../../style.css" current="module_equipment"}}
|
||||
{{:form_errors}}
|
||||
|
||||
{{* Extraire et compiler les infos de la base *}}
|
||||
|
|
@ -76,14 +76,18 @@
|
|||
|
||||
{{* formulaire d'entrée de matériel *}}
|
||||
<form method="post" action="">
|
||||
<fieldset class="header">
|
||||
<dl>
|
||||
<dt><strong>Matériel : </strong>{{$equipment.designation}}</dt>
|
||||
<dt><strong>Catégorie : </strong>{{$cat_name}}</dt>
|
||||
<dt><strong>Quantité sortie : </strong>{{$sorti}}</dt>
|
||||
<div class="informations">
|
||||
<legend>Informations matériel</legend>
|
||||
<dl class="describe">
|
||||
<dt>Matériel</dt>
|
||||
<dd>{{$equipment.designation}}</dd>
|
||||
<dt>Catégorie</dt>
|
||||
<dd>{{$cat_name}}</dd>
|
||||
<dt>Quantité sortie</dt>
|
||||
<dd>{{$sorti}}</dd>
|
||||
</dl>
|
||||
<p><span class="alert">La quantité sortie est celle à la date du jour</span></p>
|
||||
</fieldset>
|
||||
</div>
|
||||
<fieldset class="entree">
|
||||
<legend>Ajouter un retour de matériel</legend>
|
||||
<dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue