Commit ba586589a71a60162d33fffa427da3526b821564
1 parent
c120d3c680
Exists in
master
Utilisation de la notice
Showing 4 changed files with 23 additions and 1 deletions Side-by-side Diff
templates/html/Wize.html
| ... | ... | @@ -91,6 +91,8 @@ |
| 91 | 91 | |
| 92 | 92 | <!-- hljs --> |
| 93 | 93 | <script src="[% resource('common/hljs/highlight.pack.js') %]"></script> |
| 94 | + | |
| 95 | + <script src="[% resource('common-spec/notice.js') %]"></script> | |
| 94 | 96 | |
| 95 | 97 | </head> |
| 96 | 98 | <body> |
| ... | ... | @@ -215,6 +217,8 @@ |
| 215 | 217 | </table> |
| 216 | 218 | [% END %] |
| 217 | 219 | <!--[% END %]--> |
| 220 | + | |
| 221 | + <div id="foot-notice" class="notice"></div> | |
| 218 | 222 | </div> |
| 219 | 223 | |
| 220 | 224 | [% IF not loop.last %]<hr />[% END %] |
| ... | ... | @@ -223,6 +227,7 @@ |
| 223 | 227 | </div> |
| 224 | 228 | |
| 225 | 229 | <script src="[% resource('common/go-hljs.js') %]"></script> |
| 230 | +<script>printNotice()</script> | |
| 226 | 231 | |
| 227 | 232 | </body> |
| 228 | 233 |
templates/html/Wize_Print.html
| ... | ... | @@ -38,7 +38,9 @@ |
| 38 | 38 | href="file:////home/daniau/.local/share/zim/templates/html/common/hljs/styles/atom-one-light-wb.css" > |
| 39 | 39 | |
| 40 | 40 | <!-- hljs --> |
| 41 | - <script src="file:////home/daniau/.local/share/zim/templates/html/common/hljs/highlight.pack.js"></script> | |
| 41 | + <script src="file:////home/daniau/.local/share/zim/templates/html/common/hljs/highlight.pack.js"></script> | |
| 42 | + | |
| 43 | + <script src="file:////home/daniau/.local/share/zim/templates/html/common-wize/notice.js"></script> | |
| 42 | 44 | |
| 43 | 45 | </head> |
| 44 | 46 | <body> |
| 45 | 47 | |
| ... | ... | @@ -58,7 +60,10 @@ |
| 58 | 60 | |
| 59 | 61 | <!-- End wiki content --> |
| 60 | 62 | |
| 63 | +<div id="foot-notice" class="notice"></div> | |
| 64 | + | |
| 61 | 65 | <script src="file:////home/daniau/.local/share/zim/templates/html/common/go-hljs.js"></script> |
| 66 | +<script>printNotice()</script> | |
| 62 | 67 | |
| 63 | 68 | </body> |
| 64 | 69 |
templates/html/Wize_with_index.html
| ... | ... | @@ -136,6 +136,9 @@ |
| 136 | 136 | } |
| 137 | 137 | } |
| 138 | 138 | </script> |
| 139 | + | |
| 140 | + <script src="[% resource('common-spec/notice.js') %]"></script> | |
| 141 | + | |
| 139 | 142 | </head> |
| 140 | 143 | <body> |
| 141 | 144 | |
| ... | ... | @@ -266,6 +269,8 @@ |
| 266 | 269 | </table> |
| 267 | 270 | [% END %] |
| 268 | 271 | <!--[% END %]--> |
| 272 | + | |
| 273 | + <div id="foot-notice" class="notice"></div> | |
| 269 | 274 | </div> |
| 270 | 275 | |
| 271 | 276 | [% IF not loop.last %]<hr />[% END %] |
| ... | ... | @@ -274,6 +279,7 @@ |
| 274 | 279 | </div> |
| 275 | 280 | |
| 276 | 281 | <script src="[% resource('common/go-hljs.js') %]"></script> |
| 282 | +<script>printNotice()</script> | |
| 277 | 283 | |
| 278 | 284 | </body> |
| 279 | 285 |
templates/html/Wize_with_index_sod.html
| ... | ... | @@ -148,6 +148,9 @@ |
| 148 | 148 | } |
| 149 | 149 | } |
| 150 | 150 | </script> |
| 151 | + | |
| 152 | + <script src="[% resource('common-spec/notice.js') %]"></script> | |
| 153 | + | |
| 151 | 154 | </head> |
| 152 | 155 | <body> |
| 153 | 156 | |
| ... | ... | @@ -280,6 +283,8 @@ |
| 280 | 283 | </table> |
| 281 | 284 | [% END %] |
| 282 | 285 | <!--[% END %]--> |
| 286 | + | |
| 287 | + <div id="foot-notice" class="notice"></div> | |
| 283 | 288 | </div> |
| 284 | 289 | |
| 285 | 290 | [% IF not loop.last %]<hr />[% END %] |
| ... | ... | @@ -289,6 +294,7 @@ |
| 289 | 294 | </div> |
| 290 | 295 | |
| 291 | 296 | <script src="[% resource('common/go-hljs.js') %]"></script> |
| 297 | +<script>printNotice()</script> | |
| 292 | 298 | |
| 293 | 299 | </body> |
| 294 | 300 |