Commit 19a12f72d8950df8e6e3b8c30e8d6fafc7e4622a
1 parent
82560defb3
Exists in
master
Utilisation d'un lien pour la config de print
Showing 2 changed files with 4 additions and 3 deletions Side-by-side Diff
templates/html/Wize_Print.html
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <!-- ATTENTION Le template Print ne supporte pas les ressources, |
8 | 8 | Il faut mettre des chemins absolus sur les fichiers :( --> |
9 | 9 | <link rel="stylesheet" |
10 | - href="file:////home/daniau/.local/share/zim/templates/html/common-wize/zim-variables.css" > | |
10 | + href="file:////home/daniau/.local/share/zim/templates/html/print-common/zim-variables.css" > | |
11 | 11 | <link rel="stylesheet" |
12 | 12 | href="file:////home/daniau/.local/share/zim/templates/html/common/zim-style.css" > |
13 | 13 | <link rel="stylesheet" |
... | ... | @@ -40,7 +40,7 @@ |
40 | 40 | <!-- hljs --> |
41 | 41 | <script src="file:////home/daniau/.local/share/zim/templates/html/common/hljs/highlight.pack.js"></script> |
42 | 42 | |
43 | - <script src="file:////home/daniau/.local/share/zim/templates/html/common-wize/notice.js"></script> | |
43 | + <script src="file:////home/daniau/.local/share/zim/templates/html/print-common/notice.js"></script> | |
44 | 44 | |
45 | 45 | </head> |
46 | 46 | <body> |
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | <!-- Wiki content --> |
51 | 51 | |
52 | 52 | <div style="float:right"> |
53 | -<img src="file:////home/daniau/.local/share/zim/templates/html/common-wize/logo.png" alt=' '> | |
53 | +<img src="file:////home/daniau/.local/share/zim/templates/html/print-common/logo.png" alt=' '> | |
54 | 54 | </div> |
55 | 55 | |
56 | 56 |
templates/html/print-common
1 | +common-wize |