-
Notifications
You must be signed in to change notification settings - Fork 2
/
anglais.html
132 lines (103 loc) · 2.69 KB
/
anglais.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
<BOUCLE_m(ARTICLES){lang=en}{0,1}>
[(#REM)
Un cache plus court, pour la boucle syndic_articles
]#CACHE{3600}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR">
<head>
<title>[(#NOM_SITE_SPIP|textebrut)] in English</title>
<INCLURE{fond=inc-head}{couleur=c32954}{feed=anglais}/>
</head>
<body class="page_anglais">
<div id="page">
[(#REM) Bandeau de la page ]
<INCLURE{fond=inc-bandeau}{titre=In English} />
[(#REM) Contenu principal : derniers articles publies ]
<div class="hfeed" id="conteneur">
<INCLURE{fond=inc-entete}{titre=In English}{couleur=c32954}{onglet=english} />
[(#REM) selectionner les recents pour eviter pb de perfs
Le critere semaine indique la date du dernier jour a prendre en compte
(inclus, d'ou l'ajout de 24h00)
]
<BOUCLE_cut(ARTICLES)
{lang=en}{type!=''}
{!par popularite}
{doublons cut}
{0,50}
></BOUCLE_cut>
<div class="central">
[(#REM) A la une ]
<BOUCLE_une(ARTICLES) {type IN une,tresbien} {doublons}
{lang=en}
{par date}{inverse}{0,1}
>
<div id="chandelle"><div id="une">
[(#ID_ARTICLE|microcache{inc-entry})]
</div></div>
</BOUCLE_une>
<!--
<div id="nuage">[(#REM|nuage_tags)
<br /><a href="/themes">» Tous les thèmes</a>
]</div>
-->
</div>[(#REM) /central ]
[(#REM) Derniers articles ]
<div class="central">
<div id="marge">
</div>
<div id="contenu">
<B_articles_recents>
<div class="menu articles">
<BOUCLE_articles_recents(ARTICLES)
{doublons}
{!doublons cut}
{!par date}
>
[(#ID_ARTICLE|microcache{inc-entry})]
</BOUCLE_articles_recents>
</div>
</B_articles_recents>
</div>[(#REM) #contenu]
<div id="navigation">
<B_breves>
<div id="depeches" class="menu pavedepeches">
#ANCRE_PAGINATION
<h4>News in brief</h4>
<BOUCLE_breves(ARTICLES)
{lang=en}
{doublons}
{type=''}
{par date}{inverse} {doublons}
{pagination 20}
>
[(#ID_ARTICLE|microcache{inc-entry})]
</BOUCLE_breves>
[<p class="pagination">(#PAGINATION)</p>]
</div>
</B_breves>
<B_aussi>
<div id="aussi" class="menu pavedepeches">
#ANCRE_PAGINATION
<h4>And also...</h4>
<BOUCLE_aussi(ARTICLES)
{lang=en}
{doublons}
{type!=''}
{par date}{inverse}
{pagination 50}
>
[(#ID_ARTICLE|microcache{inc-entry})]
</BOUCLE_aussi>
[<p class="pagination">(#PAGINATION)</p>]
</div>
</B_aussi>
</div><!--#navigation-->
<div style="clear:both;"></div>
</div>[(#REM) /central ]
</div><!--#conteneur-->
[(#REM) Pied de page ]
<INCLURE{fond=inc-pied} />
</div><!--#page-->
</body>
</html>
</BOUCLE_m>