Changeset 31562 for _squelettes_/egt
- Timestamp:
- 09/14/09 00:40:33 (11 months ago)
- Location:
- _squelettes_/egt
- Files:
-
- 3 added
- 29 modified
- 1 moved
-
404.html (modified) (4 diffs)
-
README.txt (modified) (1 diff)
-
TODO.txt (modified) (1 diff)
-
abonnement.html (modified) (4 diffs)
-
archive_courriers.html (modified) (5 diffs)
-
article.html (modified) (8 diffs)
-
auteur.html (modified) (5 diffs)
-
breve.html (modified) (5 diffs)
-
courrier.html (modified) (5 diffs)
-
css/habillage.css (modified) (1 diff)
-
css/impression.css (modified) (1 diff)
-
evenements.html (modified) (6 diffs)
-
forum.html (modified) (4 diffs)
-
gerer_abonnement.html (modified) (5 diffs)
-
inc/inc-agenda.html (modified) (1 diff)
-
inc/inc-documents-article.html (moved) (moved from _squelettes_/egt/inc/inc-documents.html)
-
inc/inc-documents-rubrique.html (added)
-
inc/inc-droite.html (modified) (1 diff)
-
inc/inc-entete.html (modified) (1 diff)
-
inc/inc-gauche.html (modified) (1 diff)
-
inc/inc-menu.html (modified) (1 diff)
-
inscription.html (modified) (5 diffs)
-
lang/egt_en.php (modified) (2 diffs)
-
lang/egt_es.php (added)
-
lang/egt_fr.php (modified) (2 diffs)
-
lang/egt_nl.php (modified) (2 diffs)
-
lang/egt_pt.php (added)
-
login.html (modified) (4 diffs)
-
plan.html (modified) (4 diffs)
-
plugin.xml (modified) (1 diff)
-
recherche.html (modified) (10 diffs)
-
rubrique.html (modified) (6 diffs)
-
sommaire.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/egt/404.html
r30667 r31562 1 <!-- squelette egt v0. 4-->1 <!-- squelette egt v0.5 --> 2 2 <!-- auteurs: damazone, sBa - licence GPL --> 3 3 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> 4 #HTTP_HEADER{ "HTTP/1.0 404 Not Found"}4 #HTTP_HEADER{HTTP/1.0 #ENV{code,'404 Not Found'}} 5 5 #HTTP_HEADER{"Cache-Control: no-store, no-cache, must-revalidate"} 6 6 #HTTP_HEADER{Pragma: no-cache} … … 8 8 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 9 9 <head> 10 <INCLURE{fond=inc/inc-header} >10 <INCLURE{fond=inc/inc-header}{lang}> 11 11 </head> 12 12 … … 16 16 17 17 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 18 <INCLURE{fond=inc/inc-entete} >18 <INCLURE{fond=inc/inc-entete}{lang}> 19 19 20 20 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] 21 <INCLURE{fond=inc/inc-chemin} >21 <INCLURE{fond=inc/inc-chemin}{lang}> 22 22 23 23 [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] 24 <INCLURE{fond=inc/inc-gauche} >24 <INCLURE{fond=inc/inc-gauche}{lang}> 25 25 26 26 [(#REM) <!-- =================================== ZONE CORPS ====================================== --> ] 27 27 <div id="centre"> 28 <h1 class="titre-texte"><:pass_erreur:> 404</h1>28 <h1><:pass_erreur:> [(#ENV{code, 404}|intval)]</h1> 29 29 [<div class="chapo">(#ENV*{erreur}|propre)</div>] 30 30 <a href="#URL_SITE_SPIP"><:accueil_site:></a> … … 32 32 33 33 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 34 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{ self=#SELF}>34 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{lang}{self=#SELF}> 35 35 36 36 </div><!-- fin du div page--> -
_squelettes_/egt/README.txt
r29369 r31562 1 Changements egt v 0.5 par rapport � 0.4 2 ----------------------------------------- 3 - rajouter des crit�s de langue un peu partout 4 - egt est disponible maintenant aussi en espagnol et d�t de traduction en portugais (egt_es.php et egt_pt.php) 5 - ne pas limiter le r�ltat de la recherche �uit �ments (recherche.html) 6 - enlever la pagination sur les 2 prochains events du calendrier (inc-agenda.html) 7 - trier les sous-rubriques du menu sur le titre ou num titre (inc-menu.html) 8 - prise en compte des pi�s jointes dans les rubriques (inc-documents-rubrique.html) 9 1 10 Changements egt v 0.4 par rapport � 0.3 2 11 ----------------------------------------- -
_squelettes_/egt/TODO.txt
r30389 r31562 6 6 - Cr� une page auteur �ompl�r 7 7 8 - N�ssiter cfg, outil de configuration pour la page de cr�ion des mots-cl� 9 recherche.html 10 - Ne pas limiter le r�ltat de recherche � �ments -> adapter recherche.html et mettre des paginations 8 - N�ssiter cfg, outil de configuration pour la page de cr�ion des mots-cl�? 11 9 12 10 inc-menu.html 13 - Pour mieux classer les rubriques, exclure les secteurs de langue dans le menu de gauche, permettre ce choix �'utilisateur gr� �n mot-cl� 11 - Pour mieux classer les rubriques, exclure les secteurs de langue dans le menu de gauche, permettre ce choix �'utilisateur gr� �n mot-cl�secteur langue" 12 14 13 entete.html 15 14 - Afficher les sous-rubriques du menu horizontal topnav -
_squelettes_/egt/abonnement.html
r30686 r31562 1 1 #CACHE{1} 2 <!-- squelette egt v0. 4-->2 <!-- squelette egt v0.5 --> 3 3 <!-- auteurs: damazone, sBa - licence GPL --> 4 4 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> … … 6 6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 7 7 <head> 8 <INCLURE{fond=inc/inc-header} >8 <INCLURE{fond=inc/inc-header}{lang}> 9 9 </head> 10 10 … … 13 13 14 14 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 15 <INCLURE{fond=inc/inc-entete} >15 <INCLURE{fond=inc/inc-entete}{lang}> 16 16 17 17 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] … … 69 69 70 70 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 71 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{ self=#SELF}>71 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{lang}{self=#SELF}> 72 72 73 73 </div><!-- fin du div page --> -
_squelettes_/egt/archive_courriers.html
r30667 r31562 1 <!-- squelette egt v0. 4-->1 <!-- squelette egt v0.5 --> 2 2 <!-- auteurs: damazone, sBa - licence GPL --> 3 3 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> … … 7 7 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 8 8 <head> 9 <INCLURE{fond=inc/inc-header} {titreheader=<:egt:lettres_information_2:>}>9 <INCLURE{fond=inc/inc-header}{lang} {titreheader=<:egt:lettres_information_2:>}> 10 10 </head> 11 11 … … 15 15 16 16 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 17 <INCLURE{fond=inc/inc-entete} >17 <INCLURE{fond=inc/inc-entete}{lang}> 18 18 19 19 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] … … 26 26 27 27 [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] 28 <INCLURE{fond=inc/inc-gauche} >28 <INCLURE{fond=inc/inc-gauche}{lang}> 29 29 30 30 [(#REM) <!-- =================================== ZONE CORPS ====================================== --> ] … … 39 39 40 40 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 41 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{ self=#SELF}>41 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{lang}{self=#SELF}> 42 42 43 43 </div><!-- fin du div page --> -
_squelettes_/egt/article.html
r30667 r31562 1 <!-- squelette egt v0. 4-->1 <!-- squelette egt v0.5 --> 2 2 <!-- auteurs: damazone, sBa - licence GPL --> 3 3 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> … … 8 8 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 9 9 <head> 10 <INCLURE{fond=inc/inc-header}{id_article} >10 <INCLURE{fond=inc/inc-header}{id_article}{lang}> 11 11 [<link rel="alternate" type="application/pdf" href="(#URL_PAGE{article_pdf}|parametre_url{id_article,#ID_ARTICLE})" />] 12 12 </head> … … 16 16 17 17 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 18 <INCLURE{fond=inc/inc-entete} >18 <INCLURE{fond=inc/inc-entete}{lang}> 19 19 20 20 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] … … 22 22 23 23 [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] 24 <INCLURE{fond=inc/inc-gauche}{id_article} >24 <INCLURE{fond=inc/inc-gauche}{id_article}{lang}> 25 25 26 26 [(#REM) <!-- ============================== ZONE COLONNE DE DROITE ============================= --> ] 27 27 <div id="droite"> 28 <INCLURE{fond=inc/inc-aide} >28 <INCLURE{fond=inc/inc-aide}{lang}> 29 29 </div><!-- fin du div droite --> 30 30 … … 71 71 par exemple l'id_document choisi pour un affichage complet 72 72 ] 73 [(#INCLURE{fond=inc/inc-documents}{id_article}{env})] 74 73 [(#INCLURE{fond=inc/inc-documents-article}{id_article}{env})] 75 74 76 75 <!-- Signatures petition --> … … 79 78 [ #REM Conserver cet invalideur : (#PETITION|?{'',''}) ] 80 79 <br /> 81 <INCLURE{fond=inc/inc-petition}{id_article}{self=#SELF} >80 <INCLURE{fond=inc/inc-petition}{id_article}{self=#SELF}{lang}> 82 81 83 82 <!-- Forums --> … … 86 85 [<div class="forum-repondre"><a href="(#PARAMETRES_FORUM|url_reponse_forum)"><:repondre_article:></a></div>] 87 86 <br /><br /> 88 <INCLURE{fond=inc/inc-forum}{id_article} >87 <INCLURE{fond=inc/inc-forum}{id_article}{lang}> 89 88 90 89 #FORMULAIRE_EDITION_EVENEMENT … … 93 92 94 93 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 95 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{ self=#SELF}>94 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{lang}{self=#SELF}> 96 95 97 96 </div><!--fin du div page --> -
_squelettes_/egt/auteur.html
r30667 r31562 1 <!-- squelette egt v0. 4-->1 <!-- squelette egt v0.5 --> 2 2 <!-- auteurs: damazone, sBa - licence GPL --> 3 3 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> … … 7 7 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 8 8 <head> 9 <INCLURE{fond=inc/inc-header}{ id_auteur}>9 <INCLURE{fond=inc/inc-header}{lang}{id_auteur}> 10 10 </head> 11 11 … … 15 15 16 16 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 17 <INCLURE{fond=inc/inc-entete} >17 <INCLURE{fond=inc/inc-entete}{lang}> 18 18 19 19 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] … … 25 25 26 26 [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] 27 <INCLURE{fond=inc/inc-gauche} >27 <INCLURE{fond=inc/inc-gauche}{lang}> 28 28 29 29 … … 41 41 42 42 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 43 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{ self=#SELF}>43 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{lang}{self=#SELF}> 44 44 45 45 </div><!-- fin page--> -
_squelettes_/egt/breve.html
r30667 r31562 1 <!-- squelette egt v0. 4-->1 <!-- squelette egt v0.5 --> 2 2 <!-- auteurs: damazone, sBa - licence GPL --> 3 3 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> … … 7 7 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 8 8 <head> 9 <INCLURE{fond=inc/inc-header}{id_breve} >9 <INCLURE{fond=inc/inc-header}{id_breve}{lang}> 10 10 </head> 11 11 <body class="page_breve"> … … 14 14 15 15 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 16 <INCLURE{fond=inc/inc-entete} >16 <INCLURE{fond=inc/inc-entete}{lang}> 17 17 18 18 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] 19 <INCLURE{fond=inc/inc-chemin}{id_breve} >19 <INCLURE{fond=inc/inc-chemin}{id_breve}{lang}> 20 20 21 21 [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] 22 <INCLURE{fond=inc/inc-gauche}{id_rubrique} >22 <INCLURE{fond=inc/inc-gauche}{id_rubrique}{lang}> 23 23 24 24 [(#REM) <!-- ============================== ZONE COLONNE DE DROITE ============================= --> ] 25 25 <div id="droite"> 26 26 <!-- a retenir --> 27 <INCLURE{fond=inc/inc-aretenir} >27 <INCLURE{fond=inc/inc-aretenir}{lang}> 28 28 </div><!-- fin du div droite--> 29 29 … … 41 41 [<div class="forum-repondre"><b><a href="(#PARAMETRES_FORUM|url_reponse_forum)"><:repondre_breve:></a></b></div>] 42 42 <br/><br/> 43 <INCLURE{fond=inc/inc-forum}{id_breve} >43 <INCLURE{fond=inc/inc-forum}{id_breve}{lang}> 44 44 45 45 <!-- Breves --> … … 75 75 76 76 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 77 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF} >77 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF}{lang}> 78 78 79 79 </div> <!-- fin div page --> -
_squelettes_/egt/courrier.html
r30667 r31562 1 <!-- squelette egt v0. 4-->1 <!-- squelette egt v0.5 --> 2 2 <!-- auteur: damazone, sBa - licence GPL --> 3 3 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> … … 8 8 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 9 9 <head> 10 <INCLURE{fond=inc/inc-header}{titreheader=#TITRE} >10 <INCLURE{fond=inc/inc-header}{titreheader=#TITRE}{lang}> 11 11 </head> 12 12 <body class="page_courrier"> … … 15 15 16 16 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 17 <INCLURE{fond=inc/inc-entete} >17 <INCLURE{fond=inc/inc-entete}{lang}> 18 18 19 19 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] … … 27 27 28 28 [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] 29 <INCLURE{fond=inc/inc-gauche}{id_courrier} >29 <INCLURE{fond=inc/inc-gauche}{id_courrier}{lang}> 30 30 31 31 [(#REM) <!-- ============================== ZONE COLONNE DE DROITE ============================= --> ] 32 32 <div id="droite"> 33 <INCLURE{fond=inc/inc-aide} >33 <INCLURE{fond=inc/inc-aide}{lang}> 34 34 </div><!-- fin du div droite --> 35 35 … … 48 48 49 49 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 50 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF} >50 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF}{lang}> 51 51 52 52 </div><!--fin du div page--> -
_squelettes_/egt/css/habillage.css
r30667 r31562 296 296 #centre-rubrique .adresseven {} 297 297 298 /* Album d'images repris de squelette-dist */ 299 #centre-rubrique #documents_portfolio { clear: both; margin: 2em auto; text-align: center; } 300 #centre-rubrique #documents_portfolio .spip_logos { margin: 6px 3px 0 3px; border: 4px solid #DDD; } 301 #centre-rubrique #documents_portfolio a.on .spip_logos { border-color: #F57900; } 302 #centre-rubrique #documents_portfolio a:focus .spip_logos, 303 #centre-rubrique #documents_portfolio a:hover .spip_logos, 304 #centre-rubrique #documents_portfolio a:active .spip_logos { border-color: #8B6F92; } 305 /* Portfolio styles egt*/ 306 #centre-rubrique #documents_joints { padding-left: 0px; margin: 5px auto 5px auto; } 307 #centre-rubrique .porfolio { float: left; padding: 5px 0px 0px 0px; margin: 10px 10px 0px 10px; text-align: center; width: 156px; color: black; font-weight: 800; font-size: 0.9em; -moz-border-radius: 10px; border: black 1px solid; } 308 #centre-rubrique .porfolio a {padding-bottom: 1px; } 309 #centre-rubrique .porfolio-descriptif { text-align: center; margin-top: 0px; padding-top: 0px; padding-bottom: 0px; padding-left: 3px; padding-right: 3px; font-size: 0.8em; color: black; font-weight: 300; } 310 #centre-rubrique .porfolio-type { text-align: center; margin-top: 7px; margin-bottom: 6px; font-size: 0.77em; font-weight: 100; color: #CFCFCF; } 311 298 312 /* ------------------------------------------ 299 313 /* colonne centrale d'un article -
_squelettes_/egt/css/impression.css
r30686 r31562 288 288 #centre-rubrique .adresseven {} 289 289 290 /* Album d'images repris de squelette-dist */ 291 #centre-rubrique #documents_portfolio { clear: both; margin: 2em auto; text-align: center; } 292 #centre-rubrique #documents_portfolio .spip_logos { margin: 6px 3px 0 3px; border: 4px solid #DDD; } 293 #centre-rubrique #documents_portfolio a.on .spip_logos { border-color: #F57900; } 294 #centre-rubrique #documents_portfolio a:focus .spip_logos, 295 #centre-rubrique #documents_portfolio a:hover .spip_logos, 296 #centre-rubrique #documents_portfolio a:active .spip_logos { border-color: #8B6F92; } 297 /* Portfolio styles egt*/ 298 #centre-rubrique #documents_joints { padding-left: 0px; margin: 5px auto 5px auto; } 299 #centre-rubrique .porfolio { float: left; padding: 5px 0px 0px 0px; margin: 10px 10px 0px 10px; text-align: center; width: 156px; color: black; font-weight: 800; font-size: 0.9em; -moz-border-radius: 10px; border: black 1px solid; } 300 #centre-rubrique .porfolio a {padding-bottom: 1px; } 301 #centre-rubrique .porfolio-descriptif { text-align: center; margin-top: 0px; padding-top: 0px; padding-bottom: 0px; padding-left: 3px; padding-right: 3px; font-size: 0.8em; color: black; font-weight: 300; } 302 #centre-rubrique .porfolio-type { text-align: center; margin-top: 7px; margin-bottom: 6px; font-size: 0.77em; font-weight: 100; color: #CFCFCF; } 303 290 304 /* ------------------------------------------ 291 305 /* colonne centrale d'un article -
_squelettes_/egt/evenements.html
r30667 r31562 1 <!-- squelette egt v0. 4-->1 <!-- squelette egt v0.5 --> 2 2 <!-- auteurs: damazone, sBa - licence GPL --> 3 3 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> … … 7 7 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 8 8 <head> 9 <INCLURE{fond=inc/inc-header} {titreheader=<:agenda:agenda:>}>9 <INCLURE{fond=inc/inc-header}{lang} {titreheader=<:agenda:agenda:>}> 10 10 </head> 11 11 … … 15 15 16 16 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 17 <INCLURE{fond=inc/inc-entete} >17 <INCLURE{fond=inc/inc-entete}{lang}> 18 18 19 19 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] … … 24 24 25 25 [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] 26 <INCLURE{fond=inc/inc-gauche} >26 <INCLURE{fond=inc/inc-gauche}{lang}> 27 27 28 28 [(#REM) <!-- ============================== ZONE COLONNE DE DROITE ============================= --> ] … … 79 79 [<span class="descriptioneven">(#DESCRIPTIF|PtoBR)</span><br />] 80 80 [<span class="locationeven">(#LIEU|PtoBR)</span>[<span class="adresseven">(#ADRESSE|PtoBR)</span>]<br />] 81 [<span class="locationeven">(#FORMULAIRE_PARTICIPER{id_evenement}|PtoBr)</span>] 81 82 </BOUCLE_vevent> 82 83 … … 92 93 93 94 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 94 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF} >95 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF}{lang}> 95 96 96 97 </div><!-- fin du div page --> -
_squelettes_/egt/forum.html
r30667 r31562 1 <!-- squelette egt v0. 4-->1 <!-- squelette egt v0.5 --> 2 2 <!-- auteurs: damazone, sBa - licence GPL --> 3 3 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> … … 6 6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 7 7 <head> 8 <INCLURE{fond=inc/inc-header} >8 <INCLURE{fond=inc/inc-header}{lang}> 9 9 </head> 10 10 <body class="page_forum"> … … 13 13 14 14 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 15 <INCLURE{fond=inc/inc-entete} >15 <INCLURE{fond=inc/inc-entete}{lang}> 16 16 17 17 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] 18 <INCLURE{fond=inc/inc-chemin}{id_rubrique} >18 <INCLURE{fond=inc/inc-chemin}{id_rubrique}{lang}> 19 19 20 20 [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] 21 <INCLURE{fond=inc/inc-gauche} >21 <INCLURE{fond=inc/inc-gauche}{lang}> 22 22 23 23 [(#REM) <!-- =================================== ZONE CORPS ====================================== --> ] … … 113 113 114 114 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 115 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF} >115 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF}{lang}> 116 116 117 117 </div><!-- fin du div page--> -
_squelettes_/egt/gerer_abonnement.html
r30667 r31562 1 1 #CACHE{1} 2 <!-- squelette egt v0. 4-->2 <!-- squelette egt v0.5 --> 3 3 <!-- auteurs: damazone, sBa - licence GPL --> 4 4 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> … … 6 6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 7 7 <head> 8 <INCLURE{fond=inc/inc-header} >8 <INCLURE{fond=inc/inc-header}{lang}> 9 9 </head> 10 10 … … 13 13 14 14 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 15 <INCLURE{fond=inc/inc-entete} >15 <INCLURE{fond=inc/inc-entete}{lang}> 16 16 17 17 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] … … 22 22 23 23 [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] 24 <INCLURE{fond=inc/inc-gauche} >24 <INCLURE{fond=inc/inc-gauche}{lang}> 25 25 26 26 [(#REM) <!-- =================================== ZONE CORPS ====================================== --> ] … … 69 69 70 70 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 71 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF} >71 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF}{lang}> 72 72 73 73 </div><!-- fin du div page --> -
_squelettes_/egt/inc/inc-agenda.html
r29912 r31562 9 9 <h3><:agenda:></h3> 10 10 <dl> 11 <BOUCLE_agenda(EVENEMENTS){age<0}{par date}{statut=publie}{ pagination2}>11 <BOUCLE_agenda(EVENEMENTS){age<0}{par date}{statut=publie}{id_evenement?}{0,2}> 12 12 <dt>#TITRE</dt> 13 13 [<dd>(#DATE_DEBUT|Agenda_affdate_debut_fin{#DATE_FIN,#HORAIRE})</dd>] 14 14 [<dd class='engras'>(#LIEU|PtoBr)</dd>] 15 15 [<dd>(#DESCRIPTIF|PtoBr)</dd>] 16 </BOUCLE_agenda></dl> 17 [< p class="pagination">(#PAGINATION)</p>]16 </BOUCLE_agenda></dl> 17 [<dd>(#FORMULAIRE_PARTICIPER{id_evenement}|PtoBr)</dd>] 18 18 </B_agenda> 19 19 -
_squelettes_/egt/inc/inc-droite.html
r29912 r31562 1 1 <!-- breves --> 2 <INCLURE{fond=inc/inc-breves} >2 <INCLURE{fond=inc/inc-breves}{lang}> 3 3 4 4 <!-- a retenir --> 5 <INCLURE{fond=inc/inc-aretenir} >5 <INCLURE{fond=inc/inc-aretenir}{lang}> 6 6 7 7 <!-- sites syndiques et logo site --> 8 <INCLURE{fond=inc/inc-sites-syndiques} >8 <INCLURE{fond=inc/inc-sites-syndiques}{lang}> -
_squelettes_/egt/inc/inc-entete.html
r30589 r31562 6 6 <!-- appel accesskey --> 7 7 <BOUCLE_Afficher_accesskey(MOTS){titre=afficher accesskey}> 8 <INCLURE{fond=inc/inc-accesskey} >8 <INCLURE{fond=inc/inc-accesskey}{lang}> 9 9 </BOUCLE_Afficher_accesskey> 10 10 -
_squelettes_/egt/inc/inc-gauche.html
r29369 r31562 2 2 3 3 <!-- appel menu --> 4 <INCLURE{fond=inc/inc-menu}{id_rubrique}{id_article} >4 <INCLURE{fond=inc/inc-menu}{id_rubrique}{id_article}{lang}> 5 5 6 6 <!--Statistiques des visites et statistiques �toriales --> 7 7 <BOUCLE_Afficher_statistiques(MOTS){titre=afficher statistiques}> 8 <INCLURE{fond=inc/inc-stat} >8 <INCLURE{fond=inc/inc-stat}{lang}> 9 9 </BOUCLE_Afficher_statistiques> 10 10 11 11 <div id="gauche_syndic"> 12 12 <!-- nom sites references avec mot cle --> 13 <INCLURE{fond=inc/inc-nom-site} >13 <INCLURE{fond=inc/inc-nom-site}{lang}> 14 14 15 15 <!-- articles sites references avec mot cle --> 16 <INCLURE{fond=inc/inc-articles-actu} >16 <INCLURE{fond=inc/inc-articles-actu}{lang}> 17 17 </div> <!-- fin du div syndic_gauche--> 18 18 -
_squelettes_/egt/inc/inc-menu.html
r29369 r31562 35 35 <B_rubriques> 36 36 <li id="srub#ID_RUBRIQUE"> 37 <BOUCLE_rubriques(RUBRIQUES){ id_parent}>37 <BOUCLE_rubriques(RUBRIQUES){par titre}{id_parent}> 38 38 39 39 <a onclick="toggle('#ID_RUBRIQUE', '#CHEMIN{images}')" onkeypress="if (event.keyCode == 13) { toggle('#ID_RUBRIQUE', '#CHEMIN{images}'); }"><img src="#CHEMIN{#EXPOSE{images/opened.png,images/closed.png}}" alt="-" title="<:spip:info_deplier:>" id="img_#ID_RUBRIQUE" /></a> -
_squelettes_/egt/inscription.html
r30667 r31562 1 1 #CACHE{1} 2 <!-- squelette egt v0. 4-->2 <!-- squelette egt v0.5 --> 3 3 <!-- auteurs: damazone, sBa - licence GPL --> 4 4 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> … … 6 6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 7 7 <head> 8 <INCLURE{fond=inc/inc-header} >8 <INCLURE{fond=inc/inc-header}{lang}> 9 9 </head> 10 10 … … 13 13 14 14 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 15 <INCLURE{fond=inc/inc-entete} >15 <INCLURE{fond=inc/inc-entete}{lang}> 16 16 17 17 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] … … 22 22 23 23 [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] 24 <INCLURE{fond=inc/inc-gauche} >24 <INCLURE{fond=inc/inc-gauche}{lang}> 25 25 26 26 [(#REM) <!-- =================================== ZONE CORPS ====================================== --> ] … … 36 36 37 37 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 38 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF} >38 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF}{lang}> 39 39 40 40 </div><!-- fin du div page --> -
_squelettes_/egt/lang/egt_en.php
r29369 r31562 8 8 'a_la_une' => 'On top' 9 9 10 //inc-access ibilite.html10 //inc-accesskey.html 11 11 , 'accessibilite' => 'Accessibility' 12 12 , 'contenu' => 'Content' … … 29 29 , 'voir_messages_envoyes' => 'to see the messages already sent' 30 30 31 //login_public.html, inc-access ibilite.html31 //login_public.html, inc-accesskey.html 32 32 , 'espace_membres' => 'Members zone' 33 33 , 'zone_protegee' => 'protected zone' -
_squelettes_/egt/lang/egt_fr.php
r29369 r31562 8 8 'a_la_une' => 'A la une' 9 9 10 //inc-access ibilite.html10 //inc-accesskey.html 11 11 , 'accessibilite' => 'Accessibilité' 12 12 , 'contenu' => 'Contenu' … … 32 32 , 'voir_messages_envoyes' => 'voir les messages envoyés' 33 33 34 //login_public.html, inc-access ibilite.html34 //login_public.html, inc-accesskey.html 35 35 , 'espace_membres' => 'Espace Membres' 36 36 , 'zone_protegee' => 'zone protégée' -
_squelettes_/egt/lang/egt_nl.php
r29369 r31562 8 8 'a_la_une' => 'Topartikels' 9 9 10 //inc-access ibilite.html10 //inc-accesskey.html 11 11 , 'accessibilite' => 'Toegankelijkheid' 12 12 , 'contenu' => 'Inhoud' … … 29 29 , 'voir_messages_envoyes' => 'de alreeds verstuurde berichten raadplegen' 30 30 31 //login_public.html, inc-acces sibilite.html31 //login_public.html, inc-acceskey.html 32 32 , 'espace_membres' => 'Ledenruimte' 33 33 , 'zone_protegee' => 'beschermde zone' -
_squelettes_/egt/login.html
r30667 r31562 1 <!-- squelette egt v0. 4-->1 <!-- squelette egt v0.5 --> 2 2 <!-- auteurs: damazone, sBa - licence GPL --> 3 3 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> … … 6 6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 7 7 <head> 8 <INCLURE{fond=inc/inc-header} >8 <INCLURE{fond=inc/inc-header}{lang}> 9 9 </head> 10 10 <body class="page_login"> … … 12 12 13 13 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 14 <INCLURE{fond=inc/inc-entete} >14 <INCLURE{fond=inc/inc-entete}{lang}> 15 15 16 16 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] 17 <INCLURE{fond=inc/inc-chemin} >17 <INCLURE{fond=inc/inc-chemin}{lang}> 18 18 19 19 [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] … … 72 72 73 73 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 74 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF} >74 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF}{lang}> 75 75 76 76 </div><!-- fin du div page --> -
_squelettes_/egt/plan.html
r30667 r31562 1 <!-- squelette egt v0.4 - auteur: sBa - licence GPL --> 1 <!-- squelette egt v0.5 --> 2 <!-- auteur: sBa - licence GPL --> 2 3 <!-- enti�ment refondu par damazone --> 3 <!-- http:// egt.bardourel.com-->4 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> 4 5 #CACHE{86400} 5 6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 6 7 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 7 8 <head> 8 <INCLURE{fond=inc/inc-header} >9 <INCLURE{fond=inc/inc-header}{lang}> 9 10 <meta name="robots" content="none" /> 10 11 </head> … … 14 15 15 16 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 16 <INCLURE{fond=inc/inc-entete} >17 <INCLURE{fond=inc/inc-entete}{lang}> 17 18 18 19 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] … … 22 23 23 24 [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] 24 <INCLURE{fond=inc/inc-gauche} >25 <INCLURE{fond=inc/inc-gauche}{lang}> 25 26 26 27 [(#REM) <!-- ============================== ZONE COLONNE DE DROITE ============================= --> ] 27 28 <div id="droite"> 28 29 <!-- a retenir --> 29 <INCLURE{fond=inc/inc-aretenir} >30 <INCLURE{fond=inc/inc-aretenir}{lang}> 30 31 </div><!-- fin du div droite--> 31 32 … … 98 99 99 100 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 100 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF} >101 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF}{lang}> 101 102 102 103 </div><!-- fin du div page --> -
_squelettes_/egt/plugin.xml
r29369 r31562 1 1 <plugin> 2 <nom><multi>[fr]Squelette egt[nl]Sjabloon egt </multi></nom>2 <nom><multi>[fr]Squelette egt[nl]Sjabloon egt[es]Esqueleto egt</multi></nom> 3 3 <icon>img_pack/egt.png</icon> 4 4 <auteur><a href="http://egt.bardourel.com">sBa</a>, <a href="http://www.genrespluriels.be">damazone</a></auteur> 5 5 <licence>GPL © 2006-2009</licence> 6 <version>0. 4</version>6 <version>0.5</version> 7 7 <etat>test</etat> 8 8 <description> -
_squelettes_/egt/recherche.html
r30667 r31562 1 <!-- squelette egt v0. 4-->1 <!-- squelette egt v0.5 --> 2 2 <!-- auteurs: damazone, sBa - licence GPL --> 3 3 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> … … 6 6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 7 7 <head> 8 <INCLURE{fond=inc/inc-header} {titreheader=- <:resultats_recherche:>}>8 <INCLURE{fond=inc/inc-header}{lang} {titreheader=- <:resultats_recherche:>}> 9 9 </head> 10 10 … … 14 14 15 15 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 16 <INCLURE{fond=inc/inc-entete} >16 <INCLURE{fond=inc/inc-entete}{lang}> 17 17 18 18 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] 19 <INCLURE{fond=inc/inc-chemin} >19 <INCLURE{fond=inc/inc-chemin}{lang}> 20 20 21 21 [(#REM) <!-- ============================== ZONE COLONNE DE GAUCHE ============================= --> ] 22 <INCLURE{fond=inc/inc-gauche} >22 <INCLURE{fond=inc/inc-gauche}{lang}> 23 23 24 24 [(#REM) <!-- ============================== ZONE COLONNE DE DROITE ============================= --> ] 25 25 <div id="droite"> 26 26 <!-- a retenir --> 27 <INCLURE{fond=inc/inc-aretenir} >27 <INCLURE{fond=inc/inc-aretenir}{lang}> 28 28 29 29 <!-- sites syndiques et logo site --> 30 <INCLURE{fond=inc/inc-sites-syndiques} >30 <INCLURE{fond=inc/inc-sites-syndiques}{lang}> 31 31 32 32 </div><!-- fin du div droite--> … … 46 46 <!-- Rubriques trouvees --> 47 47 48 <BOUCLE_rubriques(RUBRIQUES) {recherche} {par points} {inverse} { 0,8}>48 <BOUCLE_rubriques(RUBRIQUES) {recherche} {par points} {inverse} {pagination 5}> 49 49 <li><a href="#URL_RUBRIQUE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>[(#TITRE|supprimer_numero)]</a></li> 50 50 </BOUCLE_rubriques> 51 [<p class="pagination">(#PAGINATION)</p>] 51 52 </ul> 52 53 … … 62 63 63 64 <ul> 64 <BOUCLE_breves(BREVES) {recherche} {par points} {inverse} { 0,8}>65 <BOUCLE_breves(BREVES) {recherche} {par points} {inverse} {pagination 5}> 65 66 <li> 66 67 [(#DATE|affdate_court)]: … … 68 69 </li> 69 70 </BOUCLE_breves> 71 [<p class="pagination">(#PAGINATION)</p>] 70 72 </ul> 71 73 … … 78 80 79 81 <ul> 80 <BOUCLE_sites(SITES) {recherche} {par points} {inverse} { 0,8}>82 <BOUCLE_sites(SITES) {recherche} {par points} {inverse} {pagination 5}> 81 83 <li> 82 84 <a href="#URL_SITE" title="[(#DESCRIPTIF|textebrut|entites_html)]">#NOM_SITE</a> 83 85 </li> 84 86 </BOUCLE_sites> 87 [<p class="pagination">(#PAGINATION)</p>] 85 88 </ul> 86 89 </B_sites> … … 92 95 93 96 <ul> 94 <BOUCLE_messages(FORUMS) {recherche} {par points} {inverse} { 0,8}>97 <BOUCLE_messages(FORUMS) {recherche} {par points} {inverse} {pagination 5}> 95 98 <li> 96 99 <a href="#URL_FORUM">#TITRE</a> 97 100 </li> 98 101 </BOUCLE_messages> 102 [<p class="pagination">(#PAGINATION)</p>] 99 103 </ul> 100 104 … … 105 109 <:articles:> 106 110 <ul> 107 <BOUCLE_articles(ARTICLES) {recherche} {par points} {inverse} { 0,10}>111 <BOUCLE_articles(ARTICLES) {recherche} {par points} {inverse} {pagination 10}> 108 112 <li><h3><a href="#URL_ARTICLE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>[(#TITRE|supprimer_numero)]</a></h3><div class="publierech"><:spip:info_mise_en_ligne:> [(#DATE|nom_jour)] [(#DATE|affdate)] 109 113 <B_auteurs_articles><:par_auteur:> <BOUCLE_auteurs_articles(AUTEURS) {id_article} {", "}>#NOM</BOUCLE_auteurs_articles></div></li> 110 114 </BOUCLE_articles> 115 [<p class="pagination">(#PAGINATION)</p>] 111 116 </ul> 112 117 </B_articles> … … 117 122 118 123 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 119 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF} >124 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{self=#SELF}{lang}> 120 125 121 126 </div> <!-- fin du div page --> -
_squelettes_/egt/rubrique.html
r30667 r31562 1 <!-- squelette egt v0. 4-->1 <!-- squelette egt v0.5 --> 2 2 <!-- auteurs: damazone, sBa - licence GPL --> 3 3 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> … … 8 8 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 9 9 <head> 10 <INCLURE{fond=inc/inc-header}{id_rubrique} >10 <INCLURE{fond=inc/inc-header}{id_rubrique}{lang}> 11 11 </head> 12 12 … … 16 16 17 17 [(#REM) <!-- =================================== ZONE BANDEAU ==================================== --> ] 18 <INCLURE{fond=inc/inc-entete} >18 <INCLURE{fond=inc/inc-entete}{lang}> 19 19 20 20 [(#REM) <!-- =========================== ZONE CHEMIN DE NAVIGATION ============================= --> ] … … 27 27 <div id="droite"> 28 28 <!-- a retenir --> 29 <INCLURE{fond=inc/inc-aretenir} >29 <INCLURE{fond=inc/inc-aretenir}{lang}> 30 30 </div><!-- fin du div droite--> 31 31 … … 108 108 </B_sites> 109 109 110 [(#REM) Gestion du portfolio et des documents 111 Le critere {env} permet de passer d'autres arguments de la page 112 par exemple l'id_document choisi pour un affichage complet 113 ] 114 [(#INCLURE{fond=inc/inc-documents-rubrique}{id_rubrique}{env})] 115 110 116 </BOUCLE_secteurs> 111 117 … … 113 119 114 120 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 115 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{ self=#SELF}>121 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{lang}{self=#SELF}> 116 122 117 123 </div><!-- fin du div page--> -
_squelettes_/egt/sommaire.html
r30667 r31562 1 <!-- squelette egt v0. 4-->1 <!-- squelette egt v0.5 --> 2 2 <!-- auteurs: damazone, sBa - licence GPL --> 3 3 <!-- http://www.spip-contrib.net/EGT-squelette-plugin-pour-SPIP-2 --> … … 6 6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 7 7 <head> 8 <INCLURE{fond=inc/inc-header} >8 <INCLURE{fond=inc/inc-header}{lang}> 9 9 </head> 10 10 … … 25 25 <div id="droite"> 26 26 27 <INCLURE{fond=inc/inc-aide} >27 <INCLURE{fond=inc/inc-aide}{lang}> 28 28 29 29 [(#REM) <!-- affichage du top album --> ] 30 [(#PLUGIN{Splickr}|oui) <INCLURE{fond=inc/inc-splickrbox} >]30 [(#PLUGIN{Splickr}|oui) <INCLURE{fond=inc/inc-splickrbox}{lang}>] 31 31 32 32 [(#REM) <!-- affichage du mini calendrier --> ] … … 126 126 127 127 [(#REM) <!-- ================================== ZONE PIED DE PAGE ================================== --> ] 128 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{ self=#SELF}{lang}>128 <INCLURE{fond=inc/inc-pied}{skel=#SQUELETTE}{lang}{self=#SELF}> 129 129 130 130 </div><!-- fin du div page-->
