File "plan-breves.html"

Full path: /home/argothem/www/v4_old/fichiers_obsoletes_20220627_043105/plugins-dist/breves/prive/squelettes/inclure/plan-breves.html
File size: 1.01 KB
MIME-type: text/html
Charset: utf-8

<BOUCLE_nb_items(BREVES)
	{id_rubrique}
	{statut==.*}{statut ?}
	{pagination 1}>
	#SET{total,#GRAND_TOTAL}
	#SET{lister,#PLAN_AFFICHER_LISTE}
</BOUCLE_nb_items>

[(#ENV{conteneur}|=={non}|non)
	<ul class="menu-items breves">
		<li id="breves-rubrique-#ID_RUBRIQUE"
			class="item group[ (#GET{lister}|non)jstree-closed]"
			data-jstree='{"type":"box_breve"}' data-objet="breve">
			<strong>[(#GET{total}|objet_afficher_nb{breve})]</strong>
]

			<B_items>
				<ul class="menu-items breves">
			<BOUCLE_items(BREVES)
				{id_rubrique}
				{!par date}
				{statut==.*}{statut ?}
				{si #GET{lister}}
				>
				<li id="breve-#ID_BREVE" class="item" data-jstree='{"type":"breve"}' data-objet="breve">
					<a href="[(#ID_BREVE|generer_url_entite{breve})]"
						title="[(#VAL{breve}|objet_info{texte_objet}|_T) #ID_BREVE]">
						[(#STATUT|puce_statut{breve}) ][(#TITRE|couper{80}|sinon{<:info_sans_titre:>})]
					</a>
				</li>
			</BOUCLE_items>
				</ul>
			</B_items>

[(#ENV{conteneur}|=={non}|non)
		</li>
	</ul>
]
</B_nb_items>