{{* -*- brindille -*- *}} {{:admin_header title="Matériels archivés" custom_css=$custom_css current="module_equipment"}} {{:include file="_nav.html" current="archives"}} {{if $_GET.ok}}

Matériel remis en service

{{/if}} {{* Sélecteur catégories *}} {{:assign var="options." value="" label="Toutes les catégories" href="?prop=1"}} {{#load type="category" order="$$.name"}} {{:assign var="options." value=$key label=$name href="?cat_key=%s&prop=1"|args:$key }} {{/load}}
Filtrer par catégorie {{:dropdown title="Filtrer par catégorie" options=$options value="%s"|args:$_GET.cat_key }}

Inventaire des matériels archivés

{{* Liste des matériels archivés *}} {{#list select=" $$.name AS "Matériel" ; (SELECT $$.name FROM @TABLE as cat WHERE cat.key = @TABLE.$$.category) AS "Catégorie" " type="equipment" where="$$.status='archived'" order=1 }} {{$name}} {{$col2}} {{:linkbutton label="Historique" href="historique.html?key=%s&prop=1¤t=archives"|args:$key shape="table"}} {{:linkbutton label="Modifier" href="unarchive_equipment.html?key=%s"|args:$key shape="edit" target="_dialog"}} {{/list}}