-
Notifications
You must be signed in to change notification settings - Fork 0
/
sommaire.html
90 lines (81 loc) · 3.94 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
82
83
84
85
86
87
88
89
90
#CACHE{3600*24*30}
<!DOCTYPE html>
<html lang="#LANG">
<head>
<title>[(#NOM_SITE_SPIP|textebrut)][ - (#SLOGAN_SITE_SPIP|textebrut)]</title>
[<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|attribut_html)">]
<meta property="og:type" content="website"> [(#REM) https://ogp.me/#no_vertical article, website, book, profile con specifici meta tag]
<meta property="og:url" content="#URL_SITE_SPIP/"> [(#REM) Lo slash alla fine serve ad evitare il redirect per rendere l'url canonico]
<meta property="og:title" content="[(#NOM_SITE_SPIP|attribut_html)]">
[<meta property="og:description" content="(#DESCRIPTIF_SITE_SPIP|attribut_html)">]
[(#REM) minimo 200x200 Use images with a 1.91:1 ratio and minimum recommended dimensions of 1200x630 for optimal clarity across all devices.]
<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">
[(#REM)<INCLURE{fond=animated_banner.html}>]
[(#REM) Brevi]
<B_breves>
<section class="bg-lightest-blue w-100">
<BOUCLE_breves(BREVES) {!par date} {0,1}>
<article class="ph3 ph5-ns pv4 pv5-ns">
<div class="mw8 center">
<h1 class="f3 tracked ttu lh-title #EDIT{titre}">#TITRE</h1>
<p class="f4 measure lh-copy #EDIT{texte}">#TEXTE*</p>
</div>
</article>
</BOUCLE_breves>
</section>
</B_breves>
[(#REM) Articoli più popolari]
<B_poparticles>
<section class="bg-washed-blue w-100">
<article class="ph3 ph5-ns pv4 pv5-ns">
<div class="mw8 center">
<p class="f3 tracked ttu lh-title">Gli articoli più popolari</p>
<ul class="list pl1 measure center">
<BOUCLE_poparticles(ARTICLES) {par popularite} {inverse} {0,5}>
<li>
<a class="f5 f4-ns link black-80 dim" href="#URL_ARTICLE">
<div class="lh-copy pv2 ba bl-0 bt-0 br-0 b--dotted b--black-30">#TITRE</div>
</a>
</li>
</BOUCLE_poparticles>
</ul>
</div>
</article>
</section>
</B_poparticles>
<a class="link dt w-100 bb b--black-10 pb2 mt2 dim blue" href="#URL_ARTICLE"></a>
[(#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">Gli ultimi articoli pubblicati</p>
<BOUCLE_newarticles(ARTICLES) {par date_modif} {inverse} {id_rubrique!=23} {0,10}>
<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>
</main>
[(#INCLUDE{fond=include/footer}{skel=#SQUELETTE})]
</body>
</html>