| 209 |
readers are in the order given by index |
readers are in the order given by index |
| 210 |
""" |
""" |
| 211 |
header = """<?xml version="1.0" encoding="UTF-8"?> |
header = """<?xml version="1.0" encoding="UTF-8"?> |
| 212 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 213 |
<html> |
<html> |
| 214 |
<head> |
<head> |
| 215 |
<title>%s</title> |
<title>%s</title> |
| 216 |
<link rel="stylesheet" type="text/css" href="default.css"> |
<link rel="stylesheet" type="text/css" href="default.css"> |
| 217 |
|
<link rel="stylesheet" type="text/css" href="matrix.css"> |
| 218 |
</head> |
</head> |
| 219 |
<body>""" |
<body>""" |
| 220 |
footer = """ |
footer = """ |
| 221 |
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-2404298-2"; urchinTracker(); </script> |
<script type="text/javascript"> |
| 222 |
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
| 223 |
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
| 224 |
|
</script> |
| 225 |
|
<script type="text/javascript"> |
| 226 |
|
try { |
| 227 |
|
var pageTracker = _gat._getTracker("UA-2404298-2"); |
| 228 |
|
pageTracker._trackPageview(); |
| 229 |
|
} catch(err) {}</script> |
| 230 |
<p>Ludovic Rousseau</p> |
<p>Ludovic Rousseau</p> |
| 231 |
</body> |
</body> |
| 232 |
</html>""" |
</html>""" |