[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / squelettes-dist / auteur.html
1 <BOUCLE_principale(AUTEURS) {id_auteur}>
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>[(#NOM|couper{80}|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
12 <INCLURE{fond=inclure/head} />
13 <meta name="robots" content="none" />
14 <link rel="alternate" type="application/rss+xml" title="[(#NOM|textebrut)]" href="[(#URL_PAGE{backend}|parametre_url{id_auteur,#ID_AUTEUR})]" />
15 </head>
16
17 <body class="pas_surlignable page_auteur">
18 <div class="page">
19
20 <INCLURE{fond=inclure/header} />
21 <INCLURE{fond=inclure/nav,env} />
22
23 <div class="main">
24 [(#REM) Contenu principal : affichage de l'auteur ]
25 <div class="wrapper">
26 <div class="content" id="content">
27 <p class="arbo"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> &gt; <:info_auteurs:>[ &gt; <strong class="on">(#NOM|couper{80})</strong>]</p>
28
29 <div class="vcard">[(#REM) microformat vcard]
30 <div class="cartouche">
31 [(#LOGO_AUTEUR|image_reduire{40,*})]
32 <h1 class="#EDIT{qui} fn">#NOM</h1>
33 </div>
34
35 [<div class="#EDIT{bio} texte note">(#BIO)</div>]
36 [<p class="#EDIT{hyperlien} hyperlien"><:voir_en_ligne:> : <a href="(#URL_SITE)" class="url org spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>]
37 </div>[(#REM) / vcard]
38
39 [(#REM) Articles de l'auteur ]
40 <B_articles>
41 <div class="menu">
42 #ANCRE_PAGINATION
43 <h2><:articles_auteur:> (#GRAND_TOTAL)</h2>
44 <ul class="spip">
45 <BOUCLE_articles(ARTICLES) {id_auteur} {!par popularite} {pagination 10}>
46 <li><a href="#URL_ARTICLE">#TITRE</a></li>
47 </BOUCLE_articles>
48 </ul>
49 [<p class="pagination">(#PAGINATION)</p>]
50 </div>
51 </B_articles>
52
53 #FORMULAIRE_ECRIRE_AUTEUR
54
55 [<div class="notes"><hr />(#NOTES)</div>]
56
57 </div><!--.content-->
58 </div><!--.wrapper-->
59
60 <div class="aside">
61
62 <INCLURE{fond=inclure/navsub} />
63 #FORMULAIRE_RECHERCHE
64
65 [(#REM) Autres auteurs ]
66 <B_auteurs>
67 <div class="menu">
68 #ANCRE_PAGINATION
69 <h2><:info_auteurs:></h2>
70 <ul>
71 <BOUCLE_auteurs(AUTEURS) {par nom} {pagination 20}>
72 <li><a href="#URL_AUTEUR"[ class="(#EXPOSE)"]>[(#NOM|couper{80})]</a></li>
73 </BOUCLE_auteurs>
74 </ul>
75 [<p class="pagination">(#PAGINATION)</p>]
76 </div>
77 </B_auteurs>
78
79 </div><!--.aside-->
80 </div><!--.main-->
81
82 <INCLURE{fond=inclure/footer,self=#SELF} />
83
84 </div><!--.page-->
85 </body>
86 </html>
87 </BOUCLE_principale>