Changeset 5954 in spip-zone
- Timestamp:
- Oct 6, 2006, 7:10:10 PM (15 years ago)
- Location:
- _squelettes_/spip-party/squelettes
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/spip-party/squelettes/article.html
r2090 r5954 2 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 4 [(#REM) S pip party par Ben.spip, Gilles Vincent & IZO, basé sur K2 et Bones ]4 [(#REM) SPIP Party par Ben.spip, Gilles Vincent & IZO, basé sur K2 et Bones ] 5 5 <head> 6 <title>[(#NOM_SITE_SPIP)] - [(#TITRE|textebrut)] </title> 7 <meta name="generator" content="SPIP BONES 1.8" /> 8 <meta name="template" content="Bones K2" /> 9 <meta name="Robots" content="index,follow,all" /> 10 <meta name="Identifier-URL" content="#URL_SITE_SPIP" /> 11 <meta name="rating" content="General" /> 12 <meta name="revisit-after" content="15 days" /> 13 <INCLURE{fond=inc_head}{id_article}> 6 <title>[(#TITRE|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title> 7 [<meta name="description" content="(#INTRODUCTION|couper{150}|textebrut)" />] 8 <INCLURE{fond=inc_head}{id_article}{id_rubrique}> 14 9 15 10 <script type="text/javascript"> 16 11 <!-- 17 18 19 12 function showpic (parent,url,src,w,h) { 20 13 // div : id de la div parente … … 94 87 <div id="page"> 95 88 <div id="header"> 96 <!-- <h1><a href="#URL_SITE_SPIP"></a></h1>--> 97 <p class="description"> 98 <!--vous pouvez mettre la description du site--> 99 </p> 89 100 90 <ul class="menu"> 101 <li class="current_item"> [<a href="(#URL_SITE_SPIP)" title="<:accueil_site:>"><b><:accueil_site:></b></a>]</li>91 <li class="current_item"><a href="#URL_SITE_SPIP/" title="<:accueil_site:>"><b><:accueil_site:></b></a></li> 102 92 <INCLURE{fond=inc_menu-haut}{id_rubrique}> 103 93 </ul> … … 112 102 <div id="post" class="item entry"> 113 103 <div class="itemhead"> [ 114 <div class="image"><a href="#URL_RUBRIQUE">(#LOGO_ARTICLE_RUBRIQUE|left|| reduire_image{75})</a></div>104 <div class="image"><a href="#URL_RUBRIQUE">(#LOGO_ARTICLE_RUBRIQUE|left||image_reduire{75})</a></div> 115 105 ] 116 106 <h3><a href="#URL_ARTICLE">#TITRE</a></h3> 117 107 <span class="metadata"> 118 108 <BOUCLE_rubrique_article(RUBRIQUES){id_rubrique}> 119 <a href="#URL_RUBRIQUE"[ title="(#TEXTE|textebrut|entites_html)"]>#TITRE</a>109 <a href="#URL_RUBRIQUE"[ title="(#TEXTE|textebrut|entites_html)"]>#TITRE</a> 120 110 </BOUCLE_rubrique_article> 121 111 </span> <small class="metadata"><:par_auteur:> 122 112 <BOUCLE_auteurs_articles(AUTEURS) {id_article} {" "}> 123 <a href= #URL_AUTEUR>[(#NOM|supprimer_numero)]</a>113 <a href="#URL_AUTEUR">#NOM</a> 124 114 </BOUCLE_auteurs_articles> 125 115 , [(#DATE|nom_jour)] [(#DATE|affdate)] - … … 145 135 <div>(#DESCRIPTIF)</div> 146 136 ] [ 147 <div> <a href="#URL_DOCUMENT">(#FICHIER| reduire_image{500}) </a> </div>137 <div> <a href="#URL_DOCUMENT">(#FICHIER|image_reduire{500}) </a> </div> 148 138 ] 149 139 </BOUCLE_afficher_document> … … 152 142 <div> 153 143 <BOUCLE_documents_portfolio(DOCUMENTS){id_article}{mode=document}{extension==(png|jpg|gif)$}{doublons}> 154 [<a href="#URL_ARTICLE[(#URL_ARTICLE|strpos{?}|?{&,?})]id_document=#ID_DOCUMENT" onclick="return !showpic('current_image','#URL_DOCUMENT','[(#FICHIER| reduire_image{500}|extraire_attribut{src})]',[(#FICHIER|reduire_image{500}|extraire_attribut{width})],[(#FICHIER|reduire_image{500}|extraire_attribut{height})]);">(#LOGO_DOCUMENT{0,60})</a>] [144 [<a href="#URL_ARTICLE[(#URL_ARTICLE|strpos{?}|?{&,?})]id_document=#ID_DOCUMENT" onclick="return !showpic('current_image','#URL_DOCUMENT','[(#FICHIER|image_reduire{500}|extraire_attribut{src})]',[(#FICHIER|image_reduire{500}|extraire_attribut{width})],[(#FICHIER|image_reduire{500}|extraire_attribut{height})]);">(#LOGO_DOCUMENT{0,60})</a>] [ 155 145 <div style="clear: both;"><b>(#TITRE)</b></div> 156 146 ][ … … 184 174 <INCLURE{fond=inc_syndication}> 185 175 <INCLURE{fond=inc_derniers_commentaires_plat}> 186 <div id="logo-spip"><a href="http://www.spip.net" class="spip_out"><img src="# DOSSIER_SQUELETTE/images/logo-spip.gif" name="spip" border="0" id="spip" alt="spip"/></a></div>176 <div id="logo-spip"><a href="http://www.spip.net" class="spip_out"><img src="#CHEMIN{images/logo-spip.gif}" name="spip" border="0" id="spip" alt="spip"/></a></div> 187 177 </div> 188 178 <!-- secondary --> -
_squelettes_/spip-party/squelettes/auteur.html
r2207 r5954 2 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 4 [(#REM) S pip party par Ben.spip, Gilles Vincent & IZO, basésur K2 et Bones ]4 [(#REM) SPIP Party par Ben.spip, Gilles Vincent & IZO, bas� sur K2 et Bones ] 5 5 <head> 6 <title>#NOM_SITE_SPIP - [(#TITRE|textebrut)]</title> 7 <meta name="generator" content="SPIP BONES 1.8" /> 8 <meta name="template" content="Bones K2" /> 9 <meta name="Robots" content="index,follow,all" /> 10 <meta name="Identifier-URL" content="#URL_SITE_SPIP" /> 11 <meta name="rating" content="General" /> 12 <meta name="revisit-after" content="15 days" /> 13 <INCLURE {fond=inc_head}{id_auteur}> 6 <title>[(#NOM|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title> 7 [<meta name="description" content="(#BIO|couper{150}|textebrut)" />] 8 <INCLURE{fond=inc_head}{id_auteur}> 14 9 </head> 15 10 <body> 16 11 <div id="page"> 17 12 <div id="header"> 18 <!-- <h1><a href="#URL_SITE_SPIP"></a></h1>--> 19 <p class="description"> 20 <!--vous pouvez mettre la description du site--> 21 </p> 13 22 14 <ul class="menu"> 23 <li class="current_item"> [<a href="(#URL_SITE_SPIP)" title="<:accueil_site:>"><b><:accueil_site:></b></a>]</li>15 <li class="current_item"><a href="#URL_SITE_SPIP/" title="<:accueil_site:>"><b><:accueil_site:></b></a></li> 24 16 <INCLURE {fond=inc_menu-haut}> 25 17 </ul> … … 34 26 <div id="post" class="item entry"> 35 27 <div class="itemhead"> Auteur : 36 <h3> [(#NOM|supprimer_numero)]</h3>28 <h3>#NOM</h3> 37 29 <p>#BIO</p> 38 30 <p></p> 39 31 <ul> 40 <BOUCLE_articles(ARTICLES){id_auteur}{ par date}{inverse}>41 <li><a href="#URL_ARTICLE"[ title="(#DESCRIPTIF|textebrut|entites_html)"]>[(#TITRE|supprimer_numero)]</a> ([(#DATE|affdate{'d/m/Y'})])</li>32 <BOUCLE_articles(ARTICLES){id_auteur}{!par date}> 33 <li><a href="#URL_ARTICLE"[ title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a> ([(#DATE|affdate{'d/m/Y'})])</li> 42 34 </BOUCLE_articles> 43 35 </ul> … … 57 49 <INCLURE {fond=inc_sites}> 58 50 <INCLURE {fond=inc_syndication}> 59 <div id="logo-spip"><a href="http://www.spip.net" class="spip_out"><img src="# DOSSIER_SQUELETTE/images/logo-spip.gif" name="spip" border="0" id="spip" alt="spip"/></a></div>51 <div id="logo-spip"><a href="http://www.spip.net" class="spip_out"><img src="#CHEMIN{images/logo-spip.gif}" name="spip" border="0" id="spip" alt="spip"/></a></div> 60 52 </div> 61 53 <!-- secondary --> -
_squelettes_/spip-party/squelettes/breve.html
r2207 r5954 2 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 4 [(#REM) S pip party par Ben.spip, Gilles Vincent & IZO, basésur K2 et Bones ]4 [(#REM) SPIP Party par Ben.spip, Gilles Vincent & IZO, bas� sur K2 et Bones ] 5 5 <head> 6 <title>#NOM_SITE_SPIP - [(#TITRE|textebrut)]</title> 7 <meta name="generator" content="SPIP BONES 1.8" /> 8 <meta name="template" content="Bones K2" /> 9 <meta name="Robots" content="index,follow,all" /> 10 <meta name="Identifier-URL" content="#URL_SITE_SPIP" /> 11 <meta name="rating" content="General" /> 12 <meta name="revisit-after" content="15 days" /> 13 <INCLURE {fond=inc_head}{id_breve}> 14 </head> 6 <title>[(#TITRE|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title> 7 [<meta name="description" content="(#INTRODUCTION|couper{150}|textebrut)" />] 8 <INCLURE{fond=inc_head}{id_breve}{id_rubrique}> 15 9 <body> 16 10 <div id="page"> 17 11 <div id="header"> 18 <!-- <h1><a href="#URL_SITE_SPIP"></a></h1>--> 19 <p class="description"> 20 <!--vous pouvez mettre la description du site--> 21 </p> 12 22 13 <ul class="menu"> 23 <li class="current_item"> [<a href="(#URL_SITE_SPIP)" title="<:accueil_site:>"><b><:accueil_site:></b></a>]</li>14 <li class="current_item"><a href="#URL_SITE_SPIP/" title="<:accueil_site:>"><b><:accueil_site:></b></a></li> 24 15 <INCLURE {fond=inc_menu-haut}{id_rubrique}> 25 16 </ul> … … 34 25 <div id="post" class="item entry"> 35 26 <div class="itemhead"> [ 36 <div class="image">(#LOGO_BREVE_RUBRIQUE|right|| reduire_image{100})</div>27 <div class="image">(#LOGO_BREVE_RUBRIQUE|right||image_reduire{100})</div> 37 28 ] 38 29 <h3>#TITRE</h3> 39 30 [(#DATE|nom_jour)] [(#DATE|affdate)] [(#DATE|heures)]:[(#DATE|minutes)] - 40 31 <BOUCLE_rubrique_breve(RUBRIQUES){id_rubrique}> 41 <a href="#URL_RUBRIQUE"[ title="(#TEXTE|textebrut|entites_html)"]>#TITRE</a>32 <a href="#URL_RUBRIQUE"[ title="(#TEXTE|textebrut|entites_html)"]>#TITRE</a> 42 33 </BOUCLE_rubrique_breve> 43 34 . </div> … … 65 56 <INCLURE {fond=inc_sites}> 66 57 <INCLURE {fond=inc_syndication}> 67 <div id="logo-spip"><a href="http://www.spip.net" class="spip_out"><img src="# DOSSIER_SQUELETTE/images/logo-spip.gif" name="spip" border="0" id="spip" alt="spip"/></a></div>58 <div id="logo-spip"><a href="http://www.spip.net" class="spip_out"><img src="#CHEMIN{images/logo-spip.gif}" name="spip" border="0" id="spip" alt="spip"/></a></div> 68 59 </div> 69 60 <!-- secondary --> -
_squelettes_/spip-party/squelettes/inc_agenda.html
r1991 r5954 4 4 <ul> 5 5 <BOUCLE_agenda(ARTICLES) {par date_redac} {age_redac<1} {titre_mot=agenda}> 6 <li>[(#DATE_REDAC|jour)]/[(#DATE_REDAC|mois)] : <a href="#URL_ARTICLE"[ title="(#INTRODUCTION|textebrut|entites_html)"] class="resume"> [(#TITRE|supprimer_numero)]</a></li>6 <li>[(#DATE_REDAC|jour)]/[(#DATE_REDAC|mois)] : <a href="#URL_ARTICLE"[ title="(#INTRODUCTION|textebrut|entites_html)"] class="resume">#TITRE</a></li> 7 7 </BOUCLE_agenda> 8 8 </ul> -
_squelettes_/spip-party/squelettes/inc_dernieres_breves.html
r2030 r5954 2 2 <div class="sb_latest"> 3 3 <h2><:dernieres_breves:></h2> 4 <span class="metalink"><a href=" ?page=backend-breves" title="RSS <:breves:>">RSS</a></span>4 <span class="metalink"><a href="#URL_PAGE{backend-breves}" title="RSS <:breves:>">RSS</a></span> 5 5 <ul id="dernieres_breves"> 6 <BOUCLE_breves(BREVES) { par date} {inverse} {0,5}>6 <BOUCLE_breves(BREVES) {!par date} {0,5}> 7 7 <li><a href="#URL_BREVE"[ title="(#INTRODUCTION|textebrut|entites_html)"] class="resume">#TITRE</a></li> 8 8 </BOUCLE_breves> -
_squelettes_/spip-party/squelettes/inc_derniers_commentaires.html
r1991 r5954 1 1 <B_derniers_commentaires> 2 2 <h2><:derniers_commentaires:></h2> 3 <BOUCLE_derniers_commentaires(FORUMS) {plat} { par date} {inverse} {0,1}>3 <BOUCLE_derniers_commentaires(FORUMS) {plat} {!par date} {0,1}> 4 4 <BOUCLE_ArticleForum(ARTICLES) {id_article}> 5 5 Le [(#DATE|jour)]/[(#DATE|mois)]/[(#DATE|annee)] <i><:par_auteur:> #NOM</i> -
_squelettes_/spip-party/squelettes/inc_derniers_commentaires_plat.html
r1991 r5954 3 3 <h2>Derniers commentaires</h2> 4 4 <ul> 5 <BOUCLE_commentaires(FORUMS) {plat} { par date} {inverse} {0,10}>5 <BOUCLE_commentaires(FORUMS) {plat} {!par date} {0,10}> 6 6 <li><a href="#URL_ARTICLE#forum#ID_FORUM" >#TITRE</a></li> 7 7 </BOUCLE_commentaires> -
_squelettes_/spip-party/squelettes/inc_forum_article.html
r1991 r5954 13 13 <li id='formulaireForum'> 14 14 </li> 15 <BOUCLE_forums(FORUMS){id_article}{ par date}{inverse}>15 <BOUCLE_forums(FORUMS){id_article}{!par date}> 16 16 <li class=" item" id="comment"> <a name="forum#ID_FORUM" id="forum#ID_FORUM"></a> #TITRE [(#DATE|affdate)][, <:par_auteur:> <a href="mailto:[(#EMAIL|entites_html)]">(#NOM)</a>] [<strong><a href="inclusions/(#URL_SITE)" class="spip_out">#NOM_SITE</a></strong>] 17 17 <div class="itemtext"> … … 23 23 </li> 24 24 <B_forums_fils> 25 <BOUCLE_forums_fils(FORUMS){id_parent}{ par date}{inverse}>25 <BOUCLE_forums_fils(FORUMS){id_parent}{!par date}> 26 26 <li class=" item" id="comment"> <a name="forum#ID_FORUM" id="forum#ID_FORUM"></a> #TITRE [(#DATE|affdate)][, <:par_auteur:> <a href="mailto:[(#EMAIL|entites_html)]">(#NOM)</a>] [<strong><a href="(#URL_SITE)" class="spip_out">#NOM_SITE</a></strong>] 27 27 -
_squelettes_/spip-party/squelettes/inc_forum_article_sansajax.html
r2031 r5954 13 13 <li id='formulaireForum'> 14 14 </li> 15 <BOUCLE_forums(FORUMS){id_article}{ par date}{inverse}>15 <BOUCLE_forums(FORUMS){id_article}{!par date}> 16 16 <li class=" item" id="comment"> <a name="forum#ID_FORUM" id="forum#ID_FORUM"></a> #TITRE [(#DATE|affdate)][, <:par_auteur:> <a href="mailto:[(#EMAIL|entites_html)]">(#NOM)</a>] [<strong><a href="inclusions/(#URL_SITE)" class="spip_out">#NOM_SITE</a></strong>] 17 17 <div class="itemtext"> … … 23 23 </li> 24 24 <B_forums_fils> 25 <BOUCLE_forums_fils(FORUMS){id_parent}{ par date}{inverse}>25 <BOUCLE_forums_fils(FORUMS){id_parent}{!par date}> 26 26 <li class=" item" id="comment"> <a name="forum#ID_FORUM" id="forum#ID_FORUM"></a> #TITRE [(#DATE|affdate)][, <:par_auteur:> <a href="mailto:[(#EMAIL|entites_html)]">(#NOM)</a>] [<strong><a href="(#URL_SITE)" class="spip_out">#NOM_SITE</a></strong>] 27 27 -
_squelettes_/spip-party/squelettes/inc_forum_breve.html
r1991 r5954 11 11 12 12 <B_forums> 13 <BOUCLE_forums(FORUMS){id_breve}{ par date}{inverse}>13 <BOUCLE_forums(FORUMS){id_breve}{!par date}> 14 14 <p id="c2063" class="comment-info"> <span class="comment-number"> <a name="forum#ID_FORUM"></a> #TITRE</span> [(#DATE|affdate)][, <:par_auteur:> <a href="mailto:[(#EMAIL|entites_html)]">(#NOM)</a>] [<strong><a href="(#URL_SITE)" class="spip_out">#NOM_SITE</a></strong>]</p> 15 15 <blockquote> -
_squelettes_/spip-party/squelettes/inc_galaxie.html
r2036 r5954 1 <a href="http://www.spip.net/" title="Site officiel : Pr ésentation, téléchargement, exemples, forums, etc.">SPIP</a>2 <a href="http://zone.spip.org/" title="SPIP-zone: Une communaut é ouverte de « créations libres avec SPIP »">Zone</a>1 <a href="http://www.spip.net/" title="Site officiel : Pr�sentation, t�l�chargement, exemples, forums, etc.">SPIP</a> 2 <a href="http://zone.spip.org/" title="SPIP-zone: Une communaut� ouverte de � cr�ations libres avec SPIP �">Zone</a> 3 3 <a href="http://forum.spip.org/" title="Les forums SPIP">Forums</a> 4 4 <a href="http://www.spip-contrib.net/" title="SPIP Contrib : les contributeurs partagent">Contrib</a> 5 5 <a href="irc://irc.freenode.net/spip" title="Le canal IRC pour poser les questions en direct">Irc</a> 6 6 <a href="http://www.spip-party.net/" title="SPIP Party pour se rencontrer physiquement autour de SPIP">Party</a> 7 <a href="http://spip.blog.ouvaton.org/" title="SPIP blog : ça bloggue et ça trolle">Blog</a> 8 <a href="http://mag.spip.net/" title="SPIP Mag, le webzine sur et autour de Spip">Mag</a> 9 <a href="http://sedna.spip.org/sedna/" title="Sedna, l'aggrégateur de la galaxie SPIP">Sedna</a> 7 <a href="http://spip.blog.ouvaton.org/" title="SPIP blog : �a bloggue et �a trolle">Blog</a> 8 <a href="http://mag.spip.net/" title="SPIP Mag�, le webzine sur et autour de Spip">Mag</a> 9 <a href="http://zine.spip.org/" title="SPIP Mag�, le webzine sur et autour de Spip">Zine</a> 10 <a href="http://sedna.spip.org/sedna/" title="Sedna, l'aggré�gateur de la galaxie SPIP">Sedna</a> 10 11 <br> 11 12 [(#NOM_SITE|listeDesListes)] -
_squelettes_/spip-party/squelettes/inc_head.html
r2030 r5954 1 <!-- Navigateurs eclairs --> 2 <link rel="alternate" type="application/rss+xml" title="RRS <:articles:>" href="?page=backend" /> 3 <link rel="alternate" type="application/rss+xml" title="RSS <:breves:>" href="?page=backend-breves" /> 4 <BOUCLE_rub_css(RUBRIQUES) {id_rubrique}><link rel="alternate" type="application/rss+xml" title="RSS [(#TITRE|textebrut)]" href="?page=backend&?id_rubrique=#ID_RUBRIQUE" /></BOUCLE_rub_css> 1 <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" /> 2 <meta name="generator" content="SPIP[ (#SPIP_VERSION)]" /> 3 <meta name="template" content="SPIP Party 1.5" /> 4 <link rel="accueil" title="<:accueil_site:>" href="#URL_SITE_SPIP/" /> 5 <meta name="Robots" content="index,follow,all" /> 6 <meta name="Identifier-URL" content="#URL_SITE_SPIP/" /> 7 <meta name="rating" content="General" /> 8 <meta name="revisit-after" content="15 days" /> 5 9 6 <link rel="shortcut icon" type="image/png" href="#DOSSIER_SQUELETTE/images/favico.png" /> 7 <link rel=" shortcut icon" type="image/x-icon" href="#DOSSIER_SQUELETTE/images/favico.ico" />8 <link rel="a ccueil" title="<:accueil_site:>" href="?page=sommaire" />9 < meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />10 [(#REM) Lien vers le flux RSS du site ] 11 <link rel="alternate" type="application/rss+xml" title="RSS <:articles:>" href="#URL_PAGE{backend}" /> 12 <link rel="alternate" type="application/rss+xml" title="RSS <:breves:>" href="#URL_PAGE{backend-breves}" /> 13 <BOUCLE_rub_css(RUBRIQUES) {id_rubrique}><link rel="alternate" type="application/rss+xml" title="RSS [(#TITRE|textebrut)]" href="[(#URL_PAGE{backend}|parametre_url{id_rubrique,#ID_RUBRIQUE})]" /></BOUCLE_rub_css> 10 14 11 <link rel='stylesheet' href='#DOSSIER_SQUELETTE/styles/stylek2.css' type='text/css' /> 15 [(#REM) Lien vers l'icone destinee a la barre de bookmarks ] 16 [<link rel="shortcut icon" type="image/png" href="(#CHEMIN{images/favico.png})" />] 17 [<link rel="shortcut icon" type="image/x-icon" href="(#CHEMIN{images/favico.ico})" />] 12 18 13 <BOUCLE_choixCss1(RUBRIQUES) {id_rubrique}{id_secteur=1}> 14 <link rel='stylesheet' href='#DOSSIER_SQUELETTE/styles/feria-yellow.css' type='text/css' /> 15 </BOUCLE_choixCss1> 19 [(#REM) Choix des CSS selon les secteurs ] 16 20 21 <link rel="stylesheet" href="#CHEMIN{styles/stylek2.css}" type="text/css" /> 17 22 18 <BOUCLE_ choixCss7(RUBRIQUES) {id_rubrique}{id_secteur=7}>19 <link rel= 'stylesheet' href='#DOSSIER_SQUELETTE/styles/feria-purple.css' type='text/css'/>20 </BOUCLE_ choixCss7>23 <BOUCLE_feria-yellow(RUBRIQUES){id_rubrique}{id_secteur=1}> 24 <link rel="stylesheet" href="#CHEMIN{styles/feria-yellow.css}" type="text/css" /> 25 </BOUCLE_feria-yellow> 21 26 27 <BOUCLE_feria-purple(RUBRIQUES){id_rubrique}{id_secteur=30}> 28 <link rel="stylesheet" href="#CHEMIN{styles/feria-purple.css}" type="text/css" /> 29 </BOUCLE_feria-purple> 22 30 23 <BOUCLE_choixCssA1(ARTICLES) {id_article}{id_secteur=1}> 24 <link rel='stylesheet' href='#DOSSIER_SQUELETTE/styles/feria-yellow.css' type='text/css' /> 25 </BOUCLE_choixCssA1> 26 27 28 <BOUCLE_choixCssA7(ARTICLES) {id_article}{id_secteur=7}> 29 <link rel='stylesheet' href='#DOSSIER_SQUELETTE/styles/feria-purple.css' type='text/css' /> 30 </BOUCLE_choixCssA7> 31 32 <BOUCLE_choixCssB1(BREVES) {id_breve}{id_secteur=1}> 33 <link rel='stylesheet' href='#DOSSIER_SQUELETTE/styles/feria-yellow.css' type='text/css' /> 34 </BOUCLE_choixCssB1> 35 36 37 <BOUCLE_choixCssB7(BREVES) {id_breve}{id_secteur=7}> 38 <link rel='stylesheet' href='#DOSSIER_SQUELETTE/styles/feria-purple.css' type='text/css' /> 39 </BOUCLE_choixCssB7> 31 [(#REM) Balise permettant aux plugins d'inserer des appels javascript ou css ] 32 #INSERT_HEAD -
_squelettes_/spip-party/squelettes/inc_meme_groupe-1.html
r1991 r5954 3 3 <ul> 4 4 <BOUCLE_liste_mot(MOTS) {id_groupe} {par titre}> 5 <li><a href="#URL_MOT" [title="(#DESCRIPTIF|textebrut|entites_html)"]>[(#TITRE|titre_homogene|supprimer_numero)]</a></li>5 <li><a href="#URL_MOT"[ title="(#DESCRIPTIF|textebrut|entites_html)"]>[(#TITRE|titre_homogene)]</a></li> 6 6 </BOUCLE_liste_mot> 7 7 </ul> -
_squelettes_/spip-party/squelettes/inc_meme_rubrique.html
r1991 r5954 4 4 <ul> 5 5 <BOUCLE_meme_rubrique(ARTICLES){id_rubrique}{doublons}{0,5}{par hasard}> 6 <li><a href="#URL_ARTICLE"[ title="(#INTRODUCTION|textebrut|entites_html)"]>#TITRE</a></li>6 <li><a href="#URL_ARTICLE"[ title="(#INTRODUCTION|textebrut|entites_html)"]>#TITRE</a></li> 7 7 </BOUCLE_meme_rubrique> 8 8 </ul> -
_squelettes_/spip-party/squelettes/inc_memes_auteurs.html
r2030 r5954 5 5 <ul> 6 6 <BOUCLE_articles_auteur(ARTICLES) {id_rubrique} {id_auteur} {par hasard} {0,3}> 7 <li><a href="#URL_ARTICLE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a></li>7 <li><a href="#URL_ARTICLE"[ title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a></li> 8 8 </BOUCLE_articles_auteur> 9 9 </ul> -
_squelettes_/spip-party/squelettes/inc_memes_mots.html
r2030 r5954 2 2 <BOUCLE_mots(MOTS) {id_article}> 3 3 <div class="sb_latest"> 4 <h2><a href=" ?page=mot&id_mot=#ID_MOT">[(#TITRE|titre_homogene)]</a></h2>4 <h2><a href="#URL_MOT">[(#TITRE|titre_homogene)]</a></h2> 5 5 <ul> 6 6 <BOUCLE_articles_mot(ARTICLES) {id_mot} {par hasard} {0,3} {doublons mot}> 7 <li><a href="#URL_ARTICLE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>[(#TITRE|titre_homogene|supprimer_numero)]</a></li>7 <li><a href="#URL_ARTICLE"[ title="(#DESCRIPTIF|textebrut|entites_html)"]>[(#TITRE|titre_homogene)]</a></li> 8 8 </BOUCLE_articles_mot> 9 9 <BOUCLE_articles_mot_suite(ARTICLES) {id_mot} {doublons mot}> 10 </BOUCLE_articles_mot_suite> <li><a href=" ?page=mot&id_mot=#ID_MOT"> (...)</a></li></B_articles_mot_suite>10 </BOUCLE_articles_mot_suite> <li><a href="#URL_MOT"> (...)</a></li></B_articles_mot_suite> 11 11 </ul> 12 12 </div> -
_squelettes_/spip-party/squelettes/inc_memes_mots_article.html
r2030 r5954 3 3 <h2><:mots_clefs:></h2> 4 4 <BOUCLE_mots(MOTS) {id_article}> 5 <h4><a href=" ?page=mot&id_mot=#ID_MOT">#TITRE</a></h4>5 <h4><a href="#URL_MOT">#TITRE</a></h4> 6 6 <ul> 7 7 <BOUCLE_articles_mot(ARTICLES) {id_mot} {par hasard} {0,3} {doublons mot}> 8 <li><a href="#URL_ARTICLE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>[(#TITRE|supprimer_numero)]</a></li>8 <li><a href="#URL_ARTICLE"[ title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a></li> 9 9 </BOUCLE_articles_mot> 10 10 <BOUCLE_articles_mot_suite(ARTICLES) {id_mot} {doublons mot}> 11 11 </BOUCLE_articles_mot_suite> 12 <li><a href=" ?page=mot&id_mot=#ID_MOT"> (...)</a></li>12 <li><a href="#URL_MOT"> (...)</a></li> 13 13 </B_articles_mot_suite> 14 14 </ul> -
_squelettes_/spip-party/squelettes/inc_memes_mots_breve.html
r2030 r5954 2 2 <BOUCLE_mots(MOTS) {id_breve}> 3 3 4 <h4><a href=" ?page=mot&id_mot=#ID_MOT">[(#TITRE)]</a></h4>4 <h4><a href="#URL_MOT">[(#TITRE)]</a></h4> 5 5 <ul> 6 6 <BOUCLE_breves_mot(BREVES) {id_mot} {par hasard} {0,3} {doublons mot}> 7 <li><a href="#URL_BREVE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>[(#TITRE|supprimer_numero)]</a></li>7 <li><a href="#URL_BREVE"[ title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a></li> 8 8 </BOUCLE_breves_mot> 9 9 <BOUCLE_breves_mot_suite(BREVES) {id_mot} {doublons mot}> 10 10 </BOUCLE_breves_mot_suite> 11 <li><a href=" ?page=mot&id_mot=#ID_MOT"> (...)</a></li>11 <li><a href="#URL_MOT"> (...)</a></li> 12 12 </B_breves_mot_suite> 13 13 </ul> … … 15 15 <!-- fin element --> 16 16 </B_mots_breve> 17 <//B_mots_breve> -
_squelettes_/spip-party/squelettes/inc_memes_mots_rubrique.html
r2030 r5954 1 1 <B_mots_rubrique> 2 2 <BOUCLE_mots(MOTS) {id_rubrique}> 3 <h4><a href=" ?page=mot&id_mot=#ID_MOT">[(#TITRE)]</a></h4>3 <h4><a href="#URL_MOT">[(#TITRE)]</a></h4> 4 4 <ul> 5 5 <BOUCLE_rubriques_mot(RUBRIQUES) {id_mot} {par hasard} {0,3} {doublons mot}> 6 <li><a href="#URL_RUBRIQUE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>[(#TITRE|supprimer_numero)]</a></li>6 <li><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a></li> 7 7 </BOUCLE_rubriques_mot> 8 8 <BOUCLE_rubriques_mot_suite(RUBRIQUES) {id_mot} {doublons mot}> 9 </BOUCLE_rubriques_mot_suite> <li><a href=" ?page=mot&id_mot=#ID_MOT"> (...)</a></li></B_rubriques_mot_suite>9 </BOUCLE_rubriques_mot_suite> <li><a href="#URL_MOT"> (...)</a></li></B_rubriques_mot_suite> 10 10 </ul> 11 11 </BOUCLE_mots_rubrique> -
_squelettes_/spip-party/squelettes/inc_memes_mots_site.html
r2030 r5954 1 1 <B_mots_site> 2 2 <BOUCLE_mots(MOTS) {id_site}> 3 <h4><a href=" ?page=mot&id_mot=#ID_MOT">[(#TITRE|titre_homogene)]</a></h4>3 <h4><a href="#URL_MOT">[(#TITRE|titre_homogene)]</a></h4> 4 4 <ul> 5 5 <BOUCLE_sites_mot(SITES) {id_mot} {par hasard} {0,3} {doublons mot}> 6 <li><a href="#URL_SYNDIC" [title="(#DESCRIPTIF|textebrut|entites_html)"]>[(#NOM_SITE|titre_homogene|supprimer_numero)]</a></li>6 <li><a href="#URL_SYNDIC"[ title="(#DESCRIPTIF|textebrut|entites_html)"]>[(#NOM_SITE|titre_homogene)]</a></li> 7 7 </BOUCLE_sites_mot> 8 8 <BOUCLE_sites_mot_suite(SITES) {id_mot} {doublons mot}> 9 </BOUCLE_sites_mot_suite> <li><a href=" ?page=mot&id_mot=#ID_MOT"> (...)</a></li></B_sites_mot_suite>9 </BOUCLE_sites_mot_suite> <li><a href="#URL_MOT"> (...)</a></li></B_sites_mot_suite> 10 10 </ul> 11 11 </BOUCLE_mots_site> -
_squelettes_/spip-party/squelettes/inc_menu-haut.html
r1993 r5954 1 1 <BOUCLE_rubriques(RUBRIQUES){racine}> 2 <li class="[(#EXPOSE{current_page_item,page_item})]"><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|textebrut|entites_html)"]> [(#TITRE|supprimer_numero)]</a></li>2 <li class="[(#EXPOSE{current_page_item,page_item})]"><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|textebrut|entites_html)"]> #TITRE</a></li> 3 3 </BOUCLE_rubriques> 4 4 -
_squelettes_/spip-party/squelettes/inc_petition.html
r1991 r5954 6 6 <//B_signatures_decompte> 7 7 <br /> 8 <BOUCLE_signatures(SIGNATURES) {id_article} { par date} {inverse} >8 <BOUCLE_signatures(SIGNATURES) {id_article} {!par date} > 9 9 #NOM, 10 10 </BOUCLE_signatures> -
_squelettes_/spip-party/squelettes/inc_petition_signature.html
r1991 r5954 1 1 <BOUCLE_article(ARTICLES) {id_article}> 2 <div class="image">[(#LOGO_ARTICLE_RUBRIQUE|left|| reduire_image{75,75})]</div>2 <div class="image">[(#LOGO_ARTICLE_RUBRIQUE|left||image_reduire{75,75})]</div> 3 3 <a href="#URL_ARTICLE"><b>#TITRE</b></a> 4 4 <br /><BOUCLE_auteurs_articles(AUTEURS) {id_article} {" "}> 5 <a href= #URL_AUTEUR>[(#NOM|supprimer_numero)]</a>5 <a href="#URL_AUTEUR">#NOM</a> 6 6 </BOUCLE_auteurs_articles> 7 7 <B_mot>(<BOUCLE_mot(MOTS){id_article}{type="salles"}>#TITRE</BOUCLE_mot>)</B_mot> … … 10 10 Personnes inscrites : (#TOTAL_BOUCLE) 11 11 <br /> 12 <BOUCLE_signatures(SIGNATURES) {id_article} { par date} {inverse} >12 <BOUCLE_signatures(SIGNATURES) {id_article} {!par date} > 13 13 #NOM, 14 14 </BOUCLE_signatures> -
_squelettes_/spip-party/squelettes/inc_pied_de_page.html
r2036 r5954 1 1 <INCLURE{fond=inc_galaxie}> 2 <br><img src="# DOSSIER_SQUELETTE/../images/ilovespip.png" name="logobones" width="16" height="16" border="0" align="middle" id="logobones" /> <a href="http://www.aucuneid.net/bones" title="Bones" target="_blank">Squelette BONES</a> |K2 by <a href="http://binarybonsai.com" target="_blank">Michael</a> and <a href="http://chrisjdavis.org" target="_blank">Chris</a>| <a href="#URL_SITE_SPIP/oo">OO</a> |<a href="http://www.mozilla-europe.org/fr/products/firefox/" target="_blank"> <img src="http://sfx-images.mozilla.org/affiliates/Buttons/36x14/blue.gif" alt="Get Firefox!" border="0" align="middle" title="Get Firefox!"/></a> | <a href="http://www.spip.net"><:site_realise_avec_spip:> </a>| <a href="http://zone.spip.org/" target="_blank"><img src="#DOSSIER_SQUELETTE/../images/ispipzone.png" name="spipzone" width="38" height="16" border="0" align="middle" id="spipzone" /></a>2 <br><img src="#CHEMIN{../images/ilovespip.png}" name="logobones" width="16" height="16" border="0" align="middle" id="logobones" /><a href="http://www.aucuneid.net/bones" title="Bones" target="_blank">Squelette BONES</a> |K2 by <a href="http://binarybonsai.com" target="_blank">Michael</a> and <a href="http://chrisjdavis.org" target="_blank">Chris</a>| <a href="#URL_SITE_SPIP/oo">OO</a> |<a href="http://www.mozilla-europe.org/fr/products/firefox/" target="_blank"> <img src="http://sfx-images.mozilla.org/affiliates/Buttons/36x14/blue.gif" alt="Get Firefox!" border="0" align="middle" title="Get Firefox!"/></a> | <a href="http://www.spip.net"><:site_realise_avec_spip:> </a>| <a href="http://zone.spip.org/" target="_blank"><img src="#CHEMIN{../images/ispipzone.png}" name="spipzone" width="38" height="16" border="0" align="middle" id="spipzone" /></a> -
_squelettes_/spip-party/squelettes/inc_sites.html
r2030 r5954 3 3 <h2><:nouveautes_web:></h2> 4 4 <ul> 5 <BOUCLE_syndic(SYNDIC_ARTICLES) { par date} {inverse} {0,5}>6 <li>[(#LOGO_SITE_RUBRIQUE|#URL_ARTICLE|| reduire_image{16})]<a href="?page=site&id_syndic=#ID_SYNDIC"[title="(#DESCRIPTIF|textebrut|entites_html)"]> #NOM_SITE</a> : <a href="#URL_ARTICLE">[(#TITRE*)]</a></li>5 <BOUCLE_syndic(SYNDIC_ARTICLES) {!par date} {0,5}> 6 <li>[(#LOGO_SITE_RUBRIQUE|#URL_ARTICLE||image_reduire{16})]<a href="?page=site&id_syndic=#ID_SYNDIC"[ title="(#DESCRIPTIF|textebrut|entites_html)"]> #NOM_SITE</a> : <a href="#URL_ARTICLE">[(#TITRE*)]</a></li> 7 7 </BOUCLE_syndic> 8 8 </ul> -
_squelettes_/spip-party/squelettes/resume.html
r2207 r5954 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 3 [(#REM) S pip party par Ben.spip, Gilles Vincent & IZO, basé sur K2 et Bones ]3 [(#REM) SPIP Party par Ben.spip, Gilles Vincent & IZO, basé sur K2 et Bones ] 4 4 <head> 5 <title>#NOM_SITE_SPIP</title> 6 <meta name="generator" content="SPIP BONES 1.8" /> 7 <meta name="template" content="Bones K2" /> 8 <meta name="Robots" content="index,follow,all" /> 9 <meta name="Identifier-URL" content="#URL_SITE_SPIP" /> 10 <meta name="rating" content="General" /> 11 <meta name="revisit-after" content="15 days" /> 12 <INCLURE {fond=inc_head}> 5 <title>[(#NOM_SITE_SPIP|textebrut)]</title> 6 [<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|textebrut)" />] 7 <INCLURE{fond=inc_head}> 13 8 </head> 14 9 <body> 15 10 <div id="page"> 16 11 <div id="header"> 17 <!-- <h1><a href="#URL_SITE_SPIP"></a></h1>--> 18 <p class="description"> 19 <!--vous pouvez mettre la description du site--> 20 </p> 12 21 13 <ul class="menu"> 22 <li class="current_item"> [<a href="(#URL_SITE_SPIP)" title="<:accueil_site:>"><b><:accueil_site:></b></a>]</li>14 <li class="current_item"><a href="#URL_SITE_SPIP/" title="<:accueil_site:>"><b><:accueil_site:></b></a></li> 23 15 <INCLURE{fond=inc_menu-haut}> 24 16 </ul> -
_squelettes_/spip-party/squelettes/rubrique.html
r2030 r5954 2 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 4 [(#REM) S pip party par Ben.spip, Gilles Vincent & IZO, basésur K2 et Bones ]4 [(#REM) SPIP Party par Ben.spip, Gilles Vincent & IZO, bas� sur K2 et Bones ] 5 5 <head> 6 <title>#NOM_SITE_SPIP - [(#TITRE|textebrut)]</title> 7 <meta name="generator" content="SPIP BONES 1.8" /> 8 <meta name="template" content="Bones K2" /> 9 <meta name="Robots" content="index,follow,all" /> 10 <meta name="Identifier-URL" content="#URL_SITE_SPIP" /> 11 <meta name="rating" content="General" /> 12 <meta name="revisit-after" content="15 days" /> 13 <INCLURE{fond=inc_head}{id_rubrique}> 6 <title>[(#TITRE|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title> 7 [<meta name="description" content="(#INTRODUCTION|couper{150}|textebrut)" />] 8 <INCLURE{fond=inc_head}{id_rubrique}> 14 9 </head> 15 10 <body> 16 11 <div id="page"> 17 12 <div id="header"> 18 <h1><a href="#URL_SITE_SPIP"></a></h1> 19 <p class="description"> 20 <!--vous pouvez mettre la description du site--> 21 </p> 13 <h1><a href="#URL_SITE_SPIP/"></a></h1> 22 14 <ul class="menu"> 23 <li class="current_item"> [<a href="(#URL_SITE_SPIP)" title="<:accueil_site:>"><b><:accueil_site:></b></a>]</li>15 <li class="current_item"><a href="#URL_SITE_SPIP/" title="<:accueil_site:>"><b><:accueil_site:></b></a></li> 24 16 <INCLURE{fond=inc_menu-haut}{id_rubrique}> 25 17 </ul> … … 28 20 <div class="primary"> 29 21 <div class="center"> 30 <h2> 31 [(#TITRE|supprimer_numero)] 32 </h2> 22 <h2>#TITRE</h2> 33 23 </div> 34 24 <div id="post" class="item entry"> 35 <div class="itemhead"> [ 36 <div class="image">(#LOGO_RUBRIQUE|right||reduire_image{75})</div> 37 ] 25 <div class="itemhead"> 26 [<div class="image">(#LOGO_RUBRIQUE|right||image_reduire{75})</div>] 38 27 <BOUCLE_secteurs(RUBRIQUES) {id_rubrique} {par titre}> 39 <h1><a href="#URL_RUBRIQUE"> [(#TITRE|supprimer_numero)]</a></h1>28 <h1><a href="#URL_RUBRIQUE">#TITRE</a></h1> 40 29 #TEXTE 41 30 <B_articles_racine> 42 <ul 31 <ul> 43 32 <BOUCLE_articles_racine(ARTICLES) {id_rubrique} {par titre}> 44 33 <li ><a href="#URL_ARTICLE">#TITRE</a></li> … … 47 36 </B_articles_racine> 48 37 <B_rubriques> 49 <ul 38 <ul> 50 39 <BOUCLE_rubriques(RUBRIQUES) {id_parent} {par titre}> 51 40 <li> 52 <div ><a href="#URL_RUBRIQUE"> [(#TITRE|supprimer_numero)]</a></div>41 <div ><a href="#URL_RUBRIQUE">#TITRE</a></div> 53 42 <B_articles> 54 <ul 55 <BOUCLE_articles(ARTICLES) {id_rubrique} { par date}{inverse}>56 <li ><a href="#URL_ARTICLE"> [(#TITRE|supprimer_numero)]</a></li>43 <ul> 44 <BOUCLE_articles(ARTICLES) {id_rubrique} {!par date}> 45 <li ><a href="#URL_ARTICLE">#TITRE</a></li> 57 46 </BOUCLE_articles> 58 47 </ul> 59 48 </B_articles> 60 <BOUCLE_sous_rubriques(BOUCLE_rubriques)> 61 </BOUCLE_sous_rubriques> 49 <BOUCLE_sous_rubriques(BOUCLE_rubriques)> </BOUCLE_sous_rubriques> 62 50 </li> 63 51 </BOUCLE_rubriques> … … 66 54 </BOUCLE_secteurs> 67 55 </div> 68 <:proposer_site:> 69 #FORMULAIRE_SITE 56 70 57 <!-- itemhead --> 71 58 </div> … … 81 68 <INCLURE{fond=inc_sites}> 82 69 <INCLURE{fond=inc_syndication}> 83 <div id="logo-spip"><a href="http://www.spip.net" class="spip_out"><img src="# DOSSIER_SQUELETTE/images/logo-spip.gif" name="spip" border="0" id="spip" alt="spip"/></a></div>70 <div id="logo-spip"><a href="http://www.spip.net" class="spip_out"><img src="#CHEMIN{images/logo-spip.gif}" name="spip" border="0" id="spip" alt="spip"/></a></div> 84 71 </div> 85 72 <!-- secondary --> -
_squelettes_/spip-party/squelettes/site.html
r2030 r5954 2 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 4 [(#REM) S pip party par Ben.spip, Gilles Vincent & IZO, basésur K2 et Bones ]4 [(#REM) SPIP Party par Ben.spip, Gilles Vincent & IZO, bas� sur K2 et Bones ] 5 5 <head> 6 <title>#NOM_SITE_SPIP - [(#TITRE|textebrut)]</title> 7 <meta name="generator" content="SPIP BONES 1.8" /> 8 <meta name="template" content="Bones K2" /> 9 <meta name="Robots" content="index,follow,all" /> 10 <meta name="Identifier-URL" content="#URL_SITE_SPIP" /> 11 <meta name="rating" content="General" /> 12 <meta name="revisit-after" content="15 days" /> 13 <INCLURE{fond=inc_head}{id_site}> 6 <title>[(#NOM_SITE|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title> 7 [<meta name="description" content="(#DESCRIPTIF|couper{150}|textebrut)" />] 8 <meta name="robots" content="none" /> 9 <INCLURE{fond=inc_head}{id_syndic}> 14 10 </head> 15 11 <body> 16 12 <div id="page"> 17 13 <div id="header"> 18 <!-- <h1><a href="#URL_SITE_SPIP"></a></h1>--> 19 <p class="description"> 20 <!--vous pouvez mettre la description du site--> 21 </p> 14 22 15 <ul class="menu"> 23 <li class="current_item"> [<a href="(#URL_SITE_SPIP)" title="<:accueil_site:>"><b><:accueil_site:></b></a>]</li>16 <li class="current_item"><a href="#URL_SITE_SPIP/" title="<:accueil_site:>"><b><:accueil_site:></b></a></li> 24 17 <INCLURE{fond=inc_menu-haut}> 25 18 </ul> … … 38 31 <p> </p> 39 32 <ul> 40 <BOUCLE_articles(SYNDIC_ARTICLES) {id_syndic} { par date}{inverse}>33 <BOUCLE_articles(SYNDIC_ARTICLES) {id_syndic} {!par date}> 41 34 <li><a href="#URL_ARTICLE">#TITRE</a> ([(#DATE|affdate{'d/m/Y'})])</li> 42 35 </BOUCLE_articles> … … 57 50 <INCLURE{fond=inc_sites}> 58 51 <INCLURE{fond=inc_syndication}> 59 <div id="logo-spip"><a href="http://www.spip.net" class="spip_out"><img src="# DOSSIER_SQUELETTE/images/logo-spip.gif" name="spip" border="0" id="spip" alt="spip"/></a></div>52 <div id="logo-spip"><a href="http://www.spip.net" class="spip_out"><img src="#CHEMIN{images/logo-spip.gif}" name="spip" border="0" id="spip" alt="spip"/></a></div> 60 53 </div> 61 54 <!-- secondary --> -
_squelettes_/spip-party/squelettes/sommaire.html
r2030 r5954 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> 3 [(#REM) S pip party par Ben.spip, Gilles Vincent & IZO, basésur K2 et Bones ]3 [(#REM) SPIP Party par Ben.spip, Gilles Vincent & IZO, bas� sur K2 et Bones ] 4 4 <head> 5 <title>#NOM_SITE_SPIP</title> 6 <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" /> 7 <meta name="generator" content="#NOM_SITE_SPIP" /> 8 <meta name="template" content="SPIP Party 1.5" /> 9 <meta name="Robots" content="index,follow,all" /> 10 <meta name="Identifier-URL" content="#URL_SITE_SPIP" /> 11 <meta name="rating" content="General" /> 12 <meta name="revisit-after" content="15 days" /> 13 <INCLURE{fond=inc_head}> 5 <title>[(#NOM_SITE_SPIP|textebrut)]</title> 6 [<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|textebrut)" />] 7 <INCLURE{fond=inc_head}> 14 8 </head> 15 <body class=" ">9 <body> 16 10 <div id="page"> 17 11 <div id="header"> 18 <!-- <h1><a href="#URL_SITE_SPIP "></a></h1>-->12 <!-- <h1><a href="#URL_SITE_SPIP/"></a></h1>--> 19 13 <p class="description"> 20 14 <!--vous pouvez mettre la description du site--> 21 15 </p> 22 16 <ul class="menu"> 23 <li class="current_page_item"> [<a href="(#URL_SITE_SPIP)" title="<:accueil_site:>"><:accueil_site:></a>]</li>17 <li class="current_page_item"><a href="#URL_SITE_SPIP/" title="<:accueil_site:>"><:accueil_site:></a></li> 24 18 <INCLURE{fond=inc_menu-haut}> 25 19 </ul> … … 27 21 <hr /> 28 22 <div class="primary"> 29 <BOUCLE_articlesune(ARTICLES){doublons} {titre_mot=une}{ par date} {inverse} {0,2}>23 <BOUCLE_articlesune(ARTICLES){doublons} {titre_mot=une}{!par date} {0,2}> 30 24 <div class="article_une"> 31 25 <div class="itemhead"> [ 32 <div class="image"><a href="#URL_RUBRIQUE">(#LOGO_ARTICLE_RUBRIQUE|left|| reduire_image{75})</a></div>26 <div class="image"><a href="#URL_RUBRIQUE">(#LOGO_ARTICLE_RUBRIQUE|left||image_reduire{75})</a></div> 33 27 ] 34 28 <h3><a href="#URL_ARTICLE">#TITRE</a></h3> 35 29 <span class="metadata"> 36 30 <BOUCLE_rubrique_article_une(RUBRIQUES){id_rubrique}> 37 <a href="#URL_RUBRIQUE"[ title="(#TEXTE|textebrut|entites_html)"]> [(#TITRE|supprimer_numero)]</a>31 <a href="#URL_RUBRIQUE"[ title="(#TEXTE|textebrut|entites_html)"]> #TITRE</a> 38 32 </BOUCLE_rubrique_article_une> 39 33 </span> <small class="metadata"><:par_auteur:> 40 34 <BOUCLE_auteurs_articles_une(AUTEURS) {id_article} {" "}> 41 [(#NOM|supprimer_numero)]35 #NOM 42 36 </BOUCLE_auteurs_articles_une> 43 37 , [(#DATE|nom_jour)] [(#DATE|affdate)] … … 54 48 </div> 55 49 </BOUCLE_articlesune> 56 <BOUCLE_articles(ARTICLES) {doublons} { par date} {inverse} {0,5}>50 <BOUCLE_articles(ARTICLES) {doublons} {!par date} {0,5}> 57 51 <div class="item_article"> 58 52 <div class="itemhead">[ 59 <div class="image"><a href="#URL_RUBRIQUE">(#LOGO_ARTICLE_RUBRIQUE|left|| reduire_image{75})</a></div>53 <div class="image"><a href="#URL_RUBRIQUE">(#LOGO_ARTICLE_RUBRIQUE|left||image_reduire{75})</a></div> 60 54 ] 61 55 <h3><a href="#URL_ARTICLE">#TITRE</a></h3> 62 56 <span class="metadata"> 63 57 <BOUCLE_rubrique_article(RUBRIQUES){id_rubrique}> 64 <a href="#URL_RUBRIQUE"[ title="(#TEXTE|textebrut|entites_html)"]>#TITRE</a>58 <a href="#URL_RUBRIQUE"[ title="(#TEXTE|textebrut|entites_html)"]>#TITRE</a> 65 59 </BOUCLE_rubrique_article> 66 60 </span> <small class="metadata"><:par_auteur:> 67 61 <BOUCLE_auteurs_articles(AUTEURS) {id_article} {" "}> 68 [(#NOM|supprimer_numero)]62 #NOM 69 63 </BOUCLE_auteurs_articles> 70 64 , [(#DATE|nom_jour)] [(#DATE|affdate)] … … 91 85 <INCLURE{fond=inc_syndication}> 92 86 <INCLURE{fond=inc_derniers_commentaires_plat}> 93 <div id="logo-spip"><a href="http://www.spip.net" class="spip_out"><img src="# DOSSIER_SQUELETTE/images/logo-spip.gif" name="spip" border="0" id="spip" alt="spip"/></a></div>87 <div id="logo-spip"><a href="http://www.spip.net" class="spip_out"><img src="#CHEMIN{images/logo-spip.gif}" name="spip" border="0" id="spip" alt="spip"/></a></div> 94 88 </div> 95 89 <!-- secondary -->
Note: See TracChangeset
for help on using the changeset viewer.