1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
2 | [(#REM) 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 ie 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 ie 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 ie 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 ie 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 | <script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script> |
---|
10 | <title>[(#NOM_SITE_SPIP|textebrut)][ - (#SLOGAN_SITE_SPIP|textebrut)]</title> |
---|
11 | [<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|attribut_html)" />] |
---|
12 | <INCLURE{fond=inclure/head} /> |
---|
13 | </head> |
---|
14 | |
---|
15 | <body class="pas_surlignable page_sommaire"> |
---|
16 | <div class="page"> |
---|
17 | |
---|
18 | <INCLURE{fond=inclure/header,home=oui} /> |
---|
19 | <INCLURE{fond=inclure/nav,env} /> |
---|
20 | |
---|
21 | <div class="main"> |
---|
22 | <div class="wrapper hfeed"> |
---|
23 | <div class="content" id="content"> |
---|
24 | [<div class="chapo">(#DESCRIPTIF_SITE_SPIP)</div>] |
---|
25 | <INCLURE{fond=inclure/recents,env,ajax} /> |
---|
26 | </div><!--.content--> |
---|
27 | </div><!--.wrapper--> |
---|
28 | |
---|
29 | <div class="aside"> |
---|
30 | <INCLURE{fond=inclure/navsub} /> |
---|
31 | #FORMULAIRE_RECHERCHE |
---|
32 | |
---|
33 | [(#REM) Breves ] |
---|
34 | <B_breves> |
---|
35 | <div class="menu menu_breves"> |
---|
36 | <h2><:dernieres_breves:></h2> |
---|
37 | <ul> |
---|
38 | <BOUCLE_breves(BREVES) {!par date} {0,3}> |
---|
39 | <li dir="#LANG_DIR" class="text-#LANG_LEFT"> |
---|
40 | [<small>(#DATE|affdate_jourcourt)</small>] |
---|
41 | <h3><a href="#URL_BREVE">#TITRE</a></h3> |
---|
42 | #INTRODUCTION |
---|
43 | </li> |
---|
44 | </BOUCLE_breves> |
---|
45 | </ul> |
---|
46 | </div> |
---|
47 | </B_breves> |
---|
48 | |
---|
49 | [(#REM) Liens des forums ] |
---|
50 | <B_forums_liens> |
---|
51 | <div class="menu menu_comments"> |
---|
52 | <h2><:derniers_commentaires:></h2> |
---|
53 | <ul> |
---|
54 | <BOUCLE_forums_liens(FORUMS?) {plat} {!par date} {0,5}> |
---|
55 | [<li>[(#NOM|sinon{...}) : ]<a href="#URL_FORUM"[ title="(#TITRE|attribut_html|couper{80})"]>(#TEXTE|couper{80})</a></li>] |
---|
56 | </BOUCLE_forums_liens> |
---|
57 | </ul> |
---|
58 | </div> |
---|
59 | </B_forums_liens> |
---|
60 | |
---|
61 | [(#REM) Sur le Web ] |
---|
62 | <B_syndic> |
---|
63 | <div class="menu"> |
---|
64 | <h2><:nouveautes_web:></h2> |
---|
65 | <ul> |
---|
66 | <BOUCLE_syndic(SYNDIC_ARTICLES) {age<180} {!par date} {0,5}> |
---|
67 | <li>[(#DATE|affdate_jourcourt) – ]<a href="#URL_ARTICLE"[ title="(#NOM_SITE|attribut_html|couper{80})"] class="spip_out">#TITRE</a></li> |
---|
68 | </BOUCLE_syndic> |
---|
69 | </ul> |
---|
70 | </div> |
---|
71 | </B_syndic> |
---|
72 | |
---|
73 | #FORMULAIRE_INSCRIPTION |
---|
74 | </div><!--.aside--> |
---|
75 | </div><!--.main--> |
---|
76 | |
---|
77 | <INCLURE{fond=inclure/footer,self=#SELF} /> |
---|
78 | |
---|
79 | </div><!--.page--> |
---|
80 | </body> |
---|
81 | </html> |
---|