File "navsub.html"

Full path: /home/argothem/www/organecyberpresse/squelettes/inclure/navsub.html
File size: 1.48 KB
MIME-type: text/html
Charset: utf-8

[(#REM)
	Sous-navigation, ouverte sur la hierarchie courante

	On fait un plan, et, quand on avance vers une rubrique,
	on l'affiche si son parent est expose ou est la racine du site.
	
]

<iframe src="https://www.meteoblue.com/fr/meteo/widget/daily?geoloc=detect&days=3&tempunit=CELSIUS&windunit=KILOMETER_PER_HOUR&precipunit=MILLIMETER&coloured=monochrome&pictoicon=0&pictoicon=1&maxtemperature=0&maxtemperature=1&mintemperature=0&mintemperature=1&windspeed=0&windspeed=1&windgust=0&winddirection=0&uv=0&humidity=0&precipitation=0&precipitation=1&precipitationprobability=0&spot=0&pressure=0&layout=light"  frameborder="0" scrolling="NO" allowtransparency="true" sandbox="allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox" style="width: 200px; height: 270px"></iframe>
<BOUCLE_secteur(HIERARCHIE){tout}{id_rubrique}{racine}{0,1}>

<B_rubriques>
<div class="menu menu_rubriques">
	<h2>#TITRE</h2>
	<ul>

	<BOUCLE_rubriques(RUBRIQUES) {id_parent} {par num titre, titre}>
		<li>
			<a href="#URL_RUBRIQUE"[ class="(#EXPOSE)"]>#TITRE</a>
			<B_sous_rubriques>
			<ul>
				<BOUCLE_sous_rubriques(RUBRIQUES) {id_parent} {par num titre}{!par date}><BOUCLE_test_expose(RUBRIQUES) {id_enfant}>#EXPOSE{' '}</BOUCLE_test_expose>
				<li><a href="#URL_RUBRIQUE"[ class="(#EXPOSE)"]>#TITRE</a><BOUCLE_re(BOUCLE_sous_rubriques)></BOUCLE_re>	</li>
				</B_test_expose></BOUCLE_sous_rubriques>
			</ul>
			</B_sous_rubriques>
		</li>
	</BOUCLE_rubriques>

	</ul>
</div>

</B_rubriques>
</BOUCLE_secteur>