Pour plus de clarté, on supprimer les fichiers inutilisés. On le retrouvera sur GIT Immomardi ou autres si besoin
This commit is contained in:
parent
4ce145b653
commit
dcb07fda03
5 changed files with 0 additions and 65 deletions
|
@ -1,11 +0,0 @@
|
||||||
[(#REM) affichage d'un bloc mot clé dans la page sommaire ]
|
|
||||||
<BOUCLE_video(MOTS){id_mot = #ENV{id_mot}}>
|
|
||||||
<div class="un_mot">
|
|
||||||
<a href="#URL_MOT" title="Voir la page [(#TITRE|ucfirst)]">
|
|
||||||
<INCLURE{fond=inclure/photo_mot,env,id_mot=#ID_MOT,ajax=recharger_photo}>
|
|
||||||
<h2 class="h3-like">#TITRE</h2>
|
|
||||||
[<h3 class="h4-like">(#DESCRIPTIF)</h3>]
|
|
||||||
[<div class="texte">(#TEXTE)</div>]
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</BOUCLE_video>
|
|
|
@ -1,11 +0,0 @@
|
||||||
[(#REM) affichage d'un bloc mot clé dans la page sommaire ]
|
|
||||||
<BOUCLE_video(RUBRIQUES){id_rubrique = #ENV{id_rubrique}}>
|
|
||||||
<div class="une_rub">
|
|
||||||
<a href="#URL_RUBRIQUE" title="Voir la page [(#TITRE|strtolower)]">
|
|
||||||
<INCLURE{fond=inclure/photo_rub,env,id_rubrique=#ID_RUBRIQUE,ajax=recharger_photo}>
|
|
||||||
<h2 class="h3-like">#TITRE</h2>
|
|
||||||
[<h3 class="h4-like">(#DESCRIPTIF)</h3>]
|
|
||||||
[<div class="texte">(#TEXTE)</div>]
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</BOUCLE_video>
|
|
|
@ -1,21 +0,0 @@
|
||||||
[(#REM) affichage d'un bloc mot clé dans la page sommaire ]
|
|
||||||
<BOUCLE_articles(ARTICLES){id_article = #ENV{id_article}}{statut?}>
|
|
||||||
<div class="une_rub">
|
|
||||||
<div class="une_rub_contenu w25">
|
|
||||||
<BOUCLE_la_rub(RUBRIQUES){id_rubrique=#ID_RUBRIQUE}>
|
|
||||||
<a class="etiquette_rubrique" href="#URL_RUBRIQUE">
|
|
||||||
#TITRE
|
|
||||||
</a>
|
|
||||||
</BOUCLE_la_rub>
|
|
||||||
<a href="#URL_ARTICLE" title="Voir la page [(#TITRE|strtolower)]">
|
|
||||||
<INCLURE{fond=inclure/photo_bien,env,id_article=#ID_ARTICLE,ajax=recharger_photo}>
|
|
||||||
<h2 class="h3-like">#TITRE</h2>
|
|
||||||
</a>
|
|
||||||
<div class="infos-article">
|
|
||||||
[(#DATE|affdate_jourcourt)], par #LESAUTEURS
|
|
||||||
</div>
|
|
||||||
[<h3 class="h4-like">(#DESCRIPTIF)</h3>]
|
|
||||||
[<div class="resume-article">(#TEXTE|couper{150})</div>]
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</BOUCLE_articles>
|
|
|
@ -1,11 +0,0 @@
|
||||||
#CACHE{0}
|
|
||||||
|
|
||||||
<div class="photo_bien">
|
|
||||||
<BOUCLE_doc(DOCUMENTS spip_documents_liens){id_objet=#ENV{id_mot}}{objet=mot}{extension==jpg|png|gif}{statut in prop,prepa,publie}{0,1}{! par id_document}>
|
|
||||||
[(#FICHIER|image_recadre{320:180,-,focus}|image_reduire{320,180})]
|
|
||||||
</BOUCLE_doc>
|
|
||||||
<div class="txtcenter placeholder">
|
|
||||||
<img src="[(#CHEMIN{img/logo_balint_placeholder.svg})]" alt="Pas de photo pour ce bien">
|
|
||||||
</div>
|
|
||||||
<//B_doc>
|
|
||||||
</div>
|
|
|
@ -1,11 +0,0 @@
|
||||||
#CACHE{0}
|
|
||||||
|
|
||||||
<div class="photo_bien">
|
|
||||||
<BOUCLE_doc(RUBRIQUES){id_rubrique}>
|
|
||||||
[<img src="(#LOGO_RUBRIQUE|image_recadre{320:180,-,focus}|image_reduire{320,180}|extraire_attribut{src})" alt="[(#TITRE|attribut_html)]">]
|
|
||||||
</BOUCLE_doc>
|
|
||||||
<div class="txtcenter placeholder">
|
|
||||||
<img src="[(#CHEMIN{img/logo_balint_placeholder.svg})]" alt="Pas de photo pour ce bien">
|
|
||||||
</div>
|
|
||||||
<//B_doc>
|
|
||||||
</div>
|
|
Loading…
Add table
Reference in a new issue