[PLUGINS] +clavettes et dependances
[lhc/web/clavette_www.git] / www / plugins / calendrier_mini-2.0 / demos / minical_demo.html
1 #CACHE{7200}
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 [(#REM) Cf.: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
4 ]<!--[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]-->
5 <!--[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]-->
6 <!--[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]-->
7 <!--[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]-->
8 <!--[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]-->
9 <head>
10 <script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script>
11 <title>Exemple #[(#REM)]CALENDRIER_MINI</title>
12 <INCLURE{fond=squelettes-dist/inclure/head} />
13 <link rel="stylesheet" href="[(#CHEMIN{minical.css}|direction_css)]" type="text/css" media="projection, screen, tv" />
14 </head>
15
16 <body class="pas_surlignable page_demo_minical">
17 <div class="page">
18 <INCLURE{fond=inclure/header} />
19 <INCLURE{fond=inclure/nav,env} />
20
21 <div class="main">
22 [(#REM) Contenu principal : contenu de l'article ]
23 <div class="wrapper hfeed">
24 <div class="content hentry" id="content">
25
26 [(#REM) Les deux derniers articles ]
27 <B_articles_recents>
28 <div class="liste-articles">
29 [(#ANCRE_PAGINATION)]
30 [(#ENV{debut_articles_recents}|?{'',' '})<h2 class="invisible"><:articles_recents:>[ - (#DATE_ARCHIVES|affdate)]</h2>]
31 <ul>
32 <BOUCLE_articles_recents(ARTICLES) {pagination} {par date}{inverse} {archives ?}{branche ?} {lang ?}>
33 <li>
34 [(#LOGO_ARTICLE_RUBRIQUE|#URL_ARTICLE|image_reduire{150,100})]
35 [<p class="surtitre">(#SURTITRE)</p>]
36 <h3 class="titre"><a href="#URL_ARTICLE">#TITRE</a></h3>
37 [<p class="soustitre">(#SOUSTITRE)</p>]
38 <small>[(#DATE|affdate)][, <:par_auteur:> (#LESAUTEURS)]</small>
39 [<div class="texte">(#INTRODUCTION)</div>]
40 <br class="nettoyeur" />
41 </li>
42 </BOUCLE_articles_recents>
43 </ul>
44 [<p class="pagination">(#PAGINATION)</p>]
45 </div>
46 </B_articles_recents>[
47 <h2>Rien pour (#DATE_ARCHIVES|affdate)[ (#ENV{id_rubrique}?{dans ce secteur})]</h2>
48 ]<//B_articles_recents>
49
50 <br class="nettoyeur" />
51
52 </div><!--.content-->
53 </div><!--.wrapper-->
54
55 [(#REM) Menu de navigation laterale ]
56 <div class="aside">
57 #CALENDRIER_MINI
58 <B_categories>
59 <div id='categories' class="rubriques">
60 <h2 class="menu-titre"><:categories|ucfirst:></h2>
61 <ul>
62 <BOUCLE_categories(RUBRIQUES){racine}>[
63 <li>[(#EXPOSE{<b>})]
64 <a href="(#SELF|parametre_url{id_rubrique,#ID_RUBRIQUE})">#TITRE</a>
65 [(#EXPOSE{</b>})]</li>
66 ]</BOUCLE_categories>
67 </ul>
68 </div>
69 </B_categories>
70
71 [(#MODELE{archives_mensuelles,id_rubrique,archives,self=#SELF,lang})]
72
73 [(#MODELE{select_archives_mensuelles,id_rubrique,archives,self=#SELF,lang})]
74
75 [<div>(#MENU_LANG)<small>(<a href="[(#SELF|parametre_url{lang,''})]">toutes les langues</a>)</small><br class="nettoyeur" /></div>]
76
77 <div id="links" class="syndic">
78 <h2 class="menu-titre"><:liens|ucfirst:></h2>
79 <ul>
80 <li><a href="http://zone.spip.org/trac/spip-zone/">Spip Zone</a></li>
81 <li><a href="#URL_PAGE{minical_doc}"><:documentation|ucfirst:></a></li>
82 </ul>
83 </div>
84 </div><!--.aside-->
85 </div><!--.main-->
86
87 <INCLURE{fond=inclure/footer,self=#SELF} />
88
89 </div><!--.page-->
90 </body>
91 </html>