1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
2 | <!-- Cf.: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> |
---|
3 | <!--[if lt IE 7 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie6"> <![endif]--> |
---|
4 | <!--[if IE 7 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie7"> <![endif]--> |
---|
5 | <!--[if IE 8 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie8"> <![endif]--> |
---|
6 | <!--[if IE 9 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie9"> <![endif]--> |
---|
7 | <!--[if (gt IE 9)|!(IE)]><!--> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js"> <!--<![endif]--> |
---|
8 | <head> |
---|
9 | <title>[(#NOM_SITE_SPIP|textebrut)][ - (#SLOGAN_SITE_SPIP|textebrut)]</title> |
---|
10 | [<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|textebrut)" />] |
---|
11 | <INCLURE{fond=inclure/head} /> |
---|
12 | </head> |
---|
13 | |
---|
14 | <body class="pas_surlignable page_sommaire"> |
---|
15 | <div class="page"> |
---|
16 | |
---|
17 | <INCLURE{fond=inclure/header}{home=oui} /> |
---|
18 | <INCLURE{fond=inclure/nav,env} /> |
---|
19 | #FORMULAIRE_RECHERCHE |
---|
20 | |
---|
21 | <div class="wrapper hfeed"> |
---|
22 | <div class="content" id="content"> |
---|
23 | [<div class="chapo">(#DESCRIPTIF_SITE_SPIP)</div>] |
---|
24 | <INCLURE{fond=inclure/recents,env,ajax} /> |
---|
25 | </div><!--.content--> |
---|
26 | </div><!--.wrapper--> |
---|
27 | |
---|
28 | |
---|
29 | <div class="aside"> |
---|
30 | <INCLURE{fond=inclure/rubriques} /> |
---|
31 | |
---|
32 | [(#REM) Breves ] |
---|
33 | <B_breves> |
---|
34 | <div class="menu"> |
---|
35 | <h2><:dernieres_breves:></h2> |
---|
36 | <ul> |
---|
37 | <BOUCLE_breves(BREVES) {!par date} {0,5}> |
---|
38 | <li>[(#DATE|affdate_jourcourt) – ]<a href="#URL_BREVE">#TITRE</a></li> |
---|
39 | </BOUCLE_breves> |
---|
40 | </ul> |
---|
41 | </div> |
---|
42 | </B_breves> |
---|
43 | |
---|
44 | [(#REM) Liens des forums ] |
---|
45 | <B_forums_liens> |
---|
46 | <div class="menu"> |
---|
47 | <h2><:derniers_commentaires:></h2> |
---|
48 | <ul> |
---|
49 | <BOUCLE_forums_liens(FORUMS?) {plat} {!par date} {0,5}> |
---|
50 | <li>[(#DATE|affdate_jourcourt) – ]<a href="#URL_FORUM"[ title="(#TITRE|attribut_html|couper{80})"]>[(#TEXTE|couper{80})]</a></li> |
---|
51 | </BOUCLE_forums_liens> |
---|
52 | </ul> |
---|
53 | </div> |
---|
54 | </B_forums_liens> |
---|
55 | |
---|
56 | [(#REM) Sur le Web ] |
---|
57 | <B_syndic> |
---|
58 | <div class="menu"> |
---|
59 | <h2><:nouveautes_web:></h2> |
---|
60 | <ul> |
---|
61 | <BOUCLE_syndic(SYNDIC_ARTICLES) {age<180} {!par date} {0,5}> |
---|
62 | <li>[(#DATE|affdate_jourcourt) – ]<a href="#URL_ARTICLE"[ title="(#NOM_SITE|attribut_html|couper{80})"] class="spip_out">#TITRE</a></li> |
---|
63 | </BOUCLE_syndic> |
---|
64 | </ul> |
---|
65 | </div> |
---|
66 | </B_syndic> |
---|
67 | |
---|
68 | #FORMULAIRE_INSCRIPTION |
---|
69 | </div><!--.aside--> |
---|
70 | |
---|
71 | <INCLURE{fond=inclure/footer, skel=#SQUELETTE} /> |
---|
72 | |
---|
73 | </div><!--.page--> |
---|
74 | </body> |
---|
75 | </html> |
---|