-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauteur.html
88 lines (81 loc) · 3.12 KB
/
auteur.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
82
83
84
85
86
87
88
#CACHE{3600*24*30}
<BOUCLE_principale(AUTEURS) {id_auteur}>
<!DOCTYPE html>
<html lang="#LANG">
<head>
<title>[(#TITRE|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
[<meta name="description" content="(#TEXTE|couper{150}|attribut_html)">]
<meta property="og:type" content="profile">
<meta property="og:url" content="#URL_SITE_SPIP/#URL_AUTEUR">
<meta property="og:title" content="[(#NOM |attribut_html)]">
[<meta property="og:description" content="(#BIO|attribut_html)">]
<BOUCLE_og_image(DOCUMENTS) {id_article=203} {titre=og_image_sommaire} {0,1}>
[<meta property="og:image" content="(#URL_DOCUMENT|abs_url)">
[<meta property="og:image:width" content="(#URL_DOCUMENT|largeur)">]
[<meta property="og:image:height" content="(#URL_DOCUMENT|hauteur)">]]
</BOUCLE_og_image>
[(#INCLUDE{fond=include/head})]
</head>
<body class="w100 sans-serif bg-white black-80">
[(#INCLUDE{fond=include/header_full})]
<main class="w-100">
<section class="w-100">
<header class="ph3 ph5-ns pv2">
<div class="mw8 center">
<h1 class="f3 tracked ttu lh-title">#NOM</h1>
<div class="flex flex-wrap">
<div class="w-100 w-30-ns">
<div class="w-50 w-100-ns pa2">
[(#LOGO_AUTEUR|image_recadre{1:1,-,center}|inserer_attribut{class,db h-auto br-100})]
</div>
</div>
<div class="w-100 w-70-ns pa2">
[<div class="pa2">
<i class="fas fa-link"></i> <a class="black-80 overflow-auto" href="(#URL_SITE)">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a>
</div>]
[<div class="pa2">
<i class="far fa-envelope"></i> <a class=" link black-80 overflow-auto" href="mailto:(#EMAIL)">#EMAIL</a>
</div>]
<div class="f5 f4-ns cf lh-copy measure">
[(#BIO)]
</div>
</div>
</div>
</div>
</header>
</section>
[(#REM) Articoli più recenti]
<B_newarticles>
<section class="w-100">
<div class="ph3 ph5-ns pv4 pv5-ns">
<div class="mw8 center">
<p class="f3 tracked ttu lh-title">L'ultimo articolo</p>
<BOUCLE_newarticles(ARTICLES) {par date_modif} {inverse} {id_auteur=#ID_AUTEUR} {id_rubrique!=23} {0,1}>
<article class="bb pb3">
<h1 class="f3 ttu lh-title"><a class="link black-80" href="#URL_ARTICLE">#TITRE</a></h1>
[<div class="aspect-ratio aspect-ratio--16x9 mb4">
<a class="link black-80" href="#URL_ARTICLE">
<div class="aspect-ratio--object cover br4" style="background:url((#LOGO_ARTICLE{1200,0}|extraire_attribut{src}|url_absolue)) center;"></div>
</a>
</div>]
[<p class="f5 f4-ns lh-copy">(#INTRODUCTION|supprimer_tags)</p>]
<a class="link black-80" href="#URL_ARTICLE">(continua) <i class="fas fa-arrow-alt-circle-right"></i></a>]
</article>
</BOUCLE_newarticles>
</div>
</div>
</section>
</B_newarticles>
<section class="w-100">
<div class="ph3 ph5-ns pv4 pv5-ns">
<div class="mw8 center">
<p class="f3 tracked ttu lh-title">Gli articoli</p>
<INCLURE{fond=include/article_boxed}{env}{ajax}></INCLURE>
</div>
</div>
</section>
</main>
[(#INCLUDE{fond=include/footer}{skel=#SQUELETTE})]
</body>
</html>
</BOUCLE_principale>