une vitrine pour un Magasin
@ -0,0 +1,49 @@
|
||||
* text=auto !eol
|
||||
/info.txt -text
|
||||
squelettes/article.html -text
|
||||
squelettes/auteur.html -text
|
||||
squelettes/backend-breves.html -text
|
||||
squelettes/backend.html -text
|
||||
squelettes/distrib.html -text
|
||||
squelettes/favicon.ico -text
|
||||
squelettes/feed.png -text
|
||||
squelettes/habillage.css -text
|
||||
squelettes/images/img01.gif -text
|
||||
squelettes/images/img02.jpg -text
|
||||
squelettes/images/img03.jpg -text
|
||||
squelettes/images/img04.gif -text
|
||||
squelettes/images/img05.gif -text
|
||||
squelettes/images/img06.gif -text
|
||||
squelettes/images/img07.jpg -text
|
||||
squelettes/images/img08.gif -text
|
||||
squelettes/images/spacer.gif -text
|
||||
squelettes/impression.css -text
|
||||
squelettes/inc-entete.html -text
|
||||
squelettes/inc-head.html -text
|
||||
squelettes/inc-petition.html -text
|
||||
squelettes/inc-pied.html -text
|
||||
squelettes/inc-rubriques.html -text
|
||||
squelettes/jquery.js.html -text
|
||||
squelettes/login.html -text
|
||||
squelettes/mentions.html -text
|
||||
squelettes/modeles/splickrbox.html -text
|
||||
squelettes/nouveautes.html -text
|
||||
squelettes/plan.html -text
|
||||
squelettes/polices/dustismo-license.txt -text
|
||||
squelettes/polices/dustismo.ttf -text
|
||||
squelettes/polices/dustismo_bold.ttf -text
|
||||
squelettes/puce.gif -text
|
||||
squelettes/puce_rtl.gif -text
|
||||
squelettes/recherche.html -text
|
||||
squelettes/rubrique.html -text
|
||||
squelettes/rubrique=2.html -text
|
||||
squelettes/sommaire.html -text
|
||||
squelettes/spip.png -text
|
||||
squelettes/spip_admin.css -text
|
||||
squelettes/spip_style.css -text
|
||||
squelettes/spip_style_invisible.css -text
|
||||
squelettes/spip_style_print.css -text
|
||||
squelettes/spip_style_visible.css -text
|
||||
squelettes/style_prive.html -text
|
||||
squelettes/style_prive_defaut.css -text
|
||||
squelettes/win_width.htc -text
|
@ -0,0 +1,10 @@
|
||||
développé sous Licence GPL
|
||||
|
||||
version en test.
|
||||
développé sous SPIP 1.9.2d
|
||||
|
||||
http://www.aloreedubois.ch
|
||||
|
||||
nécessite le plugin splickbox.
|
||||
|
||||
jsb
|
@ -0,0 +1,60 @@
|
||||
#CACHE{86400}
|
||||
<BOUCLE_article_principal(ARTICLES) {id_article}>
|
||||
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
|
||||
<html dir="#LANG_DIR" lang="#LANG">
|
||||
<head>
|
||||
<title>[(#TITRE|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
|
||||
[<meta name="description" content="(#INTRODUCTION|couper{150}|textebrut)" />]
|
||||
<INCLURE{fond=inc-head}>
|
||||
</head>
|
||||
|
||||
<body class="page_article">
|
||||
<div id="page">
|
||||
|
||||
[(#REM) Menu de navigation par rubriques ]
|
||||
<INCLURE{fond=inc-rubriques}{id_article}>
|
||||
|
||||
[(#REM) Entete de la page + titre du site ]
|
||||
<INCLURE{fond=inc-entete}>
|
||||
|
||||
|
||||
<div id="content">
|
||||
|
||||
[(#REM) Contenu principal : contenu de l'article ]
|
||||
<div id="contenu">
|
||||
|
||||
<div class="cartouche">
|
||||
#DEBUT_SURLIGNE
|
||||
[(#LOGO_ARTICLE||image_reduire{200,200})]
|
||||
[<p class="#EDIT{surtitre} surtitre">(#SURTITRE)</p>]
|
||||
<h1 class="#EDIT{titre} titre">#TITRE</h1>
|
||||
[<p class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</p>]
|
||||
#FIN_SURLIGNE
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
#DEBUT_SURLIGNE
|
||||
[<div class="#EDIT{chapo} chapo">(#CHAPO)</div>]
|
||||
<br class="nettoyeur" />
|
||||
[<p class="#EDIT{hyperlien} lien"><:voir_en_ligne:> : <a href="(#URL_SITE)" class="spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>]
|
||||
[<div class="#EDIT{texte} texte">(#TEXTE|image_reduire{520,0})</div>]
|
||||
#FIN_SURLIGNE
|
||||
|
||||
|
||||
|
||||
|
||||
</div><!-- fin contenu -->
|
||||
|
||||
|
||||
|
||||
</div><!-- fin conteneur -->
|
||||
|
||||
</div><!-- fin page -->
|
||||
[(#REM) Pied de page ]
|
||||
<INCLURE{fond=inc-pied}{skel=#SQUELETTE}>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</BOUCLE_article_principal>
|
@ -0,0 +1,48 @@
|
||||
#CACHE{86400}
|
||||
<BOUCLE_auteur_principal(AUTEURS) {id_auteur}>
|
||||
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
|
||||
<html dir="#LANG_DIR" lang="#LANG">
|
||||
<head>
|
||||
<title>[(#NOM|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
|
||||
[<meta name="description" content="(#BIO|couper{150}|textebrut)" />]
|
||||
<INCLURE{fond=inc-head}>
|
||||
</head>
|
||||
|
||||
<body class="page_auteur">
|
||||
<div id="page">
|
||||
[(#REM) Menu de navigation par rubriques ]
|
||||
<INCLURE{fond=inc-rubriques}>
|
||||
|
||||
[(#REM) Entete de la page + titre du site ]
|
||||
<INCLURE{fond=inc-entete}>
|
||||
|
||||
|
||||
<div id="content">
|
||||
|
||||
<div id="fiche">
|
||||
<div class="cartouche">
|
||||
[(#LOGO_AUTEUR||image_reduire{200,200})]
|
||||
<h1 class="#EDIT{qui} titre">#NOM</h1>
|
||||
[<p class="#EDIT{hyperlien} soustitre"><:voir_en_ligne:> : <a href="(#URL_SITE)" class="spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>]
|
||||
</div>
|
||||
|
||||
[<div class="#EDIT{bio} texte">(#BIO)</div><br />]
|
||||
|
||||
<br class="nettoyeur" />
|
||||
|
||||
[<div class="encart">
|
||||
(#FORMULAIRE_ECRIRE_AUTEUR)
|
||||
</div><!-- fin encart -->]
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div><!-- fin conteneur -->
|
||||
|
||||
</div><!-- fin page -->
|
||||
[(#REM) Pied de page ]
|
||||
<INCLURE{fond=inc-pied}{skel=#SQUELETTE}>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</BOUCLE_auteur_principal>
|
@ -0,0 +1,71 @@
|
||||
#CACHE{3600}
|
||||
[(#HTTP_HEADER{Content-type: text/xml[; charset=(#CHARSET)]})]
|
||||
<?xml version="1.0"[ encoding="(#CHARSET)"]?>
|
||||
<rss version="2.0"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
||||
>
|
||||
|
||||
<channel>
|
||||
|
||||
<title>[(#NOM_SITE_SPIP|texte_backend)]</title>
|
||||
<link>#URL_SITE_SPIP/</link>
|
||||
<description>[(#DESCRIPTIF_SITE_SPIP|supprimer_tags|texte_backend)]</description>
|
||||
<language>#LANG</language>
|
||||
<generator>SPIP - www.spip.net</generator>
|
||||
|
||||
[ <image>
|
||||
<title>[(#NOM_SITE_SPIP|texte_backend)]</title>
|
||||
<url>(#LOGO_SITE_SPIP||extraire_attribut{src}|url_absolue|texte_backend)</url>
|
||||
<link>#URL_SITE_SPIP/</link>
|
||||
[<height>(#LOGO_SITE_SPIP||extraire_attribut{height})</height>]
|
||||
[<width>(#LOGO_SITE_SPIP||extraire_attribut{width})</width>]
|
||||
</image>
|
||||
]
|
||||
|
||||
<BOUCLE_breves(BREVES){id_rubrique ?}{lang ?}{id_mot ?}
|
||||
{par date}{inverse}{0,20}>
|
||||
<item>
|
||||
<title>[(#TITRE|supprimer_numero|texte_backend)]</title>
|
||||
<link>[(#URL_BREVE|url_absolue)]</link>
|
||||
[<guid isPermaLink="true">(#URL_BREVE|url_absolue)</guid>]
|
||||
[<dc:date>(#DATE|date_iso)</dc:date>]
|
||||
<dc:format>text/html</dc:format>
|
||||
[<dc:language>(#LANG)</dc:language>]
|
||||
[(#REM)
|
||||
Le bloc qui suit diffuse diffuse la rubrique et les mots-cles a la mode RSS
|
||||
]<BOUCLE_rubrique_rss(RUBRIQUES){id_rubrique}>[<category[ domain="(#URL_RUBRIQUE|url_absolue)"]>(#TITRE|supprimer_numero|texte_backend)</category>]</BOUCLE_rubrique_rss>
|
||||
<BOUCLE_mots_rss(MOTS){id_breve}>
|
||||
[<dc:subject>(#TITRE|texte_backend)</dc:subject>]</BOUCLE_mots_rss>
|
||||
|
||||
<description>[(#INTRODUCTION|texte_backend)]
|
||||
|
||||
[(#REM)
|
||||
Le bloc qui suit diffuse la rubrique et les mots-cles
|
||||
sous forme de "microformats"
|
||||
|
||||
]<BOUCLE_rubrique_mf(RUBRIQUES){id_rubrique}>-
|
||||
[<a href="[(#URL_RUBRIQUE|url_absolue)]" rel="directory">(#TITRE|supprimer_numero|texte_backend)</a>]
|
||||
</BOUCLE_rubrique_mf><B_mots_mf>
|
||||
/ <BOUCLE_mots_mf(MOTS){id_breve}{", "}>
|
||||
[<a href="[(#URL_MOT|url_absolue)]" rel="tag">(#TITRE|texte_backend)</a>]</BOUCLE_mots_mf>
|
||||
|
||||
</description>
|
||||
|
||||
[(#REM)
|
||||
Le bloc qui suit diffuse aussi le texte integral de la breve,
|
||||
ce qui permet une syndication plus riche (mais plus "lourde").
|
||||
Fonction desactivable depuis les reglages du site.
|
||||
][
|
||||
(#CONFIG{syndication_integrale}|=={oui}|?{' ',''})<content:encoded>[(#LOGO_BREVE|right||texte_backend)
|
||||
][<div class='rss_texte'>(#TEXTE|texte_backend)</div>
|
||||
][<hr />
|
||||
<div class='rss_notes'>(#NOTES|texte_backend)</div>]
|
||||
</content:encoded>
|
||||
]
|
||||
</item>
|
||||
</BOUCLE_breves>
|
||||
|
||||
</channel>
|
||||
|
||||
</rss>
|
@ -0,0 +1,37 @@
|
||||
#CACHE{3600}
|
||||
[(#HTTP_HEADER{Content-type: text/xml[; charset=(#CHARSET)]})]
|
||||
<?xml version="1.0"[ encoding="(#CHARSET)"]?>
|
||||
<rss version="2.0"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
||||
>
|
||||
|
||||
<channel>
|
||||
<title>[(#NOM_SITE_SPIP|texte_backend)]</title>
|
||||
<link>#URL_SITE_SPIP/</link>
|
||||
<description>[(#DESCRIPTIF_SITE_SPIP|supprimer_tags|texte_backend)]</description>
|
||||
<language>#LANG</language>
|
||||
<generator>SPIP - www.spip.net</generator>
|
||||
|
||||
[ <image>
|
||||
<title>[(#NOM_SITE_SPIP|texte_backend)]</title>
|
||||
<url>(#LOGO_SITE_SPIP||extraire_attribut{src}|url_absolue|texte_backend)</url>
|
||||
<link>#URL_SITE_SPIP/</link>
|
||||
[<height>(#LOGO_SITE_SPIP||extraire_attribut{height})</height>]
|
||||
[<width>(#LOGO_SITE_SPIP||extraire_attribut{width})</width>]
|
||||
</image>
|
||||
]
|
||||
|
||||
<BOUCLE_10recents(ARTICLES) {lang ?}{branche ?}{id_mot ?}
|
||||
{par date}{inverse}{0,10}{unique}>
|
||||
<INCLURE{fond=inc-rss-item}{id_article}>
|
||||
</BOUCLE_10recents>
|
||||
|
||||
<BOUCLE_tres_recents(ARTICLES){lang ?}{branche ?}{id_mot ?}
|
||||
{par date}{inverse}{age<3}{unique}>
|
||||
<INCLURE{fond=inc-rss-item}{id_article}>
|
||||
</BOUCLE_tres_recents>
|
||||
|
||||
</channel>
|
||||
|
||||
</rss>
|
@ -0,0 +1,9 @@
|
||||
#CACHE{3600}
|
||||
#HTTP_HEADER{Content-Type: application/x-javascript; charset=#CHARSET}
|
||||
document.write('<table border="0" bgcolor="#000000" cellspacing="0" cellpadding="0"><tr><td>');
|
||||
document.write('<table border="0" bgcolor="#ffffff" cellspacing="1" cellpadding="2"><tr><td bgcolor="#d0d0d0" align="center">');
|
||||
document.write('<a href="#URL_SITE_SPIP/"><strong>[(#NOM_SITE_SPIP|addslashes)]</strong></a> </td></tr><tr><td><ul><small>');
|
||||
<BOUCLE_articles(articles){tout}{par date}{inverse}{0,10}>
|
||||
document.write('<li><a href="[(#URL_ARTICLE|url_absolue)]"><font color="#000000">[(#TITRE|addslashes)]</font></a></li>\n');
|
||||
</BOUCLE_articles>
|
||||
document.write('</small></ul></td></tr></table></td></tr></table>');
|
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 725 B |
@ -0,0 +1,228 @@
|
||||
/*
|
||||
Design by Free CSS Templates
|
||||
http://www.freecsstemplates.org
|
||||
Released for free under a Creative Commons Attribution 2.5 License
|
||||
*/
|
||||
|
||||
/* Espaceur de blocs */
|
||||
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #FFFFFF url(images/img01.gif) repeat-x;
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 13px;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
margin-bottom: 20px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 197%;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 152%;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
p, ul, ol {
|
||||
margin-bottom: 20px;
|
||||
line-height: 1.8em;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
margin-left: 3em;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding-left: 3em;
|
||||
background: url(images/img08.gif) no-repeat;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #1953A7;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #ED5C0C;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #067600;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
img.left {
|
||||
float: left;
|
||||
margin: 0 20px 10px 0;
|
||||
}
|
||||
|
||||
/* Menu */
|
||||
|
||||
#menu {
|
||||
width: 770px;
|
||||
height: 65px;
|
||||
margin: 0 auto;
|
||||
border-right: 1px solid #EDEBD5;
|
||||
}
|
||||
|
||||
#menu ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#menu li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#menu a {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 109px;
|
||||
height: 45px;
|
||||
padding: 20px 0 0 0;
|
||||
border-left: 1px solid #EDEBD5;
|
||||
text-transform: lowercase;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
font-size: 144%;
|
||||
color: #BABABA;
|
||||
}
|
||||
|
||||
#menu a:hover {
|
||||
background: #F7F7F4;
|
||||
}
|
||||
|
||||
#menu .active a {
|
||||
background: #D1A3A3;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
|
||||
#header {
|
||||
width: 770px;
|
||||
height: 130px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#header h1 {
|
||||
float: left;
|
||||
width: 250px;
|
||||
height: 100px;
|
||||
margin: 0;
|
||||
padding: 20px 0 0 0;
|
||||
/*background: url(images/img02.jpg) no-repeat; */
|
||||
text-align: center;
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
#header h2 {
|
||||
float: right;
|
||||
width: 450px;
|
||||
height: 50px;
|
||||
margin: 0;
|
||||
/* background: url(images/img03.jpg) no-repeat; */
|
||||
padding: 84px 20px 0 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#header a {
|
||||
text-transform: lowercase;
|
||||
text-decoration: none;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
/* Page */
|
||||
|
||||
#page {
|
||||
width: 770px;
|
||||
margin: 0 auto;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
/* Content */
|
||||
|
||||
#content {
|
||||
float: left;
|
||||
width: 750px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.post {
|
||||
margin-bottom: 20px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.hr {
|
||||
border-bottom: 1px solid #EDEBD5;
|
||||
}
|
||||
|
||||
|
||||
/* rubrique */
|
||||
|
||||
|
||||
.cartouche .titre {margin-bottom:0px}
|
||||
.cartouche p {margin:0;padding:0;}
|
||||
|
||||
|
||||
/* Footer */
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
height: 100px;
|
||||
padding: 25px 0;
|
||||
background: #EDEBD5 url(images/img04.gif) repeat-x;
|
||||
font-family:Arial, Helvetica, sans-serif;}
|
||||
|
||||
#footer p {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
font-size: 77%;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
/* les sous rubriques */
|
||||
#rubriques {padding-bottom:5px;}
|
||||
|
||||
.rubrique,.doc {display:inline;float:left;padding:10px 30px 10px 0px;width:220px;height:150px}
|
||||
|
||||
/* les fabricants */
|
||||
|
||||
.fab {padding:10px;}
|
||||
|
||||
/* la boite dynamique */
|
||||
|
||||
#box { margin-left: auto;
|
||||
margin-right: auto;
|
||||
width:400px}
|
After Width: | Height: | Size: 132 B |
After Width: | Height: | Size: 7.2 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 166 B |
After Width: | Height: | Size: 116 B |
After Width: | Height: | Size: 116 B |
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 290 B |
After Width: | Height: | Size: 43 B |
@ -0,0 +1,90 @@
|
||||
/* ---------------------------------------------------------------- */
|
||||
/* Feuille de style specifique a l'impression */
|
||||
/* ---------------------------------------------------------------- */
|
||||
|
||||
/* Correction des styles HTML par defaut
|
||||
---------------------------------------------- */
|
||||
body { background: #FFF; margin: 15pt; text-align: left; font: 12pt Verdana, Tahoma, Arial, sans-serif; color: #000; }
|
||||
|
||||
img, table { margin: 0; padding: 0; border: none; }
|
||||
ul, ol, li { margin: 0; padding: 0; list-style: none; }
|
||||
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
|
||||
|
||||
/* Ne pas imprimer : on elimine les elements de navigation (display: none;)
|
||||
---------------------------------------------- */
|
||||
#entete, #hierarchie, #navigation, .encart, #pied { display: none; }
|
||||
.forum-repondre, .forum-repondre-message, .formulaire_spip { display: none; }
|
||||
.spip-admin, .spip-admin-float, .invisible { display: none; }
|
||||
|
||||
/* Disposition a l'ecran
|
||||
---------------------------------------------- */
|
||||
.nettoyeur { clear: both; }
|
||||
|
||||
/* Pour les liens, on les souligne et
|
||||
/* on affiche l'URL cible a la suite des liens sortants (!)
|
||||
---------------------------------------------- */
|
||||
a { color: #520; text-decoration: underline; }
|
||||
a.spip_out:after, a.spip_glossaire:after { display: inline; content: " [" attr(href) "]"; }
|
||||
|
||||
|
||||
/* Un peu de coquetterie
|
||||
---------------------------------------------- */
|
||||
|
||||
.cartouche { margin-bottom: 2em; }
|
||||
.cartouche small { font-size: 0.71em; }
|
||||
.cartouche .titre { font-size: 1.27em; font-weight: bold; }
|
||||
.cartouche p { margin: 0; padding: 0; clear: left; }
|
||||
.cartouche .traductions { display: none; }
|
||||
.cartouche .surtitre, .cartouche .soustitre { font-size: 0.82em; font-variant: small-caps; }
|
||||
|
||||
.spip_logos { float: right; margin-left: 0.8em; }
|
||||
|
||||
.chapo {
|
||||
margin-bottom: 1.5em;
|
||||
font-size: 0.82em;
|
||||
font-weight: bold;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
.lien { font-size: 0.82em; font-weight: bold; }
|
||||
|
||||
.texte { line-height: 1.4em; }
|
||||
|
||||
h3.spip { text-align: center; font-weight: bold; margin: 1.4em; font-size: 1.15em; }
|
||||
|
||||
.ps, .notes, .forum-decompte, #documents_portfolio, #documents_joints {
|
||||
margin-top: 1.4em;
|
||||
padding-top: 0.2em;
|
||||
border-top: 2pt solid #CCC;
|
||||
font-size: 0.82em;
|
||||
}
|
||||
.ps h2, .notes h2, .forum-decompte, #documents_joints h2 { font-weight: bold; clear: both; }
|
||||
|
||||
/* Citations, tableaux, etc...
|
||||
---------------------------------------------- */
|
||||
q, blockquote { font-family: Georgia, Times, serif; }
|
||||
|
||||
.lien, blockquote.spip, .spip_poesie, .spip_cadre, .liste-articles li .texte {
|
||||
background: #FFF;
|
||||
margin: 1em;
|
||||
padding: 1em;
|
||||
border: 1pt dotted #CCC; }
|
||||
|
||||
/* Messages de forums
|
||||
---------------------------------------------- */
|
||||
.forum { margin: 2em 0; font-size: 0.82em; }
|
||||
.forum-fil ul { margin-left: 0.5em; }
|
||||
.forum-chapo .forum-titre { display: block; font-weight: bold; }
|
||||
ul .forum-message { background: #EEE; border: 1pt solid #CCC; padding: 1em; margin-bottom: 1em; }
|
||||
|
||||
/* Listes d'articles
|
||||
----------------------------------------------- */
|
||||
.liste-articles li { margin-bottom: 1em; padding-top: 0.3em; }
|
||||
.liste-articles li .titre { font-size: 1.03em; font-weight: bold; }
|
||||
.liste-articles li p { margin: 0; padding: 0; }
|
||||
.liste-articles li small { display: block; font-size: 0.71em; }
|
||||
|
||||
/* Plan du site
|
||||
---------------------------------------------- */
|
||||
.page_plan #contenu h2 { font-size: 1.15em; font-weight: bold; }
|
||||
.page_plan #contenu ul { margin-left: 1em; margin-bottom: 1em; }
|
||||
.page_plan #contenu li { list-style: square; }
|
@ -0,0 +1,7 @@
|
||||
|
||||
<!-- end #menu -->
|
||||
<div id="header">
|
||||
<h1><a href="#">#NOM_SITE_SPIP</a></h1>
|
||||
<h2>#DESCRIPTIF_SITE_SPIP</h2>
|
||||
</div>
|
||||
<!-- end #header -->
|
@ -0,0 +1,28 @@
|
||||
#CACHE{86400}
|
||||
[(#REM)
|
||||
Entete standard de toutes les pages ; les elements specifiques
|
||||
(title, description) figurent dans le squelette article.html
|
||||
]
|
||||
[(#REM) Preciser le charset ]
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />
|
||||
|
||||
[(#REM) Fierement fabrique avec SPIP ]
|
||||
<meta name="generator" content="SPIP[ (#SPIP_VERSION)]" />
|
||||
|
||||
[(#REM) Lien vers l'icone destinee a la barre de bookmarks ]
|
||||
[<link rel="shortcut icon" href="(#CHEMIN{favicon.ico})" />]
|
||||
|
||||
[(#REM) Lien vers le flux RSS du site ]
|
||||
<link rel="alternate" type="application/rss+xml" title="<:syndiquer_site:>" href="#URL_PAGE{backend}" />
|
||||
|
||||
[(#REM) Feuille de style par defaut pour le code genere par SPIP ]
|
||||
<link rel="stylesheet" href="[(#CHEMIN{spip_style.css}|direction_css)]" type="text/css" media="all" />
|
||||
|
||||
[(#REM) Feuille de style CSS pour l'affichage du site a l'ecran ]
|
||||
<link rel="stylesheet" href="[(#CHEMIN{habillage.css}|direction_css)]" type="text/css" media="projection, screen, tv" />
|
||||
|
||||
[(#REM) Feuille de style CSS pour l'impression ]
|
||||
<link rel="stylesheet" href="[(#CHEMIN{impression.css}|direction_css)]" type="text/css" media="print" />
|
||||
|
||||
[(#REM) Balise permettant aux plugins d'inserer des appels javascript ou css ]
|
||||
#INSERT_HEAD
|
@ -0,0 +1,34 @@
|
||||
[(#REM) Signer la petition ]
|
||||
#FORMULAIRE_SIGNATURE
|
||||
|
||||
[(#REM) Signatures de la petition ]
|
||||
<B_signatures>
|
||||
<div id="signatures">
|
||||
|
||||
#ANCRE_PAGINATION
|
||||
|
||||
<table summary="<:signatures_petition:>">
|
||||
<caption><h2>#GRAND_TOTAL <:signatures_petition:></h2></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"><:date:></th>
|
||||
<th scope="col"><:nom:></th>
|
||||
<th scope="col"><:message:></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<BOUCLE_signatures(SIGNATURES) {id_article} {par date}{inverse} {pagination 15}>
|
||||
<tr>
|
||||
<td class="signature-date">[(#DATE|affdate_jourcourt)]</td>
|
||||
<td class="signature-nom"><div class="#EDIT{qui}">#NOM</div>[
|
||||
<div class="#EDIT{hyperlien}"><a href="(#URL_SITE)" class="spip_out" style="font-size:small;">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></div>]</td>
|
||||
[<td class="signature-message"><div class="#EDIT{message}">(#MESSAGE|PtoBR)</div></td>]
|
||||
</tr>
|
||||
</BOUCLE_signatures>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
[<p class="pagination">(#PAGINATION)</p>]
|
||||
|
||||
</div>
|
||||
</B_signatures>
|
@ -0,0 +1,14 @@
|
||||
<div id="footer">
|
||||
<p id="legal"><strong>À l'Orée du Bois - 2, route des ravières - 1258 Perly-Genève - tel : 0041/22 771 14 64</strong></p>
|
||||
<p> </p>
|
||||
<p>Copyright © 2008 Aloreedubois</p>
|
||||
<p id="links"><a href="#URL_PAGE{mentions}">mentions légales</a></p>
|
||||
</div>
|
||||
<!-- end #footer -->
|
||||
|
||||
<br class="nettoyeur" />
|
||||
|
||||
[(#REM)
|
||||
Cette balise permet de deporter les calculs lourds (indexation etc)
|
||||
dans une image cachee, ce qui evite de ralentir l'affichage des pages.
|
||||
]#SPIP_CRON
|
@ -0,0 +1,24 @@
|
||||
[(#REM)
|
||||
Barre de navigation, ouverte sur la hierarchie courante
|
||||
|
||||
On fait un plan, et, quand on avance vers une rubrique,
|
||||
on l'affiche si son parent est expose ou est la racine du site. ]
|
||||
|
||||
<div id="menu">
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a href="#URL_SITE_SPIP/">Accueil</a></li>
|
||||
|
||||
<BOUCLE_rub(RUBRIQUES){id_parent=0}{id_rubrique!=1}{par num titre, titre}>
|
||||
<li #EXPOSE{class="active"}><a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a> </li>
|
||||
|
||||
</BOUCLE_rub>
|
||||
|
||||
<BOUCLE_art(ARTICLES){id_rubrique=1}{par titre}{inverse}>
|
||||
<li #EXPOSE{class="active"}><a href="#URL_ARTICLE">[(#TITRE|couper{80})]</a> </li>
|
||||
|
||||
</BOUCLE_art>
|
||||
|
||||
</ul>
|
||||
</div>
|
@ -0,0 +1,19 @@
|
||||
[(#REM)
|
||||
|
||||
Charger la librairie jQuery et ses plugins
|
||||
|
||||
]#CACHE{7*24*3600,cache-client}
|
||||
#HTTP_HEADER{'Content-Type: text/javascript'}
|
||||
/*
|
||||
* jQuery 1.1 - New Wave Javascript
|
||||
*
|
||||
* Copyright (c) 2007 John Resig (jquery.com)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* + form.js (plugins @ jQuery.com)
|
||||
* + ajaxCallback.js (www.spip.net)
|
||||
*/
|
||||
[(#INCLURE{javascript/jquery-1.1.js}|compacte_js)]
|
||||
[(#INCLURE{javascript/form.js}|compacte_js)]
|
||||
[(#INCLURE{javascript/ajaxCallback.js}|compacte_js)]
|
@ -0,0 +1,54 @@
|
||||
[(#REM)
|
||||
Le fichier est en cache dans SPIP, mais les navigateurs ne doivent pas
|
||||
conserver cette page en memoire
|
||||
]
|
||||
#CACHE{24 * 3600}
|
||||
#HTTP_HEADER{Content-Type: text/html; charset=#CHARSET}
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html dir="#LANG_DIR" lang="#LANG">
|
||||
<head>
|
||||
<title><:login_acces_prive:> - [(#NOM_SITE_SPIP|textebrut)]</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />
|
||||
<meta name="robots" content="none" />
|
||||
<meta name="generator" content="SPIP[ (#SPIP_VERSION)]" />
|
||||
[<link rel="shortcut icon" href="(#CHEMIN{favicon.ico})" />]
|
||||
<link rel="stylesheet" href="[(#CHEMIN{spip_style.css}|direction_css)]" type="text/css" />
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body.page_login { background: #fff; text-align: center; font: 1em Verdana, Tahoma, Arial, Helvetica, sans-serif; }
|
||||
.formulaire_spip { text-align: #LANG_LEFT; font-size: 12px; }
|
||||
.formulaire_menu_lang { float: #LANG_RIGHT; }
|
||||
.formulaire_menu_lang label { display: none; }
|
||||
.formulaire_login { clear: both; }
|
||||
.spip_logos { float: right; padding-left: 10px; }
|
||||
.forml { width: 12em; font-family: inherit; font-size: inherit; }
|
||||
.spip_bouton input { float: #LANG_RIGHT; }
|
||||
.reponse_formulaire { font-weight: bold; color: red; }
|
||||
a { color: #e86519; text-decoration: none; }
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
<body class="page_login">
|
||||
|
||||
<div style="text-align: center; width: 400px; margin: 0 auto; padding: 3em 0;">
|
||||
|
||||
<h3 class="spip">#NOM_SITE_SPIP<br />
|
||||
<small><:login_acces_prive:></small>
|
||||
</h3>
|
||||
|
||||
#MENU_LANG_ECRIRE
|
||||
|
||||
<div class="formulaire_spip formulaire_login">
|
||||
#LOGIN_PRIVE
|
||||
|
||||
<p style="text-align: center;">
|
||||
[[<a href="#URL_PAGE{spip_inscription,focus=nom_inscription}&mode=(#URL_SITE_SPIP|tester_config{mode_inscription})" target="spip_pass" onclick="javascript:window.open(this.href, 'spip_pass', 'scrollbars=yes, resizable=yes, width=480, height=400'); return false;"><:login_sinscrire:></a>]]
|
||||
[<a href="#URL_PAGE{spip_pass}" target="spip_pass" onclick="javascript:window.open(this.href, 'spip_pass', 'scrollbars=yes, resizable=yes, width=480, height=330'); return false;"><:login_motpasseoublie:></a>]
|
||||
[<a href="#URL_SITE_SPIP/"><:login_retoursitepublic:></a>]
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,37 @@
|
||||
<B_test_contenu>[[(#NOM_SITE_SPIP|textebrut)]] <:nouveautes:>
|
||||
|
||||
|
||||
<:bonjour:>
|
||||
|
||||
<:texte_lettre_information:> "[(#NOM_SITE_SPIP|textebrut)]" (#URL_SITE_SPIP).
|
||||
<:texte_lettre_information_2:> [(#ENV{jours_neuf})] <:jours:>.
|
||||
<BOUCLE_test_contenu(AUTEURS){0,1}{tous}><B_nv1>
|
||||
|
||||
<:nouveaux_articles:>
|
||||
--------------------------
|
||||
|
||||
<BOUCLE_nv1(ARTICLES){age_relatif<=0}{par date}{inverse}{0,30}>
|
||||
[** (#TITRE|textebrut) **]
|
||||
[<:par_auteur:> (#LESAUTEURS|textebrut)]
|
||||
[- (#DATE|affdate)]
|
||||
[
|
||||
(#INTRODUCTION|textebrut)
|
||||
]
|
||||
-> [(#URL_ARTICLE|url_absolue)]
|
||||
|
||||
</BOUCLE_nv1><B_nv2>
|
||||
|
||||
<:nouvelles_breves:>
|
||||
--------------------------
|
||||
|
||||
<BOUCLE_nv2(BREVES){age_relatif<=0}{par date}{inverse}{0,30}>
|
||||
[* (#TITRE|textebrut) *]
|
||||
[ - (#DATE|affdate)]
|
||||
[
|
||||
(#INTRODUCTION|textebrut)
|
||||
]
|
||||
-> [(#URL_BREVE|url_absolue)]
|
||||
|
||||
</BOUCLE_nv2></BOUCLE_test_contenu>
|
||||
|
||||
</B_test_contenu>
|
@ -0,0 +1,117 @@
|
||||
#CACHE{7200}
|
||||
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
|
||||
<html dir="#LANG_DIR" lang="#LANG">
|
||||
<head>
|
||||
<title><:plan_site:> - [(#NOM_SITE_SPIP|textebrut)]</title>
|
||||
[<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|textebrut)" />]
|
||||
<INCLURE{fond=inc-head}>
|
||||
<meta name="robots" content="none" />
|
||||
</head>
|
||||
|
||||
<body class="page_plan">
|
||||
<div id="page">
|
||||
|
||||
[(#REM) Entete de la page + titre du site ]
|
||||
<INCLURE{fond=inc-entete}>
|
||||
|
||||
[(#REM) Fil d'Ariane ]
|
||||
<div id="hierarchie"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> > <:plan_site:></div>
|
||||
|
||||
<div id="conteneur">
|
||||
|
||||
[(#REM) Le plan de site ci-dessous est a adapter selon les besoins. En particulier, on n'aura pas necessairement besoin de tous les elements (sous-rubriques, articles, breves et sites) ]
|
||||
|
||||
<div id="contenu">
|
||||
|
||||
<div class="cartouche">
|
||||
<h1 class="titre"><:plan_site:></h1>
|
||||
</div>
|
||||
|
||||
<BOUCLE_secteurs(RUBRIQUES) {racine} {par titre}>
|
||||
|
||||
<h2><a href="#URL_RUBRIQUE">#TITRE</a></h2>
|
||||
|
||||
[(#REM) Articles et sous-rubriques ]
|
||||
|
||||
<div class="contre-encart">
|
||||
|
||||
<B_articles_racine>
|
||||
<h3 class="invisible"><:articles:></h3>
|
||||
<ul>
|
||||
<BOUCLE_articles_racine(ARTICLES) {id_rubrique} {par titre}>
|
||||
<li><a href="#URL_ARTICLE">#TITRE</a></li>
|
||||
</BOUCLE_articles_racine>
|
||||
</ul>
|
||||
</B_articles_racine>
|
||||
|
||||
<B_rubriques>
|
||||
<ul>
|
||||
<BOUCLE_rubriques(RUBRIQUES) {id_parent} {par titre}>
|
||||
<li><strong><a href="#URL_RUBRIQUE">#TITRE</a></strong>
|
||||
|
||||
<B_articles>
|
||||
<ul>
|
||||
<BOUCLE_articles(ARTICLES) {id_rubrique} {par titre}>
|
||||
<li><a href="#URL_ARTICLE">#TITRE</a></li>
|
||||
</BOUCLE_articles>
|
||||
</ul>
|
||||
</B_articles>
|
||||
|
||||
<BOUCLE_sous_rubriques(BOUCLE_rubriques)></BOUCLE_sous_rubriques>
|
||||
|
||||
</li>
|
||||
</BOUCLE_rubriques>
|
||||
|
||||
</ul>
|
||||
</B_rubriques>
|
||||
|
||||
</div><!-- fin contre-encart -->
|
||||
|
||||
<div class="encart">
|
||||
|
||||
[(#REM) Breves ]
|
||||
<B_breves>
|
||||
<div class="breves">
|
||||
<h3 class="menu-titre"><:breves:></h3>
|
||||
<ul>
|
||||
<BOUCLE_breves(BREVES) {id_secteur} {par date}{inverse}>
|
||||
<li><a href="#URL_BREVE">#TITRE</a></li>
|
||||
</BOUCLE_breves>
|
||||
</ul>
|
||||
</div>
|
||||
</B_breves>
|
||||
|
||||
[(#REM) Sur le Web ]
|
||||
<B_sites>
|
||||
<div class="syndic">
|
||||
<h3 class="menu-titre"><:sites_web:></h3>
|
||||
<ul>
|
||||
<BOUCLE_sites(SITES) {id_secteur} {par nom_site}>
|
||||
<li><a href="[(#ID_SYNDIC|generer_url_site)]">#NOM_SITE</a></li>
|
||||
</BOUCLE_sites>
|
||||
</ul>
|
||||
</div>
|
||||
</B_sites>
|
||||
|
||||
</div><!-- fin encart -->
|
||||
|
||||
</BOUCLE_secteurs>
|
||||
|
||||
</div><!-- fin contenu -->
|
||||
|
||||
[(#REM) Menu de navigation laterale ]
|
||||
<div id="navigation">
|
||||
|
||||
[(#REM) Menu de navigation par rubriques ]
|
||||
<INCLURE{fond=inc-rubriques}>
|
||||
|
||||
</div><!-- fin navigation -->
|
||||
|
||||
</div><!-- fin conteneur -->
|
||||
|
||||
[(#REM) Pied de page ]
|
||||
<INCLURE{fond=inc-pied}{skel=#SQUELETTE}>
|
||||
|
||||
</div><!-- fin page -->
|
||||
</body>
|
||||
</html>
|