Blame view
templates/html/Wize_Print.html
2.14 KB
a65220bcc Jeu de templates zim |
1 2 3 4 5 6 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>[% title %]</title> <meta name='Generator' content='[% generator.name %]'> |
1f4a50657 Utilisation de fi... |
7 8 |
<!-- ATTENTION Le template Print ne supporte pas les ressources, Il faut mettre des chemins absolus sur les fichiers :( --> |
8acad7fc6 Utilisation d'un ... |
9 |
<link rel="stylesheet" |
f8a4e9c0b Utilisation du no... |
10 |
href="file:////home/daniau/.local/share/zim/templates/html/common-wize/zim-variables.css" > |
1f4a50657 Utilisation de fi... |
11 12 13 14 15 16 17 18 19 |
<link rel="stylesheet" href="file:////home/daniau/.local/share/zim/templates/html/common/zim-style.css" > <link rel="stylesheet" href="file:////home/daniau/.local/share/zim/templates/html/common/zim-table-style.css" > <link rel="stylesheet" href="file:////home/daniau/.local/share/zim/templates/html/common/zim-special.css" > <link rel="stylesheet" href="file:////home/daniau/.local/share/zim/templates/html/common/zim-hljs.css" > <style type='text/css'> |
a65220bcc Jeu de templates zim |
20 |
|
1f4a50657 Utilisation de fi... |
21 |
* { font-family: serif } |
a65220bcc Jeu de templates zim |
22 23 24 25 26 27 28 |
/* Centre les images mais elles sont coupées aux sauts de page à l'impression */ /*img { display: block; margin-left: auto; margin-right: auto; }*/ |
1f4a50657 Utilisation de fi... |
29 |
</style> |
41bb6f128 Ajout de la color... |
30 |
|
41bb6f128 Ajout de la color... |
31 32 33 34 35 36 |
<!-- Themes clair : atom-one-light.css, vs.css Themes sombres : agate.css, vs2015.css, atom-one-dark.css Demo live : https://highlightjs.org/static/demo/ --> <link rel="stylesheet" |
edd394771 Changement du the... |
37 |
href="file:////home/daniau/.local/share/zim/templates/html/common/hljs/styles/atom-one-light-wb.css" > |
228a863ab Forçage de monosp... |
38 |
|
41bb6f128 Ajout de la color... |
39 |
<!-- hljs --> |
3412afb6f Mise dans un doss... |
40 |
<script src="file:////home/daniau/.local/share/zim/templates/html/common/hljs/highlight.pack.js"></script> |
41bb6f128 Ajout de la color... |
41 |
|
a65220bcc Jeu de templates zim |
42 43 44 45 46 47 |
</head> <body> [% options.empty_lines = "default" %] <!-- Wiki content --> |
05e558785 Ajout de l'affich... |
48 |
<div style="float:right"> |
f8a4e9c0b Utilisation du no... |
49 |
<img src="file:////home/daniau/.local/share/zim/templates/html/common-wize/logo.png" alt=' '> |
05e558785 Ajout de l'affich... |
50 |
</div> |
a65220bcc Jeu de templates zim |
51 52 53 54 55 |
[% FOR page IN pages %] [% page.content %] [% END %] <!-- End wiki content --> |
591fa1f2a Utilisation d'un ... |
56 |
<script src="file:////home/daniau/.local/share/zim/templates/html/common/go-hljs.js"></script> |
41bb6f128 Ajout de la color... |
57 |
|
a65220bcc Jeu de templates zim |
58 59 60 |
</body> </html> |