correction mise en page groupes
This commit is contained in:
parent
2f69db86f5
commit
3cef7c38a7
3 changed files with 31 additions and 15 deletions
|
@ -11,28 +11,31 @@
|
|||
|
||||
<h1 class="h1-like #EDIT{titre} mb-3">Groupes de #GET{ville}</h1>
|
||||
|
||||
<div class="row">
|
||||
<BOUCLE_groupe(ARTICLES){surtitre = #GET{ville}}{id_secteur=#CONFIG{balint/id_rub_groupes}}>
|
||||
|
||||
[(#SET{groupes,#GET{groupes}|push{#ID_ARTICLE}})]
|
||||
|
||||
<div class="col-md-6 col-lg-4 mt-4 mt-lg-0">
|
||||
<div class="bloc-ville">
|
||||
<div class="bloc-groupe mt-4 mt-lg-0">
|
||||
[<h2 class="h3-like #EDIT{titre}">(#TITRE)</h2>]
|
||||
<div class="row">
|
||||
[(#AUTORISER{modifier, article, #ID_ARTICLE})
|
||||
<a class="btn" href="#URL_PAGE{editer_groupe,id_article=#ID_ARTICLE }"><i class="fas fa-edit"></i> Mettre à jour le groupe</a>
|
||||
]
|
||||
[<h2 class="h3-like #EDIT{titre}">(#TITRE)</h2>]
|
||||
<div class="texte #EDIT{soustitre}">#SOUSTITRE</div>
|
||||
<div class="texte #EDIT{descriptif}">#DESCRIPTIF</div>
|
||||
<div class="texte #EDIT{texte}">#TEXTE</div>
|
||||
<div class="col-md-8">
|
||||
<div class="texte #EDIT{soustitre}"><strong>Adresse :</strong> #SOUSTITRE</div>
|
||||
<div class="texte #EDIT{descriptif}"><strong>Fréquence :</strong> [(#DESCRIPTIF|textebrut)]</div>
|
||||
<div class="texte #EDIT{texte}">#TEXTE</div>
|
||||
</div>
|
||||
|
||||
<h4>Responsables</h4>
|
||||
<BOUCLE_auteurs(AUTEURS){id_article=#ID_ARTICLE}>
|
||||
<div>#NOM</div>
|
||||
<div>#EMAIL</div>
|
||||
<div class=#EDIT{telephone}>#TELEPHONE</div>
|
||||
[<div class=#EDIT{telephone2}>(#TELEPHONE2)</div>]
|
||||
</BOUCLE_auteurs>
|
||||
<div class="col-md-4">
|
||||
<strong>Responsables</strong>
|
||||
<BOUCLE_auteurs(AUTEURS){id_article=#ID_ARTICLE}>
|
||||
<div>#NOM</div>
|
||||
<div>#EMAIL</div>
|
||||
<div class=#EDIT{telephone}>#TELEPHONE</div>
|
||||
[<div class=#EDIT{telephone2}>(#TELEPHONE2)</div>]
|
||||
</BOUCLE_auteurs>
|
||||
</div>
|
||||
|
||||
<BOUCLE_images(DOCUMENTS){id_article=#ID_ARTICLE}{extension==jpg|png|gif}{!par credits}{1,n}>
|
||||
<a href="#FICHIER" class='mediabox' rel='galerie_#ID_ARTICLE'>
|
||||
|
@ -42,7 +45,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</BOUCLE_groupe>
|
||||
</div>
|
||||
|
||||
<h3 class="mt-4 mb-3">Dernières nouvelles</h3>
|
||||
|
||||
|
|
|
@ -454,6 +454,13 @@ body{
|
|||
}
|
||||
}
|
||||
|
||||
.bloc-groupe{
|
||||
background: $fond-transparent;
|
||||
padding: 1.5rem;
|
||||
border-radius: 0.5rem;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
|
||||
/**********************************************************************/
|
||||
/**************** TOUS LES FORMULAIRES DE CONNEXION *******************/
|
||||
/**********************************************************************/
|
||||
|
|
|
@ -12401,6 +12401,13 @@ body {
|
|||
color: #dc7544;
|
||||
}
|
||||
|
||||
.bloc-groupe {
|
||||
background: rgba(255, 255, 255, 0.92);
|
||||
padding: 1.5rem;
|
||||
border-radius: 0.5rem;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
|
||||
/**********************************************************************/
|
||||
/**************** TOUS LES FORMULAIRES DE CONNEXION *******************/
|
||||
/**********************************************************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue