on complète la page sommaire
This commit is contained in:
parent
7b5263e6cd
commit
82df065ceb
6 changed files with 30 additions and 8 deletions
|
@ -3,20 +3,21 @@
|
|||
|
||||
</div>
|
||||
</section>]
|
||||
|
||||
<section id="mis-en-avant" class="section-top">
|
||||
<div class="container">
|
||||
<div class="row mb-3">
|
||||
<div class="mb-3" id="texte-presentation">
|
||||
<BOUCLE_presentation(ARTICLES){grigri=presentation_accueil}{0,1}{! par date}>
|
||||
<article id="texte-presentation" class="col-lg">
|
||||
<div class="contenu text-dark #EDIT{texte}">
|
||||
<article class="row flex-column contenu">
|
||||
<h2 class="h1 col-lg-12 text-center ">Espace collaboratif</h2>
|
||||
<h1 class="col-lg-12 text-center ">[(#CHEMIN{images/logo-lfi5.jpg}|image_reduire{500,550}|inserer_attribut{alt,FI05 - #NOM_SITE_SPIP})]</h1>
|
||||
<div class="col-lg-12 text-dark #EDIT{texte}">
|
||||
#TEXTE
|
||||
</div>
|
||||
</article>
|
||||
</BOUCLE_presentation>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-9">
|
||||
<div class="col col-lg-9">
|
||||
<div class="dernieres-nouvelles mt-3 p-3">
|
||||
<h2 class="a-la-une h3">Derniers articles</h2>
|
||||
<INCLURE{fond=inclure/a_la_une_contenu,env,ajax}>
|
||||
|
@ -26,20 +27,41 @@
|
|||
<INCLURE{fond=inclure/choix_ville,env} />
|
||||
</div>
|
||||
</div>
|
||||
<aside class="col-lg-3">
|
||||
<aside class="col col-lg-3">
|
||||
<div id="agenda" class="mt-4 mt-lg-3">
|
||||
<h2 class="h3">Agenda</h2>
|
||||
<BOUCLE_agenda(ARTICLES){titre_mot=agenda}{par rang}>
|
||||
<div class="agenda-evenement">
|
||||
#DATE_AGENDA
|
||||
<a href="#URL_ARTICLE">
|
||||
<h3 class="h5">#TITRE</h3>
|
||||
</a>
|
||||
#DATE_AGENDA
|
||||
</div>
|
||||
</BOUCLE_agenda>
|
||||
</div>
|
||||
<div class="dernieres-nouvelles mt-3">
|
||||
<div class="h3 mt-4">Dernières contributions</div>
|
||||
<div class="liste-articles">
|
||||
<BOUCLE_sujets(FORUMS){id_secteur!=#CONFIG{balint/id_rub_forum_prive}}{!par date}{0,3}{tout}>
|
||||
<div class="mt-4 mt-lg-0 mb-3">
|
||||
<a href="[(#URL_PAGE{agora}|parametre_url{id_article,#ENV{id_article}}|parametre_url{forum,oui})]" class="ajax" title="Voir le forum">
|
||||
#TITRE
|
||||
</a>
|
||||
<div class="infos-article">
|
||||
[(#DATE|date_interface)]
|
||||
</div>
|
||||
<div class="infos-article">
|
||||
par #AUTEUR
|
||||
</div>
|
||||
</div>
|
||||
</BOUCLE_sujets>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</aside>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -147,7 +147,7 @@ body{
|
|||
transition: height 1s ease;
|
||||
}
|
||||
.navbar-brand{
|
||||
width: 200px;
|
||||
width: 230px;
|
||||
transition: all 1s ease;
|
||||
img{
|
||||
transition: all 1s ease;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 21 KiB |
Binary file not shown.
Before Width: | Height: | Size: 54 KiB |
Binary file not shown.
Before Width: | Height: | Size: 100 KiB |
BIN
images/logo-lfi5.jpg
Normal file
BIN
images/logo-lfi5.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Loading…
Add table
Reference in a new issue