From fa98986fa599c5ba61fee3b731b946a0989aa802 Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Sat, 14 Oct 2017 14:44:19 +0000
Subject: [PATCH] =?UTF-8?q?Fil=20d'Ariane=20en=20position=20haute=20pour?=
 =?UTF-8?q?=20la=20m=C3=A9teo?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitattributes                      |  1 +
 la_meteo.html                       |  9 +--------
 noisettes/cartouchetitre/meteo.html | 10 ++++++++++
 3 files changed, 12 insertions(+), 8 deletions(-)
 create mode 100644 noisettes/cartouchetitre/meteo.html

diff --git a/.gitattributes b/.gitattributes
index 3cb8798c..1c1f1dda 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -479,6 +479,7 @@ noisettes/cartouches/sommaire_modenews_cartouche.html -text
 noisettes/cartouches/themes.html -text
 noisettes/cartouches/themes_agenda_mensuel.html -text
 noisettes/cartouchetitre/article.html -text
+noisettes/cartouchetitre/meteo.html -text
 noisettes/cartouchetitre/rubrique.html -text
 noisettes/cartouchetitre/site.html -text
 noisettes/cartouchetitre/sites.html -text
diff --git a/la_meteo.html b/la_meteo.html
index 9d6db382..10922cbb 100644
--- a/la_meteo.html
+++ b/la_meteo.html
@@ -5,16 +5,9 @@
 <INCLURE{fond=noisettes/header/header}
 	{title=#GET{titre_meteo}|attribut_html|texte_script}
 	{titretop=#GET{titre_meteo}|attribut_html|sc_nettoyer_marqueur|texte_script}
+	{type=meteo}
 >
 
-	<nav id="miettesdepain">
-		<h2 class="nocontent offscreen">Fil d'Ariane</h2>
-		<ul>
-			<li><a href="#URL_SITE_SPIP" title="<:soyezcreateurs:accueil_site|attribut_html:>"><:soyezcreateurs:accueil:></a></li>
-			<li><:rainette:meteo_de{ville=#GET{nom_ville}}:></li>
-		</ul>
-	</nav>
-
 <div class="texte">
 <main id="main" role="main">
 <div class="cartouche">
diff --git a/noisettes/cartouchetitre/meteo.html b/noisettes/cartouchetitre/meteo.html
new file mode 100644
index 00000000..f299edd3
--- /dev/null
+++ b/noisettes/cartouchetitre/meteo.html
@@ -0,0 +1,10 @@
+#SET{service,weather}[(#CONFIG{rainette/wunderground/inscription}|oui)#SET{service,wunderground}]
+#SET{nom_ville,#RAINETTE_INFOS{#CONFIG{soyezcreateurs/rainette_ville, FRXX0099}, ville, #GET{service}}}
+	<nav id="miettesdepain">
+		<h2 class="nocontent offscreen">Fil d'Ariane</h2>
+		<ul>
+			<li><a href="#URL_SITE_SPIP" title="<:soyezcreateurs:accueil_site|attribut_html:>"><:soyezcreateurs:accueil:></a></li>
+			<li><:rainette:meteo_de{ville=#GET{nom_ville}}:></li>
+		</ul>
+	</nav>
+#FILTRE{mini_html}
\ No newline at end of file
-- 
GitLab