pour plus de clarté, on supprime les fichiers non utilisés (on les retrouvera sur git si besoin)
This commit is contained in:
parent
980dd282ce
commit
76100de6e7
7 changed files with 0 additions and 99 deletions
|
@ -1,3 +0,0 @@
|
||||||
<div class="parent_prev_next">
|
|
||||||
<INCLURE{fond=inclure/un_bien,env,id_article=#ENV{id_article},ajax=article}>
|
|
||||||
</div>
|
|
|
@ -1,5 +0,0 @@
|
||||||
<composition>
|
|
||||||
<nom>Bien Immomardi</nom>
|
|
||||||
<description>Grande image, petite colonne à droite
|
|
||||||
</description>
|
|
||||||
</composition>
|
|
|
@ -1,20 +0,0 @@
|
||||||
<BOUCLE_article(ARTICLES){id_article}>
|
|
||||||
[(#REM) AUTORISER{modifier, article, #ID_ARTICLE})
|
|
||||||
<a class="btn pull-right" href="#URL_PAGE{editer_bien,id_article=#ID_ARTICLE }"><i class="fas fa-edit"></i> Editer</a>
|
|
||||||
]
|
|
||||||
<h1>#TITRE</h1>
|
|
||||||
<div class="la_une">
|
|
||||||
<div class="video_une">
|
|
||||||
[<h2 class="h3-like #EDIT{soustitre}">(#SOUSTITRE)</h2>]
|
|
||||||
<div class="texte #EDIT{texte}">#TEXTE</div>
|
|
||||||
</div>
|
|
||||||
[<div class="aside_une">
|
|
||||||
<div class="texte #EDIT{descriptif}">(#DESCRIPTIF)</div>
|
|
||||||
</div>]
|
|
||||||
</div>
|
|
||||||
<div class="carte">
|
|
||||||
[(#INCLURE{fond=modeles/carte_yaller,
|
|
||||||
autocenterandzoom=oui,
|
|
||||||
id_article=#ID_ARTICLE})]
|
|
||||||
</div>
|
|
||||||
</BOUCLE_article>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<composition>
|
|
||||||
<nom>Page de contact</nom>
|
|
||||||
<description>Article pour page de contact:
|
|
||||||
bloc principal = texte / aside = descritif / footer large = PS
|
|
||||||
</description>
|
|
||||||
</composition>
|
|
|
@ -1,13 +0,0 @@
|
||||||
#SET{id_grpe_tags, 0}
|
|
||||||
<BOUCLE_tags(GROUPES_MOTS){grigri == tags}>#SET{id_grpe_tags, #ID_GROUPE} </BOUCLE_tags>
|
|
||||||
|
|
||||||
<BOUCLE_article(ARTICLES){id_article}>
|
|
||||||
[(#AUTORISER{modifier, article, #ID_ARTICLE})
|
|
||||||
<a class="btn pull-right" href="#URL_PAGE{editer_bien,id_article=#ID_ARTICLE }"><i class="fas fa-edit"></i> Editer</a>
|
|
||||||
]
|
|
||||||
<h1>#TITRE</h1>
|
|
||||||
<div class="le_texte">
|
|
||||||
[<h2 class="h3-like #EDIT{soustitre}">(#SOUSTITRE)</h2>]
|
|
||||||
<div class="texte #EDIT{texte}">#TEXTE</div>
|
|
||||||
</div>
|
|
||||||
</BOUCLE_article>
|
|
|
@ -1,4 +0,0 @@
|
||||||
<composition>
|
|
||||||
<nom>Article editorial</nom>
|
|
||||||
<description>Article pour contenu éditorial (hors catalogue de biens)</description>
|
|
||||||
</composition>
|
|
|
@ -1,48 +0,0 @@
|
||||||
<section class="section-top section-bottom container">
|
|
||||||
|
|
||||||
<div class="cadre-blanc">
|
|
||||||
|
|
||||||
<h1>Forum</h1>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
if (isset($GLOBALS['visiteur_session']['id_auteur']) AND $GLOBALS['visiteur_session']['id_auteur']) {
|
|
||||||
?>
|
|
||||||
|
|
||||||
<BOUCLE_intro(ARTICLES){grigri=forum}>
|
|
||||||
<div class="cadre-gris #EDIT{texte}">
|
|
||||||
[(#TEXTE|textebrut)]
|
|
||||||
</div>
|
|
||||||
</BOUCLE_intro>
|
|
||||||
|
|
||||||
<div class="boutons">
|
|
||||||
<a class="btn btn_editer" href="#URL_PAGE{editer_sujet}"><i class="fas fa-edit"></i> Démarrer une nouvelle discussion</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<INCLURE{fond=inclure/sujets-forum, env, ajax}>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
?>
|
|
||||||
|
|
||||||
<div class="row mt-4">
|
|
||||||
<div class="se_connecter bloc_connexion col-lg-5">
|
|
||||||
[(#FORMULAIRE_LOGIN{#SELF})]
|
|
||||||
</div>
|
|
||||||
<div class="ou col-lg-2 text-center"><h2>ou</h2></div>
|
|
||||||
<div class="creer_associer_compte bloc_connexion col-lg-5">
|
|
||||||
[(#FORMULAIRE_INSCRIPTION)]
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue