From daddac21eb26dba858e51ab698bf8b025646e6d5 Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 11 Feb 2020 16:01:01 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20pages=20mediatheque=20et=20s?= =?UTF-8?q?=C3=A9minaires?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/article.html | 91 +++++++++++++++--------------- content/mediatheque.html | 17 +++--- content/seminaires.html | 8 +++ content/sommaire.html | 2 +- css/_sq_balint.scss | 29 +++++----- css/mon_site.css | 44 +++++++-------- formulaires/configurer_balint.html | 6 ++ inclure/choix_ville.html | 2 +- inclure/medias_contenu.html | 45 +++++++++++++++ inclure/menu-medias.html | 15 +++++ inclure/menu_principal.html | 3 + inclure/seminaires_contenu.html | 17 ++++++ 12 files changed, 182 insertions(+), 97 deletions(-) create mode 100644 content/seminaires.html create mode 100644 inclure/medias_contenu.html create mode 100644 inclure/menu-medias.html create mode 100644 inclure/seminaires_contenu.html diff --git a/content/article.html b/content/article.html index 939f1ce..0c7dbb7 100644 --- a/content/article.html +++ b/content/article.html @@ -7,55 +7,58 @@
- [(#AUTORISER{modifier, article, #ID_ARTICLE}) - - ] +
-
- -
-

#TITRE

- [

(#SOUSTITRE)

] -
- -
#TEXTE
- - -
- [(#REM) afficher mots-clés et tags dont le groupe est "important" ] - - - #TITRE - - -
-
- -
+ [(#AUTORISER{modifier, article, #ID_ARTICLE}) + + ] + +
+ +
+

#TITRE

+ [

(#SOUSTITRE)

] + diff --git a/content/mediatheque.html b/content/mediatheque.html index 3db6bbc..ad1b62c 100644 --- a/content/mediatheque.html +++ b/content/mediatheque.html @@ -1,15 +1,12 @@ -[(#REM) On affiche la France par défaut] - - [(#ID_RUBRIQUE|setenv{id_rubrique})] - +[(#REM) On affiche la première rubrique par défaut] + + [(#ID_MOT|setenv{id_mot})] + -[(#REM) On affiche tous les groupes appartenant à la même Ville] -
- +
-

Les groupes

- +

Médiathèque

+
-
\ No newline at end of file diff --git a/content/seminaires.html b/content/seminaires.html new file mode 100644 index 0000000..0fe0d2c --- /dev/null +++ b/content/seminaires.html @@ -0,0 +1,8 @@ +[(#REM) On affiche la première rubrique par défaut] + +
+
+

Les séminaires

+ +
+
\ No newline at end of file diff --git a/content/sommaire.html b/content/sommaire.html index 8552dfb..8a86bb6 100644 --- a/content/sommaire.html +++ b/content/sommaire.html @@ -50,7 +50,7 @@

À la une

-
+
diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index e0b03da..fc41fdb 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -246,7 +246,7 @@ body{ } } -.liste-articles{ +.liste-articles-encadres{ .bloc-article { height: 100%; background: white; @@ -441,7 +441,7 @@ body{ /************************ PAGE ASSOCIATION ****************************/ /**********************************************************************/ -#menu-association, #menu-groupes, #menu-methode{ +#menu-association, #menu-methode, #menu-groupes, #menu-medias{ background: $couleur-liens; margin: 1rem 0; border-radius: 0.2rem; @@ -480,24 +480,15 @@ body{ /************************** PAGE GROUPES ******************************/ /**********************************************************************/ - -/* -#menu-groupes{ - margin-bottom: 0; -} - -.groupes-intertitre{ - background: $fond-transparent; - color: $dark; - padding: 0.5rem 1rem; -}*/ -#menu-groupes{ +#menu-groupes, #menu-medias{ margin-top: 0; } @include media-breakpoint-up(lg) { - #menu-groupes li:not(:last-of-type){ - border: none; + #menu-groupes, #menu-medias{ + li:not(:last-of-type){ + border: none; + } } } @@ -705,6 +696,12 @@ body{ margin-bottom: 1.5rem;; } +.liste-articles{ + .bloc-textes{ + padding: 1rem 0; + } +} + /**********************************************************************/ /************************* PAGE GERER MEMBRES *************************/ /**********************************************************************/ diff --git a/css/mon_site.css b/css/mon_site.css index 089caba..41faa8e 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -12139,21 +12139,21 @@ body { padding: 1rem; } -.liste-articles .bloc-article { +.liste-articles-encadres .bloc-article { height: 100%; background: white; outline: 1px solid #DDD; } -.liste-articles .bloc-article a { +.liste-articles-encadres .bloc-article a { min-height: 100%; } -.liste-articles .bloc-article a h2 { +.liste-articles-encadres .bloc-article a h2 { text-align: left; } -.liste-articles .bloc-contenu { +.liste-articles-encadres .bloc-contenu { display: -webkit-box; display: flex; -webkit-box-orient: vertical; @@ -12166,13 +12166,13 @@ body { position: relative; } -.liste-articles .bloc-textes { +.liste-articles-encadres .bloc-textes { padding: 1.5rem; -webkit-box-flex: 1; flex-grow: 1; } -.liste-articles .resume-article { +.liste-articles-encadres .resume-article { -webkit-box-flex: 1; flex-grow: 1; } @@ -12380,35 +12380,35 @@ body { /**********************************************************************/ /************************ PAGE ASSOCIATION ****************************/ /**********************************************************************/ -#menu-association, #menu-groupes, #menu-methode { +#menu-association, #menu-methode, #menu-groupes, #menu-medias { background: #f67638; margin: 1rem 0; border-radius: 0.2rem; padding: 0; } -#menu-association .active a, #menu-groupes .active a, #menu-methode .active a { +#menu-association .active a, #menu-methode .active a, #menu-groupes .active a, #menu-medias .active a { color: #ffdb70; font-weight: bold; } -#menu-association ul, #menu-groupes ul, #menu-methode ul { +#menu-association ul, #menu-methode ul, #menu-groupes ul, #menu-medias ul { width: 100%; } -#menu-association li, #menu-groupes li, #menu-methode li { +#menu-association li, #menu-methode li, #menu-groupes li, #menu-medias li { padding: 0.5rem; } -#menu-association li a, #menu-groupes li a, #menu-methode li a { +#menu-association li a, #menu-methode li a, #menu-groupes li a, #menu-medias li a { color: white; } -#menu-association li:not(:last-of-type), #menu-groupes li:not(:last-of-type), #menu-methode li:not(:last-of-type) { +#menu-association li:not(:last-of-type), #menu-methode li:not(:last-of-type), #menu-groupes li:not(:last-of-type), #menu-medias li:not(:last-of-type) { border-bottom: solid 1px #f8f9fa; } -#menu-association .navbar-toggler, #menu-groupes .navbar-toggler, #menu-methode .navbar-toggler { +#menu-association .navbar-toggler, #menu-methode .navbar-toggler, #menu-groupes .navbar-toggler, #menu-medias .navbar-toggler { border: none; color: white; width: 100%; @@ -12425,22 +12425,12 @@ body { /**********************************************************************/ /************************** PAGE GROUPES ******************************/ /**********************************************************************/ -/* -#menu-groupes{ - margin-bottom: 0; -} - -.groupes-intertitre{ - background: $fond-transparent; - color: $dark; - padding: 0.5rem 1rem; -}*/ -#menu-groupes { +#menu-groupes, #menu-medias { margin-top: 0; } @media (min-width: 992px) { - #menu-groupes li:not(:last-of-type) { + #menu-groupes li:not(:last-of-type), #menu-medias li:not(:last-of-type) { border: none; } } @@ -12695,6 +12685,10 @@ body { margin-bottom: 1.5rem; } +.liste-articles .bloc-textes { + padding: 1rem 0; +} + /**********************************************************************/ /************************* PAGE GERER MEMBRES *************************/ /**********************************************************************/ diff --git a/formulaires/configurer_balint.html b/formulaires/configurer_balint.html index 9dd76b8..900e2d9 100644 --- a/formulaires/configurer_balint.html +++ b/formulaires/configurer_balint.html @@ -43,6 +43,7 @@ #SET{name1,id_rub_articles} #SET{name2,id_rub_groupes} #SET{name3,id_rub_forum} + #SET{name4,id_mots_medias} #SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name1}}|table_valeur{#GET{name2}}} #SET{obli,"obligatoire"} Configuration de l'arborescence @@ -61,6 +62,11 @@ [(#GET{erreurs})]
+
+ + [(#GET{erreurs})] + +
diff --git a/inclure/choix_ville.html b/inclure/choix_ville.html index 3ec3e7e..69ea82f 100644 --- a/inclure/choix_ville.html +++ b/inclure/choix_ville.html @@ -1,4 +1,4 @@ -
+
diff --git a/inclure/medias_contenu.html b/inclure/medias_contenu.html new file mode 100644 index 0000000..655ba86 --- /dev/null +++ b/inclure/medias_contenu.html @@ -0,0 +1,45 @@ +
+
+ + + + +
+ #ANCRE_PAGINATION + +
+ +
+ +
+ [] +
+ +
+ + + +
+ + + + diff --git a/inclure/menu-medias.html b/inclure/menu-medias.html new file mode 100644 index 0000000..931909e --- /dev/null +++ b/inclure/menu-medias.html @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/inclure/menu_principal.html b/inclure/menu_principal.html index 0c3074e..4f28340 100644 --- a/inclure/menu_principal.html +++ b/inclure/menu_principal.html @@ -15,6 +15,9 @@ + diff --git a/inclure/seminaires_contenu.html b/inclure/seminaires_contenu.html new file mode 100644 index 0000000..d345b0d --- /dev/null +++ b/inclure/seminaires_contenu.html @@ -0,0 +1,17 @@ +
+ +
+ #ANCRE_PAGINATION + +
+ +
+ +
+ [] +
+
+ + + +