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