This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
mot_fin.html
104 lines (85 loc) · 3.07 KB
/
mot_fin.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#CACHE{0}
<!DOCTYPE html>
<html>
<head>
<title>[(#TAG|mb_strtolower{UTF-8})]$</title>
<meta charset="#CHARSET">
<link rel="canonical" href="#URL_SITE_SPIP/[(#TAG*|url_tag)]">
<link rel="alternate" type="application/rss+xml" title="RSS" href="#URL_SITE_SPIP/[(#TAG*|url_tag)]/feed">
[(#SESSION{id_auteur}|sinon{0}|microcache{inc/head_langue})]
<INCLURE{fond=inc/head}{lang=fr}>
[(#SET{couleur,99baad})]
<BOUCLE_auteur_message(AUTEURS){id_auteur=#SESSION{id_auteur}|sinon{0}}{tout}>
[(#SET{couleur,#COULEUR})]
[<link rel="stylesheet" href="(#URL_PAGE{couleur,couleur=#COULEUR})" type="text/css" media="all">]
<style><!--
[(#ID_AUTEUR|microcache{noisettes/css_auteur})]
--></style>
</BOUCLE_auteur_message>
[(#SET{couleur,99baad})]
[<link rel="stylesheet" href="(#URL_PAGE{couleur,couleur=99baad})" type="text/css" media="all">]
[<link rel="stylesheet" href="(#URL_PAGE{inscription,couleur=99baad})" type="text/css" media="all">]
<style><!--
.formulaire_inscription {
display: none;
}
--></style>
<//B_auteur_message>
<INCLURE{fond=inc/head_session}>
</head>
<body class="plier mot">
<INCLURE{fond=inc/entete}>
[(#SESSION{id_auteur}|non)<div class="centrer"><INCLURE{fond=slogan}></div>]
[(#SET{follow,#ENV{follow}})]
[(#ENV{follow}|non)
[(#SET{follow,all})]
]
[(#SESSION{id_auteur}|non)
[(#SET{follow,all})]
]
<div id="principale">
<div>
<div id="entete_people">
<ul class="parents_url">
<BOUCLE_parents(ME_TAGS)
{si #ENV{tag}|match{^#}}
{tag IN (#ENV{tag}|precurseurs)}
{fusion tag}
>
<li><a href="#URL_TAG">[(#TAG|mb_strtolower{UTF-8})]</a></li>
</BOUCLE_parents>
</ul>
<div class="outils">
<div class="suivre">
<div id="follow_mot"[ data-tag="(#ENV{tag}|attribut_html)"]></div>
</div>
<div class="rss"><a href="#URL_SITE_SPIP/#URL_TAG/feed[?follow=(#GET{follow}|replace{^(follow|all)$})]">RSS: [(#ENV{tag}|mb_strtolower{UTF-8})]</a></div>
</div>
<div id="[(#ENV{tag}|match{^#}|?{theme_manuellement,theme_automatiquement})]" class="theme_manu_auto"></div>
<h1>[(#ENV{tag}|mb_strtolower{UTF-8})]</h1>
[(#SESSION{id_auteur}|oui)
<div class="limite_date">
<a href="[(#SELF|parametre_url{debut_messages,''}|parametre_url{follow,#SESSION{login}})]"[(#GET{follow}|=={#SESSION{login}}|oui)class="actif"]>Mes messages</a>
|
<a href="[(#SELF|parametre_url{debut_messages,''}|parametre_url{follow,follow})]"[(#GET{follow}|=={follow}|oui)class="actif"]>Messages de mon réseau</a>
|
<a href="[(#SELF|parametre_url{debut_messages,''}|parametre_url{follow,''})]"[(#GET{follow}|=={all}|oui)class="actif"]>Tous les messages</a>
</div>
]
</div>
<div id="centre">
<div id="tous_messages">
<INCLURE{fond=noisettes/contenu/contenu_mot_fin}{env}{follow=#GET{follow}} />
</div>
</div>
<aside id="droite">
[(#SESSION{id_auteur}|non)<div id="charger_pave_inscription"></div>]
<INCLURE{fond=noisettes/mots_lies/mots_lies}{tag}{ajaxload}>
</aside>
<div class="clear-left"></div>
</div>
</div>
</body>
</html>
</BOUCLE_principale>
#FILTRE{mini_html}