6622eaa8 |
1 | <CONTENT VERSION="1.0" LANG="fr" CHARSET="iso-8859-1"/> |
314c311a |
2 | <!--[ |
3 | |
4 | LODEL - Logiciel d'Edition ELectronique. |
5 | Copyright (c) 2001-2002, Ghislain Picard, Marin Dacos |
6 | Copyright (c) 2003-2004, Ghislain Picard, Marin Dacos, Luc Santeramo, Nicolas Nutten, Anne Gentil-Beccot |
7 | |
8 | Home page: http://www.lodel.org |
9 | E-Mail: lodel@lodel.org |
10 | All Rights Reserved |
11 | This program is free software; you can redistribute it and/or modify |
12 | it under the terms of the GNU General Public License as published by |
13 | the Free Software Foundation; either version 2 of the License, or |
14 | (at your option) any later version. |
15 | This program is distributed in the hope that it will be useful, |
16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
18 | GNU General Public License for more details. |
19 | You should have received a copy of the GNU General Public License |
20 | along with this program; if not, write to the Free Software |
21 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.]--> |
22 | |
23 | <USE MACROFILE="macros_base.html" /> |
24 | <USE MACROFILE="macros_site.html" /> |
25 | |
26 | <div id="menu"> |
27 | |
28 | <div id="menu2"> |
29 | <h3>RECHERCHER</h3> |
30 | <fieldset id="recherche"> |
31 | <FUNC NAME="SEARCH_ENGINE_PUBLIC" /> |
32 | </fieldset> |
33 | |
34 | <h3><a href="/" style="color: #fff;">DERNIER NUMÉRO</a></h3> |
35 | <MACRO NAME="AFFICHER_MENU" /> |
36 | |
37 | <h3>ANCIENS NUMÉROS</h3> |
38 | <!--[ Numéros ]--> |
39 | <div id="navIssues"> |
40 | |
41 | <!--[ À paraître ]--> |
42 | <LET VAR="filtre">paraitre = 1</LET> |
43 | |
44 | <!--[ Affichage classique : numéro, période et titre ]--> |
45 | <LOOP NAME="listIssues" TABLE="publications" |
46 | SELECT="id, numero, titre, altertitre, periode, datepubli, datepublipapier" |
47 | WHERE="parent = 'numeros' AND [#FILTRE]" |
48 | ORDER="IF(datepublipapier != '0000-00-00' && datepublipapier != '' && datepublipapier IS NOT NULL, datepublipapier, datepubli) DESC"> |
49 | |
50 | <BEFORE> |
51 | <h2> |
52 | [#TITRE2] |
53 | </h2> |
54 | <ul class="issues"> |
55 | </BEFORE> |
56 | <DO> |
57 | <li> |
58 | <a href="[#ID|makeurlwithid]"> |
59 | <span class="number"><LET VAR="ml_titre"><FUNC NAME="ML_TITRE" /></LET></span> |
60 | <IF COND="[#ML_TITRE] NE [#NUMERO]"><span class="title">[#ML_TITRE]</span></IF> |
61 | </a> |
62 | </li> |
63 | </DO> |
64 | <AFTER> |
65 | <li><a href="/index.php?id=272">Archives en PDF</a></li> |
66 | </ul> |
67 | </AFTER> |
68 | </LOOP> |
69 | |
70 | <!--[ Résumés ]--> |
71 | <LET VAR="filtre">(paraitre = 0 OR paraitre IS NULL) AND (integralite = 0 OR integralite IS NULL)</LET> |
72 | <LOOP NAME="listIssues"></LOOP> |
73 | |
74 | <!--[ Texte intégral ]--> |
75 | <LET VAR="titre2">[@NAV_TEXTE_INTEGRAL]</LET> |
76 | <LET VAR="filtre">(paraitre = 0 OR paraitre IS NULL) AND integralite = 1</LET> |
77 | <LOOP NAME="listIssues"></LOOP> |
78 | |
79 | |
80 | <!--[ Lien vers le sommaire des numéros ] |
81 | <LOOP NAME="linkAllIssues" TABLE="publications" SELECT="id" WHERE="identifier = 'numeros' AND type = 'collection'"> |
82 | <ul><li> |
83 | <a href="[#ID|makeurlwithid]"> |
84 | Tous les numéros |
85 | </a> |
86 | </li></ul> |
87 | </LOOP>--> |
88 | |
89 | </div><!-- #navIssues --> |
90 | |
91 | <h3>INDEX</h3> |
92 | <MACRO NAME="AFFICHER_INDEX" /> |
93 | |
94 | <h3>INFORMATIONS</h3> |
95 | <LOOP NAME="presentation" TABLE="textessimples" WHERE="type = 'billet' AND idparent = 0" LIMIT="6" ORDER="rank"> |
96 | <BEFORE> |
97 | <ul class="issues"> |
98 | </BEFORE> |
99 | <DO> |
100 | <LET VAR="ml_titre"><FUNC NAME="ML_TITRE" /></LET> |
101 | <IF COND="[#ML_TITRE]"> |
102 | <li><a href="[#ID|makeurlwithid]">[#TITRE]</a></li> |
103 | </IF> |
104 | </DO> |
105 | <AFTER> |
106 | </ul> |
107 | </AFTER> |
108 | </LOOP> |
109 | |
110 | <h3>SYNDICATION</h3> |
111 | <MACRO NAME="LIENS_SYNDICATION" /> |
112 | </div> |
113 | |
114 | <div id="logobarre"> |
115 | <a href="http://www.auf.org/" target="_blank"><img src="../images/logo.jpg" /></a> |
116 | </div> |
117 | |
118 | </div> |