[THEME] ~divers changements
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 12 Jul 2013 15:44:51 +0000 (17:44 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 12 Jul 2013 15:44:51 +0000 (17:44 +0200)
16 files changed:
graphismes/logo.png [new file with mode: 0644]
www/plugins/skel_lhc/contenu/page-liens.html [new file with mode: 0644]
www/plugins/skel_lhc/inclure/entete.html [new file with mode: 0644]
www/plugins/skel_lhc/inclure/sites.html [new file with mode: 0644]
www/plugins/skel_lhc/navigation/dist.html
www/plugins/skel_lhc/navigation/page-sommaire.html [new file with mode: 0644]
www/themes/theme_lhc/TODO
www/themes/theme_lhc/fonts/georgia.ttf [new file with mode: 0644]
www/themes/theme_lhc/fonts/georgiab.ttf [new file with mode: 0644]
www/themes/theme_lhc/fonts/georgiai.ttf [new file with mode: 0644]
www/themes/theme_lhc/fonts/georgiaz.ttf [new file with mode: 0644]
www/themes/theme_lhc/fonts/verdana.ttf [new file with mode: 0644]
www/themes/theme_lhc/fonts/verdanab.ttf [new file with mode: 0644]
www/themes/theme_lhc/fonts/verdanai.ttf [new file with mode: 0644]
www/themes/theme_lhc/fonts/verdanaz.ttf [new file with mode: 0644]
www/themes/theme_lhc/habillage.css

diff --git a/graphismes/logo.png b/graphismes/logo.png
new file mode 100644 (file)
index 0000000..f7c9477
Binary files /dev/null and b/graphismes/logo.png differ
diff --git a/www/plugins/skel_lhc/contenu/page-liens.html b/www/plugins/skel_lhc/contenu/page-liens.html
new file mode 100644 (file)
index 0000000..42cf92a
--- /dev/null
@@ -0,0 +1,22 @@
+<div class="contenu-principal">
+       <div class="cartouche invisible">
+               <h1 class="h1 invisible">#NOM_SITE_SPIP</h1>
+       </div>
+</div>
+
+<B_sites>
+<div class="liste sites">
+       #ANCRE_PAGINATION
+       <h2 class="h2"><:sites_references:></h2>
+       <ul class="liste-items">
+               <BOUCLE_sites(SITES) {!par date} {pagination 5}>
+               <li class="item hentry">
+                       <h3 class="h3 entry-title"><a href=#URL_SITE>[(#LOGO_SITE||image_reduire{150,100})] #NOM_SITE</a></h3>
+                       <p>#URL_SITE</p>
+                       <p>#DESCRIPTIF</p>
+               </li>
+               </BOUCLE_sites>
+       </ul>
+       [<p class="pagination">(#PAGINATION)</p>]
+</div>
+</B_sites>
diff --git a/www/plugins/skel_lhc/inclure/entete.html b/www/plugins/skel_lhc/inclure/entete.html
new file mode 100644 (file)
index 0000000..540e4e5
--- /dev/null
@@ -0,0 +1,7 @@
+<div class="accueil">
+       [<a rel="start home" href="#URL_SITE_SPIP/" title="<:accueil_site:>">(#LOGO_SITE_SPIP)</a>]
+       <strong id="nom_site_spip"><a rel="start home" href="#URL_SITE_SPIP/" title="<:accueil_site:>">#NOM_SITE_SPIP</a></strong>
+       [<div id='slogan_site_spip'>(#SLOGAN_SITE_SPIP|PtoBR)</div>]
+</div>
+#MENU_LANG
+
diff --git a/www/plugins/skel_lhc/inclure/sites.html b/www/plugins/skel_lhc/inclure/sites.html
new file mode 100644 (file)
index 0000000..1a37f92
--- /dev/null
@@ -0,0 +1,34 @@
+[(#REM) Portfolio : album d'images ]
+<B_documents_portfolio>
+<div class="documents documents_portfolio">
+       <h2 class="h2"><:info_portfolio:></h2>
+       <BOUCLE_documents_portfolio(DOCUMENTS) {id_article?}{id_rubrique?} {mode=document}{extension IN png,jpg,gif} {par num titre, date}{vu=non}>[
+       <a href="(#URL_DOCUMENT)"
+                type="#MIME_TYPE"
+                rel="documents_portfolio[-a(#ID_ARTICLE)][-r(#ID_RUBRIQUE)]"
+       [ title="(#TITRE|attribut_html|couper{80})"]>[(#FICHIER
+               |image_reduire{0,100}
+               |inserer_attribut{class,spip_logos}
+               |inserer_attribut{alt,[(#TITRE|attribut_html|couper{80})]})]</a>
+       ]</BOUCLE_documents_portfolio>
+</div>
+</B_documents_portfolio>
+
+
+[(#REM)
+       Liste des autres documents joints
+]
+<B_documents_joints>
+       <div class="liste documents documents_joints">
+       <h2 class="h2"><:titre_documents_joints:></h2>
+       <ul class="liste-items">
+               <BOUCLE_documents_joints(DOCUMENTS) {id_article?}{id_rubrique?} {extension !IN gif,jpg,png} {vu=non}{par num titre, date}>[
+               <li class="item">
+                       <strong><a href="(#URL_DOCUMENT)" title="<:bouton_telecharger:>" type="#MIME_TYPE">[(#TITRE|sinon{<:info_document:>})]</a></strong>
+                       <span class="small">(<span>#TYPE_DOCUMENT[ &ndash; (#TAILLE|taille_en_octets)]</span>)</span>
+                       #DESCRIPTIF
+               ]</li>
+               </BOUCLE_documents_joints>
+       </ul>
+       </div>
+</B_documents_joints>
index 0965376..5d6c72b 100644 (file)
@@ -1,7 +1 @@
-[(#INCLURE{fond=modeles/carte_gis,
-    images=non,
-    groupe=Atelier,
-    cluster=oui
-    })]
-
 #FORMULAIRE_RECHERCHE
diff --git a/www/plugins/skel_lhc/navigation/page-sommaire.html b/www/plugins/skel_lhc/navigation/page-sommaire.html
new file mode 100644 (file)
index 0000000..42e7ffd
--- /dev/null
@@ -0,0 +1,14 @@
+#FORMULAIRE_RECHERCHE
+
+[(#INCLURE{fond=modeles/carte_de_sites,
+    images=non,
+    groupe=Ateliers,
+    fullscreen,
+    legende=non,
+    lien=non})]
+
+<BOUCLE_ev(EVENEMENTS){id_evenement}>
+#CALENDRIER_MINI{#DATE_DEBUT,date_debut,#URL_PAGE{jour},#URL_PAGE{calendrier_mini_event.json}}
+</BOUCLE_ev>
+#CALENDRIER_MINI{#DATE_DEBUT,date_debut,#URL_PAGE{jour},#URL_PAGE{calendrier_mini_event.json}}
+<//B_ev>
index 69fdbdb..f0fabb2 100644 (file)
@@ -2,22 +2,31 @@ Bug
 ###
 
 
-
-
 À faire
 #######
-- Faire un script pour migrer le menu vers la nouvelle architecture;
 - Afficher la carte en page d'ACCUEIL zoomée sur la France et all over the world pour le l'accès via le menu;
-- Bandeau cliquable pour retour à la page d'accueil
-- Mettre en valeur les changements de langues
-- Embarquer les polices nécessaires: 
+- Prévoir qu'en cas de menu trop long, le retour à la ligne ne se chevauche pas avec la suite du contenu;
+- Faire une page lien
+- Faire une page évènements
+- Faire une page gallerie photo
+- Rétablir les liens du menu vers les bons objets
+- Ajouter les sites non-ateliers sur le site en production
 - …
 
+À faire juste après migration du site
+#####################################
+- Exécuter les requêtes sql de migration;
+- Ajouter graphismes/logo.png comme logo du site;
+- Écraser l'ancien menu par le nouveau;
+- …
+
+
 Pages à réorganiser
 ###################
 - Galerie photo (1 seule colonne suffit + trouver une galerie)
 - Les 3 pages "actualités" comporteront beaucoup + d'infos que les autres (articles)
 - Toutes les autres (sauf l'accueil) comporteront 1 info principale > 1 seul ou peu d'article(s) sans doute
+- 2 colonnes dans évènements ? (calendrier + evts à venir / evts passés)
 
 Modifs rubriques
 ################
@@ -28,14 +37,24 @@ dans laquelle on trouve :
 - Être adhérent (article-1696) devient "être membre"
 - Les partenaires (article-326) devient "partenaires"
 - +  galerie photos ?
+
 Rubrique 2 :
 - Un atelier vélo : c’est quoi ? (rubrique-7) devient "Les ateliers"
+dans laquelle on trouve : 
+- Où trouver les ateliers ? (article-25) ou Dans le monde (article-649) devient "carte mondiale des ateliers"
+- L’apprentissage mécanique (article-314), Le réemploi solidaire (article-313), La promotion du vélo (article-312) se regroupent dans "qu'est-ce qu'un atelier ?"
+- Référencer un atelier (article-701) devient "référencer un atelier"
+
+Rubrique 3 :
+- Actualités (à créer)
+dans laquelle on trouve :
+- évènements
+- actus de l'heureux cyclage
+- actus des ateliers
+
+Rubrique 4 :
+- Presse (mot-9) reste "Presse"
 
-Polices à intégrer
-##################
-- Georgia
-- Verdana
-- Geneva
 
 Fait
 ####
@@ -43,4 +62,9 @@ Fait
 - Le bandeau/titre n'apparaît pas;
 - La police par défaut n'est pas prise en compte;
 - Faire disparaître les rubriques;
+- Mettre en valeur les changements de langues
+- Embarquer les polices nécessaires;
+- Faire un script pour migrer le menu vers la nouvelle architecture;
+- Bandeau cliquable pour retour à la page d'accueil;
+- Inclure le logo dans le bandeau;
 - …
\ No newline at end of file
diff --git a/www/themes/theme_lhc/fonts/georgia.ttf b/www/themes/theme_lhc/fonts/georgia.ttf
new file mode 100644 (file)
index 0000000..317b851
Binary files /dev/null and b/www/themes/theme_lhc/fonts/georgia.ttf differ
diff --git a/www/themes/theme_lhc/fonts/georgiab.ttf b/www/themes/theme_lhc/fonts/georgiab.ttf
new file mode 100644 (file)
index 0000000..75fa68f
Binary files /dev/null and b/www/themes/theme_lhc/fonts/georgiab.ttf differ
diff --git a/www/themes/theme_lhc/fonts/georgiai.ttf b/www/themes/theme_lhc/fonts/georgiai.ttf
new file mode 100644 (file)
index 0000000..3ee04e5
Binary files /dev/null and b/www/themes/theme_lhc/fonts/georgiai.ttf differ
diff --git a/www/themes/theme_lhc/fonts/georgiaz.ttf b/www/themes/theme_lhc/fonts/georgiaz.ttf
new file mode 100644 (file)
index 0000000..1697bc5
Binary files /dev/null and b/www/themes/theme_lhc/fonts/georgiaz.ttf differ
diff --git a/www/themes/theme_lhc/fonts/verdana.ttf b/www/themes/theme_lhc/fonts/verdana.ttf
new file mode 100644 (file)
index 0000000..5a53bcd
Binary files /dev/null and b/www/themes/theme_lhc/fonts/verdana.ttf differ
diff --git a/www/themes/theme_lhc/fonts/verdanab.ttf b/www/themes/theme_lhc/fonts/verdanab.ttf
new file mode 100644 (file)
index 0000000..1a99258
Binary files /dev/null and b/www/themes/theme_lhc/fonts/verdanab.ttf differ
diff --git a/www/themes/theme_lhc/fonts/verdanai.ttf b/www/themes/theme_lhc/fonts/verdanai.ttf
new file mode 100644 (file)
index 0000000..15cfb94
Binary files /dev/null and b/www/themes/theme_lhc/fonts/verdanai.ttf differ
diff --git a/www/themes/theme_lhc/fonts/verdanaz.ttf b/www/themes/theme_lhc/fonts/verdanaz.ttf
new file mode 100644 (file)
index 0000000..d30bab8
Binary files /dev/null and b/www/themes/theme_lhc/fonts/verdanaz.ttf differ
index ce4f9cb..d3aa8cf 100644 (file)
@@ -1,4 +1,43 @@
-\r
+@font-face {\r
+    font-family: "Verdana";\r
+    src: url('./fonts/verdana.ttf') format('truetype');\r
+}\r
+@font-face {\r
+    font-family: "Verdana";\r
+    font-weight: bold;\r
+    src: url('./fonts/verdanab.ttf') format('truetype');\r
+}\r
+@font-face {\r
+    font-family: "Verdana";\r
+    font-style: italic;\r
+    src: url('./fonts/verdanai.ttf') format('truetype');\r
+}\r
+@font-face {\r
+    font-family: "Verdana";\r
+    font-weight: bold;\r
+    font-style: italic;\r
+    src: url('./fonts/verdanaz.ttf') format('truetype');\r
+}\r
+@font-face {\r
+    font-family: "Georgia";\r
+    src: url('./fonts/georgia.ttf') format('truetype');\r
+}\r
+@font-face {\r
+    font-family: "Georgia";\r
+    font-weight: bold;\r
+    src: url('./fonts/georgiab.ttf') format('truetype');\r
+}\r
+@font-face {\r
+    font-family: "Georgia";\r
+    font-style: italic;\r
+    src: url('./fonts/georgiai.ttf') format('truetype');\r
+}\r
+@font-face {\r
+    font-family: "Georgia";\r
+    font-weight: bold;\r
+    font-style: italic;\r
+    src: url('./fonts/georgiaz.ttf') format('truetype');\r
+}\r
 h3.spip {\r
     text-align: left;\r
 }\r
@@ -110,7 +149,6 @@ abbr.published {
     clear: both;\r
     margin-bottom: 15px;\r
     overflow: hidden;\r
-    padding: 5px;\r
 }\r
 .liste-items + .pagination {\r
     margin-top: 0;\r
@@ -125,13 +163,16 @@ abbr.published {
     list-style: none outside none;\r
     margin: 0 2px;\r
     padding: 5px;\r
+    background-image: none;\r
+    border-bottom: medium solid #FFFF00;\r
+    color: #000000;\r
+    text-decoration: none;\r
 }\r
 * html body .menu-liste .menu-entree {\r
     height: 1%;\r
 }\r
 .menu-liste .menu-entree a {\r
     background-image: none;\r
-    border-bottom: medium solid #FFFF00;\r
     color: #000000;\r
     text-decoration: none;\r
 }\r
@@ -147,6 +188,7 @@ abbr.published {
 .menu-liste .menu-liste .menu-entree {\r
     border: medium none;\r
 }\r
+\r
 .formulaire_recherche {\r
     margin-bottom: 2em;\r
 }\r
@@ -223,7 +265,7 @@ tables.spip tr, tables.spip tr.row_odd, tables.spip tr.row_even {
 body {\r
     background: url("img/fond4.png") no-repeat scroll 50% 0 transparent;\r
     color: #666666;\r
-    font: 10px Verdana,Tahoma,Arial,Geneva,sans-serif;\r
+    font: 10px Verdana,Tahoma,Arial,sans-serif;\r
     text-align: center;\r
 }\r
 a, a:visited {\r
@@ -251,7 +293,7 @@ h2, .h2 {
     font-size: 180%;\r
 }\r
 h3, .h3, h3.spip {\r
-    font: bold 15px/100% Geneva,Helvetica,Arial,sans-serif;\r
+    font: bold 15px/100% Arial,sans-serif;\r
     letter-spacing: 1px;\r
     text-transform: uppercase;\r
 }\r
@@ -341,17 +383,8 @@ table.spip tr.row_even {
 }\r
 table.spip tr.row-odd {\r
 }\r
-.formulaire_spip {\r
-    margin: 10px 0;\r
-    padding: 10px;\r
-}\r
 .formulaire_spip fieldset legend {\r
 }\r
-.formulaire_spip label {\r
-    display: block;\r
-    font-weight: bold;\r
-    margin: 5px 0;\r
-}\r
 .formulaire_spip input.text, input.password {\r
     font: 1em Verdana,sans-serif;\r
     padding: 2px;\r
@@ -374,30 +407,34 @@ table.spip tr.row-odd {
 .formulaire_recherche {\r
     background-color: transparent;\r
     border: medium none;\r
-    margin: 0;\r
+    margin-left: 215px;\r
     padding: 5px 0 15px;\r
 }\r
 #formulaire_recherche {\r
-    width: 250px;\r
+    width: 236px;\r
 }\r
 .formulaire_recherche p {\r
     margin: 0;\r
     padding: 0;\r
 }\r
 .formulaire_recherche input.text {\r
-    background-image: none;\r
     height: 18px;\r
     padding: 2px;\r
     vertical-align: top;\r
 }\r
 #formulaire_recherche input.text {\r
     width: 170px;\r
+    background-image: none;\r
 }\r
 .formulaire_recherche input.submit {\r
-    height: 24px;\r
-    padding: 2px 5px;\r
-    vertical-align: top;\r
-    width: 60px;\r
+       width: 25px; height: 24px;\r
+       background-color:#FFFFFF;\r
+       background-image:url(http://192.168.0.13/~lchevalier/heureux-cyclage.org_trans/plugins/zpip_v1/rechercher.gif);\r
+       background-repeat:no-repeat no-repeat;\r
+       background-position: 0 50%;\r
+       border: none;\r
+       font-size:0;\r
+       cursor: pointer;\r
 }\r
 #wrap {\r
     background-color: #FFFFFF;\r
@@ -423,7 +460,6 @@ table.spip tr.row-odd {
     width: 900px;\r
 }\r
 #header {\r
-    background: url("img/titre.png") no-repeat scroll 0 0 #FFFFFF;\r
     height: 218px;\r
     width: 900px;\r
 }\r
@@ -444,6 +480,8 @@ table.spip tr.row-odd {
     position: absolute;\r
     right: 0;\r
     top: 0;\r
+    height: 218px;\r
+    width: 900px;\r
 }\r
 #header #slogan_site_spip {\r
     color: #00FF00;\r
@@ -515,22 +553,21 @@ table.spip tr.row-odd {
 #nav .menu-liste {\r
     display: inline;\r
     float: left;\r
-    height: 30px;\r
+    height: 40px;\r
     list-style: none outside none;\r
-    margin-left: 55px;\r
+    margin-left: 0px;\r
     margin-top: 15px;\r
-    padding: 0;\r
-    width: 910px;\r
+    padding-left: 80px;\r
+    width: 820px;\r
 }\r
 #nav .menu-liste .menu-entree {\r
     display: inline;\r
-    margin: 13px;\r
+    margin: 15px;\r
     padding: 0;\r
 }\r
 #nav .menu-liste .menu-entree a {\r
     display: block;\r
     float: left;\r
-    letter-spacing: 1px;\r
     margin: 0;\r
     padding: 0;\r
     width: auto;\r
@@ -541,10 +578,11 @@ table.spip tr.row-odd {
 #nav .menu-liste .menu-entree.on a {\r
 }\r
 #nav .menu-liste li.menu-entree {\r
-    border-bottom: medium none;\r
+    border-bottom: medium solid #FFFF00;\r
     display: inline;\r
     float: left;\r
     position: relative;\r
+    cursor: default;\r
 }\r
 #nav li .menu-liste {\r
     background-color: #FFFF00;\r
@@ -560,11 +598,10 @@ table.spip tr.row-odd {
     z-index: 5;\r
     display: none;\r
        margin-left: 15px;\r
+       padding-left: 0px;\r
 }\r
 #nav li .menu-liste .menu-entree {\r
-    background: url("img/nav.jpg") repeat-x scroll 0 0 transparent;\r
     border-bottom: medium none;\r
-    border-right: medium none;\r
     line-height: 0;\r
     width: 255px;\r
 }\r
@@ -594,8 +631,6 @@ table.spip tr.row-odd {
 #nav li:hover li:hover li:hover li:hover ul, #nav li.hover li.hover li.hover li.hover ul {\r
     display: block;\r
 }\r
-#nav li ul ul {\r
-}\r
 #main {\r
     display: inline;\r
     float: left;\r
@@ -624,11 +659,11 @@ table.spip tr.row-odd {
 }\r
 #sidebar {\r
     float: right;\r
-    margin: 0;\r
+    margin: 0 10px 0 0;\r
     padding: 25px 0 0;\r
     width: 450px;\r
 }\r
-#sidebar .h2, #sidebar .formulaire_recherche label {\r
+#sidebar .h2, #sidebar {\r
     font: 11px 'Trebuchet MS',Tahoma,Sans-serif;\r
     margin-top: 10px;\r
     padding-bottom: 3px;\r
@@ -692,7 +727,7 @@ table.spip tr.row-odd {
 .articles ul li h3 {\r
     margin: 0.3em 0;\r
 }\r
-.articles .spip_logos {\r
+.articles .spip_logos, .sites .spip_logos {\r
     clear: right;\r
     float: right;\r
     margin: 0 0 4px 16px;\r
@@ -732,4 +767,4 @@ table.spip tr.row-odd {
 }\r
 .h3 + .info-publi {\r
     margin-top: -10px;\r
-}\r
+}
\ No newline at end of file