blob: 0a4b153ed900949f4a3f60a67815a657d6fc7750 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Les Archives de %(listname)s</title>
<meta name="robots" content="noindex,follow">
%(meta)s
</head>
<body bgcolor="#ffffff">
<h1>Les Archives de %(listname)s</h1>
<p>vous pouvez obtenir <a href="%(listinfo)s">plus d' informations à
propos de cette liste</a> ou vous pouvez <a href="%(fullarch)s">télécharger les archives complètes</a>
(%(size)s).
</p>
%(noarchive_msg)s
%(archive_listing_start)s
%(archive_listing)s
%(archive_listing_end)s
</body>
</html>
|