src/cm/templates/site/text_print.html
author raph
Tue, 24 Nov 2009 10:31:42 +0100
changeset 6 2fae765d6ebc
parent 0 40c8f766c9b8
child 160 0c01050f9717
permissions -rw-r--r--
Merge with 8e6d7ff63451c4597c2ae79d12b319114087aa12

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


<!--  faudra penser au style choisi pour le texte au moment du print ... et ajouter la class au body -->
<STYLE TYPE='text/css'>
div.pagebreakhere {
    page-break-before: always ;
}
</STYLE>

<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/site/text_view_comments/c-text.css">
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/site/text_view_comments/c-text-styles.css">
    
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/site/text_view_comments/text_view_comments.css">


</head>

<body>
{% autoescape off %}
    {{ content }}
{% endautoescape %}
{%  include "site/macros/text_comments.html" %}
</body>
</html>