From 6b6a54c357667fbcd601cc9a96ebcdce96cd642e Mon Sep 17 00:00:00 2001
From: Jean-Christophe Engel {{$_GET.msg}} Configuration enregistrée. {{$_GET.msg}}Matériels de la catégorie « {{$cat_name}} »
@@ -16,6 +16,6 @@
{{/if}}
{{:assign var="categories." value=$_GET.key}}
-{{:include file="/%s/inventaire.html"|args:$module.name}}
+{{:include file="../inventaire.html"}}
{{:admin_footer}}
diff --git a/config.html b/config.html
index dc41409..39efa85 100644
--- a/config.html
+++ b/config.html
@@ -2,7 +2,7 @@
{{:admin_header title="Configuration" current="module_equipment"}}
{{* barre de navigation *}}
-{{:include file="/%s/_nav.html"|args:$module.name current="config"}}
+{{:include file="_nav.html" current="config"}}
{{if $_GET.ok}}
Entrée de matériel
@@ -11,7 +11,7 @@
{{/if}}
{{* récupérer la config des entrées/sorties *}}
-{{:include file="/%s/_get_config.html"|args:$module.name keep="config"}}
+{{:include file="../../_get_config.html" keep="config"}}
{{* types d'entrées *}}
{{#foreach from=$config.inputNature item="elem"}}
@@ -38,7 +38,7 @@
{{* enregistrer un nouveau matériel *}}
{{:save
key=$equipment_key
- validate_schema="/%s/equipment.schema.json"|args:$module.name
+ validate_schema="../../equipment.schema.json"
type="equipment"
category=$category.key
designation=$_POST.designation|trim
@@ -51,7 +51,7 @@
{{:save
key=$mvt_key
- validate_schema="/%s/mouvements/movement.schema.json"|args:$module.name
+ validate_schema="../movement.schema.json"
type="movement"
direction="entrée"
inputNature=$operation
diff --git a/mouvements/entrees/repertorie.html b/mouvements/entrees/repertorie.html
index a21d615..dee362a 100644
--- a/mouvements/entrees/repertorie.html
+++ b/mouvements/entrees/repertorie.html
@@ -3,7 +3,7 @@
{{if $_GET.dialog === null}}
{{* barre de navigation *}}
- {{:include file="/%s/_nav.html"|args:$module.name current="entrees"}}
+ {{:include file="../../_nav.html" current="entrees"}}
{{else}}
Entrée de matériel
@@ -11,7 +11,7 @@
{{/if}}
{{* récupérer la config des entrées/sorties *}}
-{{:include file="/%s/_get_config.html"|args:$module.name keep="config"}}
+{{:include file="../../_get_config.html" keep="config"}}
{{* types d'entrées *}}
{{#foreach from=$config.inputNature item="elem"}}
@@ -32,7 +32,7 @@
{{:save
key=$mvt_key
- validate_schema="/%s/mouvements/movement.schema.json"|args:$module.name
+ validate_schema="../movement.schema.json"
type="movement"
direction="entrée"
inputNature=$operation
diff --git a/mouvements/entrees/retour.html b/mouvements/entrees/retour.html
index 6783a3f..438c99e 100644
--- a/mouvements/entrees/retour.html
+++ b/mouvements/entrees/retour.html
@@ -3,7 +3,7 @@
{{if $_GET.dialog === null}}
{{* barre de navigation *}}
- {{:include file="/%s/_nav.html"|args:$module.name current="entrees"}}
+ {{:include file="../../_nav.html" current="entrees"}}
{{else}}
Entrée de matériel
@@ -11,7 +11,7 @@
{{/if}}
{{* récupérer la config des entrées/sorties *}}
-{{:include file="/%s/_get_config.html"|args:$module.name keep="config"}}
+{{:include file="../../_get_config.html" keep="config"}}
{{* types d'entrées *}}
{{#foreach from=$config.inputNature item="elem"}}
@@ -30,7 +30,7 @@
{{* Extraire et compiler les infos de la base *}}
{{:include
- file="/%s/_calcul_dispo.html"|args:$module.name
+ file="../../_calcul_dispo.html"
keep="equipments"
date=$_POST.date|parse_date
}}
@@ -48,7 +48,7 @@
{{:save
key=$mvt_key
- validate_schema="/%s/mouvements/movement.schema.json"|args:$module.name
+ validate_schema="../movement.schema.json"
type="movement"
direction="entrée"
inputNature=$operation
@@ -64,7 +64,7 @@
{{/form}}
{{* Extraire et compiler les infos de la base *}}
-{{:include file="/%s/_calcul_dispo.html"|args:$module.name keep="equipments"}}
+{{:include file="../../_calcul_dispo.html" keep="equipments"}}
{{if $equipments !== null}}
diff --git a/mouvements/modifier_mouvement.html b/mouvements/modifier_mouvement.html
index 8c24b5d..d7d8fad 100644
--- a/mouvements/modifier_mouvement.html
+++ b/mouvements/modifier_mouvement.html
@@ -28,7 +28,7 @@
{{#restrict section="accounting" level="write" block=true}}{{/restrict}}
{{* récupérer la config des entrées/sorties *}}
-{{:include file="/%s/_get_config.html"|args:$module.name keep="config"}}
+{{:include file="../_get_config.html" keep="config"}}
{{if $direction == "entrée"}}
{{* types d'entrées *}}
@@ -138,12 +138,11 @@
« {{$mvt_modif.outputNature}} de {{$eqpmt.designation}} (qté : {{$mvt_modif.amount}}) à la date du {{$mvt_modif.date|date_short}} »
{{/if}}
{{$_GET.msg}}
diff --git a/mouvements/sorties/stock_disponible.html b/mouvements/sorties/stock_disponible.html index cd406d6..2399847 100644 --- a/mouvements/sorties/stock_disponible.html +++ b/mouvements/sorties/stock_disponible.html @@ -3,7 +3,7 @@ {{if $_GET.dialog === null}} {{* barre de navigation *}} - {{:include file="/%s/_nav.html"|args:$module.name current="sorties"}} + {{:include file="../../_nav.html" current="sorties"}} {{else}}