diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index 72ca027..eb7856f 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -231,7 +231,7 @@ body{ #nous-contacter{ background: $bg-nous-contacter; .container{ - padding: 4rem 0; + padding: 4rem 0 3rem 0; } h3{ color: $light; @@ -240,6 +240,7 @@ body{ } .formulaire_nous_contacter{ background: none; + margin: 0; input, textarea{ background-color: $light; border: none; diff --git a/css/mon_site.css b/css/mon_site.css index f645f20..13a7eb0 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -12131,7 +12131,7 @@ body { } #nous-contacter .container { - padding: 4rem 0; + padding: 4rem 0 3rem 0; } #nous-contacter h3 { @@ -12142,6 +12142,7 @@ body { #nous-contacter .formulaire_nous_contacter { background: none; + margin: 0; } #nous-contacter .formulaire_nous_contacter input, #nous-contacter .formulaire_nous_contacter textarea { diff --git a/formulaires/editer_groupe.php b/formulaires/editer_groupe.php index f6415b9..7b06f34 100644 --- a/formulaires/editer_groupe.php +++ b/formulaires/editer_groupe.php @@ -263,7 +263,7 @@ function formulaires_editer_groupe_traiter_dist($id_article=0, $redirect=''){ $retour = array(); $retour['message_ok'] = "Le groupe est bien enregistré."; - //$retour['redirect'] = 'spip.php?page=article&id_article='.$id_article; + $retour['redirect'] = 'spip.php?page=editer_groupe&id_article='.$id_article; $bigform = charger_fonction('bigform_traiter','inc'); $bigform($id_article, 'article'); diff --git a/img/journal.png b/img/journal.png new file mode 100644 index 0000000..0b7ad3b Binary files /dev/null and b/img/journal.png differ diff --git a/img/ville.png b/img/ville.png new file mode 100644 index 0000000..6fcabd0 Binary files /dev/null and b/img/ville.png differ diff --git a/inclure/bloc_groupe.html b/inclure/bloc_groupe.html new file mode 100644 index 0000000..816d60a --- /dev/null +++ b/inclure/bloc_groupe.html @@ -0,0 +1,27 @@ +[(#REM) affichage du bloc d'un article ] + +
+ +
+ diff --git a/inclure/groupes_contenu.html b/inclure/groupes_contenu.html index 2754a91..b84584e 100644 --- a/inclure/groupes_contenu.html +++ b/inclure/groupes_contenu.html @@ -2,26 +2,12 @@

#INFO_TITRE{rubrique,#ENV{id_rubrique}}

-
+
Il n'y a pas encore de groupe dans ce pays.
diff --git a/inclure/photo_article.html b/inclure/photo_article.html index 81adc19..c71fd9f 100644 --- a/inclure/photo_article.html +++ b/inclure/photo_article.html @@ -5,9 +5,10 @@ [(#FICHIER|balise_img{#TITRE}|image_recadre{720:360,-,focus}|image_reduire{720,360})]
- - [(#FICHIER|balise_img{#TITRE}|image_recadre{720:360,+,center}|image_reduire{720,360})] - + [(#ENV{groupe}|=={oui}|?{ + [(#CHEMIN{img/ville.png}|balise_img{#TITRE}|image_recadre{720:360,+,center}|image_reduire{720,360})], + [(#CHEMIN{img/journal.png}|balise_img{#TITRE}|image_recadre{720:360,+,center}|image_reduire{720,360})] + })]