This repository has been archived by the owner on Sep 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
article.html
243 lines (204 loc) · 7.26 KB
/
article.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<CONTENT VERSION="1.0" LANG="fr" CHARSET="utf-8"/>
<!--[
LODEL - Logiciel d'Edition ELectronique.
Copyright (c) 2001-2002, Ghislain Picard, Marin Dacos
Copyright (c) 2003-2004, Ghislain Picard, Marin Dacos, Luc Santeramo, Nicolas Nutten, Anne Gentil-Beccot
Home page: http://www.lodel.org
E-Mail: [email protected]
All Rights Reserved
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.]-->
<USE MACROFILE="macros_site.html" />
<!--[ ****************************************************************** ]-->
<!--[ Cette page affiche les documents de type article. ]-->
<!--[ Auteur : Marin Dacos, Anne Gentil-Beccot. Mai 2003. ]-->
<!--[ Dernière modification majeure en mai 2003. ]-->
<!--[ ****************************************************************** ]-->
<MACRO NAME="OUVRIR_HTML" />
<MACRO NAME="DEFINIR_CHARSET" />
<title>[#TITRE|textebrut]</title>
<MACRO NAME="METADONNEES" />
<MACRO NAME="INSERER_FEUILLE_DE_STYLES" />
<MACRO NAME="PRELUDE" />
<MACRO NAME="PARU_DANS">
<div id="enteteDocument">
<MACRO NAME="LISTER_AUTEURS">
<h3>
<IF COND="[#SURTITRE]">
<span class="surTitre">[#SURTITRE]</span><br class="nobr" />
</IF>
[#TITRE]
<IF COND="[#SOUSTITRE]">
<br class="nobr" /><span class="sousTitre">[#SOUSTITRE]</span>
</IF>
</h3>
<div class="type">
<LOOP NAME="type_du_document" TABLE="types" WHERE="id='[#IDTYPE]'">
[#TITLE]
</LOOP>
</div>
</div>
<!--[ Erratum -]-->
<IF COND="[#ERRATUM]">
<h4>Errata</h4>
<div class="notes">
[(#ERRATUM|tocss)]
</div>
</IF>
<!--[ Notes de la rédaction -]-->
<IF COND="[#NDLR]">
<h4>Notes de la rédaction</h4>
<div class="notes">
[(#NDLR|tocss)]
</div>
</IF>
<!--[ Historique -]-->
<IF COND="[#HISTORIQUE]">
<h4>Historique</h4>
<div class="notes">
[(#HISTORIQUE|tocss)]
</div>
</IF>
<div id="resume">
<!--[ Affichage du résumé en français ]-->
<IF COND="[#RESUME:FR]">
<h4>Résumé</h4>
[(#RESUME:FR|tocss)]
</IF>
<!--[ Résumé en anglais ]-->
<IF COND="[#RESUME:EN]">
<h4>Abstract</h4>
[(#RESUME:EN|tocss)]
</IF>
<!--[ Résumé en espagnol ]-->
<IF COND="[#RESUME:ES]">
<h4>Extracto</h4>
[(#RESUME:ES|tocss)]
</IF>
<!--[ Résumé en allemand ]-->
<IF COND="[#RESUME:DE]">
<h4>Zusammenfassung</h4>
[(#RESUME:DE|tocss)]
</IF>
<!--[ Résumé en italien ]-->
<IF COND="[#RESUME:IT]">
<h4>Riassunto</h4>
[(#RESUME:IT|tocss)]
</IF>
</div>
<!--[ ----------------------------------------------------------------------- ]-->
<!--[ Cette partie ne s'affiche que si le texte est autorisé à la publication ]-->
<!--[ ----------------------------------------------------------------------- ]-->
<IF COND="[#DATEPUBLI] le today()">
<IF COND="[#TEXTE]">
<div id="toc">
<LOOP NAME="toc" TEXT="[#TEXTE]">
<BEFORE>
<h4>Table des matières</h4>
</BEFORE>
<DO>
<IF COND="[#NIVEAU]==1"><div class="toc_section1"><a href="#tocto[#TOCID]" name="tocfrom[#TOCID]">[(#TITRE|removenotes)] </a></div></IF>
<IF COND="[#NIVEAU]==2"><div class="toc_section2"><a href="#tocto[#TOCID]" name="tocfrom[#TOCID]">[(#TITRE|removenotes)] </a></div></IF>
<IF COND="[#NIVEAU]==3"><div class="toc_section3"><a href="#tocto[#TOCID]" name="tocfrom[#TOCID]">[(#TITRE|removenotes)] </a></div></IF>
<IF COND="[#NIVEAU]==4"><div class="toc_section4"><a href="#tocto[#TOCID]" name="tocfrom[#TOCID]">[(#TITRE|removenotes)] </a></div></IF>
<IF COND="[#NIVEAU]==5"><div class="toc_section5"><a href="#tocto[#TOCID]" name="tocfrom[#TOCID]">[(#TITRE|removenotes)] </a></div></IF>
<IF COND="[#NIVEAU]==6"><div class="toc_section6"><a href="#tocto[#TOCID]" name="tocfrom[#TOCID]">[(#TITRE|removenotes)] </a></div></IF>
</DO>
</LOOP>
</div>
<IF COND="[#TYPE] == 'article'">
<h4>Texte intégral</h4>
</IF>
<IF COND="[#ICONE]">
<div class="icone">
<img src="[#ICONE]" alt="[#IDENTIFIANT]" hspace="4" vspace="4" border="1" align="left">
</div>
</IF>
<div id="texte">
[(#TEXTE|tocable|lettrine|paranumber('texte'))]
</div>
</IF>
<div id="annexes">
<!--[ Bibliographie. Si elle existe -]-->
<IF COND="[#BIBLIOGRAPHIE]">
<h4>
<MACRO NAME="LANGUE_TITRE_BIBLIOGRAPHIE">
</h4>
<div id="bibliographie">
[(#BIBLIOGRAPHIE|tocss)]
</div>
</IF>
<!--[ Annexe. Si elle existe -]-->
<IF COND="[#ANNEXE]">
<h4>
Annexes
</h4>
<div class="texte">
[(#ANNEXE|tocss)]
</div>
</IF>
<MACRO NAME="AFFICHER_DOCUMENTS_ANNEXES">
<!--[ Notes de bas de page. Si elles existent -]-->
<IF COND="[#NOTESBASPAGE]">
<h4>Notes</h4>
<div class="notes">
[(#NOTESBASPAGE|notes("nombre"))]
</div>
</IF>
<IF COND="[(#NOTESBASPAGE|notes('lettre'))]">
<h4>Notes de bas de page littérales :</h4>
<div class="notes">
[(#NOTESBASPAGE|notes("lettre"))]
</div>
</IF>
<IF COND="[(#NOTESBASPAGE|notes('asterisque'))]">
<h4>Notes de bas de page astérisques :</h4>
<div class="notes">
[(#NOTESBASPAGE|notes("asterisque"))]
</div>
</IF>
<!--[ Notes de fin. Si elles existent -]-->
<IF COND="[(#NOTEFIN|notes('nombre'))]">
<h4>Notes de fin numériques :</h4>
<div class="notes">
[(#NOTEFIN|notes("nombre"))]
</div>
</IF>
<IF COND="[(#NOTEFIN|notes('lettre'))]">
<h4>Notes de fin littérales :</h4>
<div class="notes">
[(#NOTEFIN|notes("lettre"))]
</div>
</IF>
<IF COND="[(#NOTEFIN|notes('asterisque'))]">
<h4>Notes de fin astérisques :</h4>
<div class="notes">
[(#NOTEFIN|notes("asterisque"))]
</div>
</IF>
<!--[ Si le texte n'est pas encore autorisé à être publié ]-->
<ELSE/>
<div id="annexes">
<h4>Ce document sera publié en ligne en texte intégral le [(#DATEPUBLI|humandate)].</h4>
</IF>
<!--[ Affiche la notice bibliographique du document en cours ]-->
<h4>Pour citer ce document</h4>
<div id="pourCiter">
<MACRO NAME="CITATION">
</div>
<!--[ Affiche la description des auteurs ]-->
<MACRO NAME="DESCRIPTION_AUTEURS">
<MACRO NAME="RECENSIONS">
</div><!-- fin annexes -->
<MACRO NAME="BLOC_NAVIGATION_DOCUMENTS">
<MACRO NAME="CONCLUSION" />
<MACRO NAME="FERMER_HTML" />