From 2c42cad54a810304e2cd4f976c0fb4ceb9994b51 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Mon, 26 May 2025 10:18:57 +0200 Subject: [PATCH] ajout _ devant nom fichiers inclus --- archives.html => _archives.html | 0 immobilisations.html => _immobilisations.html | 0 ...ilisations_autres.html => _immobilisations_autres.html | 0 index.html | 8 ++++---- 4 files changed, 4 insertions(+), 4 deletions(-) rename archives.html => _archives.html (100%) rename immobilisations.html => _immobilisations.html (100%) rename immobilisations_autres.html => _immobilisations_autres.html (100%) diff --git a/archives.html b/_archives.html similarity index 100% rename from archives.html rename to _archives.html diff --git a/immobilisations.html b/_immobilisations.html similarity index 100% rename from immobilisations.html rename to _immobilisations.html diff --git a/immobilisations_autres.html b/_immobilisations_autres.html similarity index 100% rename from immobilisations_autres.html rename to _immobilisations_autres.html diff --git a/index.html b/index.html index 3d7bfe2..9e805d6 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ {{* -*- brindille -*- *}} -{{:admin_header title="Immobilisations et amortissements" custom_css="./style.css" current="module_amortissement"}} +{{:admin_header title="Immobilisations et amortissements" custom_css="./style.css" current="module_amortization"}} {{* barre de navigation *}} {{if $_GET.type_immo == null}} @@ -48,11 +48,11 @@ {{/load}} {{if $type_immo == "autres"}} - {{:include file="./immobilisations_autres.html"}} + {{:include file="_immobilisations_autres.html"}} {{elseif $type_immo == "archive"}} - {{:include file="archives.html"}} + {{:include file="_archives.html"}} {{elseif $type_immo == "encours" || $type_immo == "fini"}} - {{:include file="./immobilisations.html"}} + {{:include file="_immobilisations.html"}} {{/if}} {{:admin_footer}}