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
/
recension.html
134 lines (122 loc) · 3.51 KB
/
recension.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
<USE MACROFILE="macros_0.4.html">
<USE MACROFILE="macros_admin.html">
<USE MACROFILE="macros_affichage.html">
<USE MACROFILE="macros_technique.html">
<USE MACROFILE="macros_images.html">
<USE MACROFILE="macros_navigation.html">
<USE MACROFILE="macros_presentation.html">
<USE MACROFILE="macros_revue.html">
<!--[ ****************************************************************** ]-->
<!--[ Cette page affiche les documents de type article. ]-->
<!--[ Auteur : Marin Dacos. Août 2002. ]-->
<!--[ Dernière modification majeure en septembre 2002. ]-->
<!--[ ****************************************************************** ]-->
<MACRO NAME="OUVRIR_HTML">
<title>[(#TITRE|textebrut)]</title>
<MACRO NAME="METADONNEES">
<MACRO NAME="INSERER_STYLE">
<MACRO NAME="JS_JUMPMENU">
<MACRO NAME="OUVRIR_TABLE_PRINCIPALE">
<!--[ Affiche la barre verticale de navigation ]-->
<MACRO NAME="INSERER_BARRE_NAVIGATION_VERTICALE">
<td valign="top">
<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center" valign="TOP">
<tr>
<td valign="top">
<br />
<table width="70%" border="0" align="right">
<tr>
<td align="right" class="navigation">
<MACRO NAME="BOUTON_SIGNALER">
</td>
</tr>
<tr>
<td align="right" class="auteur">
<MACRO NAME="BOUTON_EDITER_DOCUMENT">
</td>
</tr>
<tr>
<td class="titre">
[#TITRE]
<br />
<br />
</td>
</tr>
<IF COND="[#DATEPUBLI] le today()">
<tr>
<td class="integral">
Texte intégral
</td>
</tr>
</IF>
<td align="right">
<MACRO NAME="BOUTON_IMPRIMER">
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[ ----------------------------------------------------------------------- ]-->
<!--[ Cette partie ne s'affiche que si le texte est autorisé à la publication ]-->
<!--[ ----------------------------------------------------------------------- ]-->
<IF COND="[#DATEPUBLI] le today()">
<!--[ Texte ------------------------ ]-->
<table width="90%" border="0" cellspacing="0" cellpadding="0" align="CENTER">
<tr>
<td class="titre" valign="top">
<!--[ Texte. Si il existe -]-->
<IF COND="[#TEXTE]">
<tr>
<td colspan="3" class="partie" valign="top">
<br /><br />
</td>
</tr>
<tr>
<td class="texte" valign="top">
[(#TEXTE|tocable|tocss|lettrine)]
<br />
</td>
</tr>
<tr>
<td align="right" class="auteur_recension">
<MACRO NAME="LISTER_AUTEURS">
</td>
</tr>
</IF>
<!--[ Notes de bas de page. Si elles existent -]-->
<IF COND="[#NOTEBASPAGE]">
<tr>
<td class="partie" valign="top">
<br />
<strong>
Notes
</strong><br /><br />
</td>
</tr>
<tr>
<td class="notes" valign="top">
[#NOTEBASPAGE]
<br />
</td>
</tr>
</IF>
</td>
</tr>
</table>
<!--[ Si le texte n'est pas encore autorisé à être publié ]-->
<ELSE/>
<br />
<br />
<div align="center">
Ce document sera publié en ligne en texte intégral le [#DATEPUBLI].
</div>
<br />
<br />
</IF>
<br />
<MACRO NAME="REVUES_ORG">
</td>
<MACRO NAME="TRACER_LIGNE_VERTICALE">
<MACRO NAME="FERMER_TABLE_PRINCIPALE">
<MACRO NAME="FERMER_HTML">