|
0
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
|
2 |
<html> |
|
|
3 |
|
|
|
4 |
<head> |
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
|
6 |
|
|
|
7 |
|
|
|
8 |
<!-- faudra penser au style choisi pour le texte au moment du print ... et ajouter la class au body --> |
|
|
9 |
<STYLE TYPE='text/css'> |
|
|
10 |
div.pagebreakhere { |
|
|
11 |
page-break-before: always ; |
|
|
12 |
} |
|
|
13 |
</STYLE> |
|
|
14 |
|
|
160
|
15 |
<link rel="stylesheet" type="text/css" href="{{ CM_MEDIA_PREFIX }}css/site/text_view_comments/c-text.css"> |
|
|
16 |
<link rel="stylesheet" type="text/css" href="{{ CM_MEDIA_PREFIX }}css/site/text_view_comments/c-text-styles.css"> |
|
0
|
17 |
|
|
160
|
18 |
<link rel="stylesheet" type="text/css" href="{{ CM_MEDIA_PREFIX }}css/site/text_view_comments/text_view_comments.css"> |
|
0
|
19 |
|
|
|
20 |
|
|
|
21 |
</head> |
|
|
22 |
|
|
|
23 |
<body> |
|
|
24 |
{% autoescape off %} |
|
|
25 |
{{ content }} |
|
|
26 |
{% endautoescape %} |
|
|
27 |
{% include "site/macros/text_comments.html" %} |
|
|
28 |
</body> |
|
398
|
29 |
</html> |