Blame view
templates/html/Wize.html
5.91 KB
a65220bcc
![]() |
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 %]'> |
8acad7fc6
![]() |
7 8 |
<link rel="stylesheet" href="[% resource('common/zim-variables.css') %]" > |
1f4a50657
![]() |
9 10 11 12 13 14 15 16 17 18 19 |
<link rel="stylesheet" href="[% resource('common/zim-style.css') %]" > <link rel="stylesheet" href="[% resource('common/zim-table-style.css') %]" > <link rel="stylesheet" href="[% resource('common/zim-special.css') %]" > <link rel="stylesheet" href="[% resource('common/zim-hljs.css') %]" > <style type='text/css'> * { font-family: sans-serif } |
a65220bcc
![]() |
20 |
|
1f4a50657
![]() |
21 |
a:hover { text-decoration: underline; } |
a65220bcc
![]() |
22 23 24 25 26 27 |
/* Centre les images mais elles sont coupées aux sauts de page à l'impression */ img { display: block; margin-left: auto; margin-right: auto; |
79c64189b
![]() |
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
} .pages { /*max-width: 1000px;*/ /*padding-left: 320px;*/ width: inherit; transition: margin-left .3s; background: white; padding-left: 10px; padding-right: 10px; padding-bottom: 20px; padding-top: 10px; } .header{ |
fbb8c93dc
![]() |
43 |
max-width: var(--main-page-width); |
79c64189b
![]() |
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
position: fixed; width: 100%; top:0; background:white; z-index: 1; } hr{ clear:both; border-style: solid; border-width: 1px; border-color: var(--main-header-color); } body { |
fbb8c93dc
![]() |
59 |
max-width: var(--main-page-width); |
79c64189b
![]() |
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
display:block; margin-left:auto; margin-right:auto; background: var(--main-body-background-color); } .intercalaire { background:white; margin-top: 48px; padding: 10px; } .bold-footer { color: var(--main-header-color); } |
a65220bcc
![]() |
75 |
|
a65220bcc
![]() |
76 |
</style> |
1f4a50657
![]() |
77 |
|
ed6f5b45b
![]() |
78 |
<!-- Themes clair : |
09d20cee4
![]() |
79 80 |
atom-one-light.css, vs.css googlecode.css github.css qtcreator_light.css |
ed6f5b45b
![]() |
81 |
Themes sombres : |
09d20cee4
![]() |
82 83 84 |
agate.css vs2015.css atom-one-dark.css hybrid.css ir-black.css sunburst.css tomorrow-night-bright.css qtcreator_dark.css |
ed6f5b45b
![]() |
85 86 |
Demo live : https://highlightjs.org/static/demo/ --> <link rel="stylesheet" |
3412afb6f
![]() |
87 |
href="[% resource('common/hljs/styles/sunburst.css') %]" > |
1f4a50657
![]() |
88 |
|
ed6f5b45b
![]() |
89 |
<!-- hljs --> |
3412afb6f
![]() |
90 |
<script src="[% resource('common/hljs/highlight.pack.js') %]"></script> |
ed6f5b45b
![]() |
91 |
|
a65220bcc
![]() |
92 93 94 95 |
</head> <body> [% options.empty_lines = "default" %] |
a65220bcc
![]() |
96 |
<div class='header'> |
79c64189b
![]() |
97 |
<table class='navigation' style="float:left"> |
a349cce98
![]() |
98 99 |
<tr class='navigation'> <td class='navigation'> |
a65220bcc
![]() |
100 |
[% IF navigation.prev %] |
79c64189b
![]() |
101 102 103 |
<a href='[% uri(navigation.prev) %]'> <img src="[% resource('common/arrow-left.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> </a> |
a65220bcc
![]() |
104 |
[% ELSE %] |
79c64189b
![]() |
105 |
<!-- |
a349cce98
![]() |
106 |
<img src="[% resource('common/arrow-left-inact.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> |
79c64189b
![]() |
107 |
--> |
a65220bcc
![]() |
108 |
[% END %] |
a349cce98
![]() |
109 110 |
</td> <td class='navigation'> |
a65220bcc
![]() |
111 |
[% IF links.get("index") %] |
79c64189b
![]() |
112 113 114 |
<a href='[% uri(links.get("index")) %]'> <img src="[% resource('common/arrow-up.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> </a> |
a65220bcc
![]() |
115 |
[% ELSE %] |
79c64189b
![]() |
116 |
<!-- |
a349cce98
![]() |
117 |
<img src="[% resource('common/arrow-up-inact.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> |
79c64189b
![]() |
118 |
--> |
a65220bcc
![]() |
119 |
[% END %] |
a349cce98
![]() |
120 121 |
</td> <td class='navigation'> |
a65220bcc
![]() |
122 |
[% IF navigation.next %] |
79c64189b
![]() |
123 124 125 |
<a href='[% uri(navigation.next) %]'> <img src="[% resource('common/arrow-right.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> </a> |
a65220bcc
![]() |
126 |
[% ELSE %] |
79c64189b
![]() |
127 |
<!-- |
a349cce98
![]() |
128 |
<img src="[% resource('common/arrow-right-inact.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> |
79c64189b
![]() |
129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 |
--> [% END %] </td> </tr> </table> <span> [% FOR page IN pages %] <a name='[% anchor(page) %]'></a> <h1 style="display:inline-block;margin-left:20px;margin-top:5px;"> [% page.title %]</h1> [% END %] </span> <table class='navigation' style="float:right;margin-right:10px;"> <tr class='navigation'> <td class='navigation'> [% FOR page IN pages %] [% FOR link IN page.backlinks %] [% IF loop.first %]<a href="#backlinks"> <img src='[% resource("common/backlink.png") %]' alt='[% gettext("Backlinks:") %]' title='[% gettext("Backlinks:") %]'> </a>[% END %] [% END %] [% END %] </td> <td class='navigation'> [% FOR page IN pages %] [% FOR file IN page.attachments %] [% IF loop.first %]<a href="#attach"> <img src='[% resource("common/attachment.png") %]' alt='[% gettext("Attachments:") %]' title='[% gettext("Attachments:") %]'> </a>[% END %] [% END %] |
a65220bcc
![]() |
161 |
[% END %] |
a349cce98
![]() |
162 163 164 |
</td> </tr> </table> |
a65220bcc
![]() |
165 |
</div> |
79c64189b
![]() |
166 |
<div class="intercalaire"> |
a65220bcc
![]() |
167 |
<hr /> |
79c64189b
![]() |
168 |
</div> |
a65220bcc
![]() |
169 |
|
05e558785
![]() |
170 171 172 |
<div style="float:right"> <img src='[% resource("common/logo.png") %]' alt=' '> </div> |
a65220bcc
![]() |
173 174 175 176 |
<!-- Wiki content --> <div class='pages'> <!--[% FOR page IN pages %]--> |
79c64189b
![]() |
177 |
<!-- |
a65220bcc
![]() |
178 179 180 |
<div class='heading'> <h1>[% page.title %] <a name='[% anchor(page) %]'></a></h1> </div> |
79c64189b
![]() |
181 |
--> |
a65220bcc
![]() |
182 183 184 185 186 187 188 189 190 |
<div class='content'> [% page.body %] </div> <br /> <div class='page-footer'> <!--[% FOR link IN page.backlinks %]--> |
458d2d4b1
![]() |
191 |
<a name="backlinks"></a> |
79c64189b
![]() |
192 |
[% IF loop.first %]<b class="bold-footer">[% gettext("Backlinks:") %]</b>[% END %] |
a65220bcc
![]() |
193 194 195 196 197 198 199 200 |
<a href='[% uri(link) %]'>[% link.name %]</a> [% IF loop.last %]<br /><br />[% END %] <!--[% END %]--> <!--[% FOR file IN page.attachments %]--> [% IF loop.first %] |
458d2d4b1
![]() |
201 |
<a name="attach"></a> |
79c64189b
![]() |
202 |
<b class="bold-footer">[% gettext("Attachments:") %]</b> |
a65220bcc
![]() |
203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 |
<table> [% END %] <tr><td><a href='[% uri(file) %]'>[% file.basename %]</a></td><td> </td><td>[% file.size %]</td></tr> [% IF loop.last %] </table> [% END %] <!--[% END %]--> </div> [% IF not loop.last %]<hr />[% END %] <!--[% END %]--> </div> |
591fa1f2a
![]() |
218 |
<script src="[% resource('common/go-hljs.js') %]"></script> |
ed6f5b45b
![]() |
219 |
|
a65220bcc
![]() |
220 221 222 |
</body> </html> |