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