From 6ae921ae6906335c80b9182c7e2c30f08bcc6e54 Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Fri, 4 Aug 2017 08:32:43 +0000
Subject: [PATCH] Avec les liens

---
 comptetraduction.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/comptetraduction.html b/comptetraduction.html
index 3240c774..5e7f6b87 100644
--- a/comptetraduction.html
+++ b/comptetraduction.html
@@ -1,9 +1,9 @@
 <BOUCLE_ListeSecteurs(RUBRIQUES){racine}{par num titre}>
-<h[(#PROFONDEUR|plus{1})]>#TITRE [(#SET{comptemot,[(#TITRE|str_word_count|plus{[(#DESCRIPTIF|str_word_count)]}|plus{[(#TEXTE|str_word_count)]})]})] (#GET{comptemot})[(#SET{totalmots,[(#GET{totalmots}|plus{#GET{comptemot}})]})]</h[(#PROFONDEUR|plus{1})]>
+<h[(#PROFONDEUR|plus{1})]><a href="#URL_RUBRIQUE">#TITRE</a> [(#SET{comptemot,[(#TITRE|str_word_count|plus{[(#DESCRIPTIF|str_word_count)]}|plus{[(#TEXTE|str_word_count)]})]})] (#GET{comptemot})[(#SET{totalmots,[(#GET{totalmots}|plus{#GET{comptemot}})]})]</h[(#PROFONDEUR|plus{1})]>
 <B_ArticlesRacine>
 <ul>
 <BOUCLE_ArticlesRacine(ARTICLES){id_rubrique}{!par date}{lang?}>
-<li>#TITRE [(#SET{comptemot,
+<li><a href="#URL_ARTICLE">#TITRE</a> [(#SET{comptemot,
 	[(#TITRE|str_word_count
 		|plus{[(#DESCRIPTIF|str_word_count)]}
 		|plus{[(#CHAPO|str_word_count)]}
@@ -15,11 +15,11 @@
 </ul>
 </B_ArticlesRacine>
 <BOUCLE_SsRubriques(RUBRIQUES){id_parent}{par num titre}>
-<h[(#PROFONDEUR|plus{1})]>#TITRE [(#SET{comptemot,[(#TITRE|str_word_count|plus{[(#DESCRIPTIF|str_word_count)]}|plus{[(#TEXTE|str_word_count)]})]})] (#GET{comptemot})[(#SET{totalmots,[(#GET{totalmots}|plus{#GET{comptemot}})]})]</h[(#PROFONDEUR|plus{1})]>
+<h[(#PROFONDEUR|plus{1})]><a href="#URL_RUBRIQUE">#TITRE</a> [(#SET{comptemot,[(#TITRE|str_word_count|plus{[(#DESCRIPTIF|str_word_count)]}|plus{[(#TEXTE|str_word_count)]})]})] (#GET{comptemot})[(#SET{totalmots,[(#GET{totalmots}|plus{#GET{comptemot}})]})]</h[(#PROFONDEUR|plus{1})]>
 <B_Articles>
 <ul>
 <BOUCLE_Articles(ARTICLES){id_rubrique}{!par date}{lang?}>
-<li>#TITRE [(#SET{comptemot,
+<li><a href="#URL_ARTICLE">#TITRE</a> [(#SET{comptemot,
 	[(#TITRE|str_word_count
 		|plus{[(#DESCRIPTIF|str_word_count)]}
 		|plus{[(#CHAPO|str_word_count)]}
-- 
GitLab