Blame view
templates/html/Wize_with_index.html
8.28 KB
a65220bcc Jeu de templates zim |
1 2 3 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> |
94ef5e415 Indentation |
4 5 6 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>[% title %]</title> <meta name='Generator' content='[% generator.name %]'> |
8acad7fc6 Utilisation d'un ... |
7 |
<link rel="stylesheet" |
f8a4e9c0b Utilisation du no... |
8 |
href="[% resource('common-spec/zim-variables.css') %]" > |
1f4a50657 Utilisation de fi... |
9 |
<link rel="stylesheet" |
94ef5e415 Indentation |
10 |
href="[% resource('common/zim-style.css') %]" > |
1f4a50657 Utilisation de fi... |
11 |
<link rel="stylesheet" |
94ef5e415 Indentation |
12 |
href="[% resource('common/zim-table-style.css') %]" > |
1f4a50657 Utilisation de fi... |
13 |
<link rel="stylesheet" |
94ef5e415 Indentation |
14 |
href="[% resource('common/zim-special.css') %]" > |
1f4a50657 Utilisation de fi... |
15 |
<link rel="stylesheet" |
94ef5e415 Indentation |
16 |
href="[% resource('common/zim-hljs.css') %]" > |
1f4a50657 Utilisation de fi... |
17 18 |
<style type='text/css'> |
94ef5e415 Indentation |
19 |
* { font-family: sans-serif } |
a65220bcc Jeu de templates zim |
20 |
|
94ef5e415 Indentation |
21 |
a:hover { text-decoration: underline; } |
a65220bcc Jeu de templates zim |
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; |
1f4a50657 Utilisation de fi... |
28 29 30 |
} /* Specifique au with index */ |
94ef5e415 Indentation |
31 |
span.insen { color: grey } |
a65220bcc Jeu de templates zim |
32 |
|
1f4a50657 Utilisation de fi... |
33 |
.pages { |
c0f20deb1 Nouveau template ... |
34 35 36 37 |
/*max-width: 1000px;*/ /*padding-left: 320px;*/ width: inherit; transition: margin-left .3s; |
fdb370fcc Modifications en ... |
38 39 40 41 |
background: white; padding-left: 10px; padding-right: 10px; padding-bottom: 20px; |
5aacce24d + Ajout d'une cou... |
42 |
padding-top: 10px; |
1f4a50657 Utilisation de fi... |
43 |
} |
c0f20deb1 Nouveau template ... |
44 |
|
1f4a50657 Utilisation de fi... |
45 |
.menu{ |
c0f20deb1 Nouveau template ... |
46 47 |
/*float:left; */ width: 0; |
3e021ae7f Utilisation des v... |
48 |
color:var(--main-header-color); |
c0f20deb1 Nouveau template ... |
49 50 51 |
overflow-x: hidden; position: absolute; transition:.3s; |
3e021ae7f Utilisation des v... |
52 |
background: var(--main-menu-background-color); |
c0f20deb1 Nouveau template ... |
53 54 |
border-style: solid; border-width: 1px; |
5aacce24d + Ajout d'une cou... |
55 |
margin-left:-20px; |
c0f20deb1 Nouveau template ... |
56 57 58 |
} .menu a,.menu a:link,.menu a:hover,.menu a:active,.menu a:visited { |
3e021ae7f Utilisation des v... |
59 |
color: var(--main-header-color); |
c0f20deb1 Nouveau template ... |
60 61 62 63 64 65 66 67 68 69 70 |
} .menuOpen { /*display: block;*/ } .menuClosed { border-style: unset; } .header{ |
fbb8c93dc Ajout du paramètr... |
71 |
max-width: var(--main-page-width); |
c0f20deb1 Nouveau template ... |
72 73 74 75 76 |
position: fixed; width: 100%; top:0; background:white; z-index: 1; |
1f4a50657 Utilisation de fi... |
77 |
} |
c0f20deb1 Nouveau template ... |
78 |
|
5aacce24d + Ajout d'une cou... |
79 80 81 82 |
hr{ clear:both; border-style: solid; border-width: 1px; |
3e021ae7f Utilisation des v... |
83 |
border-color: var(--main-header-color); |
5aacce24d + Ajout d'une cou... |
84 |
} |
c0f20deb1 Nouveau template ... |
85 86 |
body { |
fbb8c93dc Ajout du paramètr... |
87 |
max-width: var(--main-page-width); |
c0f20deb1 Nouveau template ... |
88 89 90 |
display:block; margin-left:auto; margin-right:auto; |
0aa18fe45 Changement du nom... |
91 |
background: var(--main-body-background-color); |
66e16d78f Utilisation optio... |
92 93 94 |
background-image: url('[% resource("common-spec/fond.jpg") %]'); background-position: var(--main-body-background-position); background-repeat: var(--main-body-background-repeat); |
c0f20deb1 Nouveau template ... |
95 |
} |
a65220bcc Jeu de templates zim |
96 |
|
fdb370fcc Modifications en ... |
97 98 99 |
.intercalaire { background:white; margin-top: 48px; |
5aacce24d + Ajout d'une cou... |
100 101 102 103 |
padding: 10px; } .bold-footer { |
3e021ae7f Utilisation des v... |
104 |
color: var(--main-header-color); |
fdb370fcc Modifications en ... |
105 106 |
} |
94ef5e415 Indentation |
107 |
</style> |
09d20cee4 Changement de la ... |
108 |
<!-- Themes clair : |
94ef5e415 Indentation |
109 110 111 |
atom-one-light.css, vs.css googlecode.css github.css qtcreator_light.css Themes sombres : |
09d20cee4 Changement de la ... |
112 113 114 |
agate.css vs2015.css atom-one-dark.css hybrid.css ir-black.css sunburst.css tomorrow-night-bright.css qtcreator_dark.css |
ed6f5b45b Ajout de la color... |
115 |
Demo live : https://highlightjs.org/static/demo/ --> |
94ef5e415 Indentation |
116 117 |
<link rel="stylesheet" href="[% resource('common/hljs/styles/sunburst.css') %]" > |
228a863ab Forçage de monosp... |
118 |
|
ed6f5b45b Ajout de la color... |
119 |
<!-- hljs --> |
c0f20deb1 Nouveau template ... |
120 121 122 123 124 125 126 127 128 129 130 131 132 133 |
<script src="[% resource('common/hljs/highlight.pack.js') %]"></script> <script> function openNav() { if (document.getElementById("mySidenav").getAttribute("class").split(' ')[1] == "menuClosed") { document.getElementById("mySidenav").style.width = "300px"; /*document.getElementById("main").style.marginLeft = "300px";*/ document.getElementById("mySidenav").setAttribute("class","menu menuOpen"); /* Scroll to top when opening menu */ document.body.scrollTop = 0 document.documentElement.scrollTop = 0; } else { document.getElementById("mySidenav").style.width = "0"; /*document.getElementById("main").style.marginLeft = "0";*/ |
94ef5e415 Indentation |
134 |
document.getElementById("mySidenav").setAttribute("class","menu menuClosed"); |
c0f20deb1 Nouveau template ... |
135 136 137 |
} } </script> |
ba586589a Utilisation de la... |
138 139 140 |
<script src="[% resource('common-spec/notice.js') %]"></script> |
a65220bcc Jeu de templates zim |
141 142 143 144 145 |
</head> <body> <!-- Header --> <div class='header'> |
c0f20deb1 Nouveau template ... |
146 |
<table class='navigation' style="float:left"> |
a349cce98 + Ajouté les icon... |
147 148 |
<tr class='navigation'> <td class='navigation'> |
3e021ae7f Utilisation des v... |
149 |
<span style="font-size:30px;cursor:pointer;color: var(--main-header-color);" onclick="openNav()">☰</span> |
c0f20deb1 Nouveau template ... |
150 151 |
</td> <td class='navigation'> |
a65220bcc Jeu de templates zim |
152 |
[% IF navigation.prev %] |
94ef5e415 Indentation |
153 |
<a href='[% uri(navigation.prev) %]'> |
f8a4e9c0b Utilisation du no... |
154 |
<img src="[% resource('common-spec/arrow-left.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> |
94ef5e415 Indentation |
155 |
</a> |
a65220bcc Jeu de templates zim |
156 |
[% ELSE %] |
f8a4e9c0b Utilisation du no... |
157 |
<img src="[% resource('common-spec/arrow-left-inact.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> |
a65220bcc Jeu de templates zim |
158 |
[% END %] |
a349cce98 + Ajouté les icon... |
159 160 |
</td> <td class='navigation'> |
a65220bcc Jeu de templates zim |
161 |
[% IF links.get("index") %] |
94ef5e415 Indentation |
162 |
<a href='[% uri(links.get("index")) %]'> |
f8a4e9c0b Utilisation du no... |
163 |
<img src="[% resource('common-spec/arrow-up.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> |
94ef5e415 Indentation |
164 |
</a> |
a65220bcc Jeu de templates zim |
165 |
[% ELSE %] |
f8a4e9c0b Utilisation du no... |
166 |
<img src="[% resource('common-spec/arrow-up-inact.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> |
a65220bcc Jeu de templates zim |
167 |
[% END %] |
a349cce98 + Ajouté les icon... |
168 169 |
</td> <td class='navigation'> |
a65220bcc Jeu de templates zim |
170 |
[% IF navigation.next %] |
94ef5e415 Indentation |
171 |
<a href='[% uri(navigation.next) %]'> |
f8a4e9c0b Utilisation du no... |
172 |
<img src="[% resource('common-spec/arrow-right.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> |
94ef5e415 Indentation |
173 |
</a> |
a65220bcc Jeu de templates zim |
174 |
[% ELSE %] |
f8a4e9c0b Utilisation du no... |
175 |
<img src="[% resource('common-spec/arrow-right-inact.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> |
a65220bcc Jeu de templates zim |
176 |
[% END %] |
a349cce98 + Ajouté les icon... |
177 178 179 |
</td> </tr> </table> |
c0f20deb1 Nouveau template ... |
180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 |
<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"> |
f8a4e9c0b Utilisation du no... |
195 |
<img src='[% resource("common-spec/backlink.png") %]' alt='[% gettext("Backlinks:") %]' title='[% gettext("Backlinks:") %]'> |
c0f20deb1 Nouveau template ... |
196 197 198 199 200 201 202 203 |
</a>[% END %] [% END %] [% END %] </td> <td class='navigation'> [% FOR page IN pages %] [% FOR file IN page.attachments %] [% IF loop.first %]<a href="#attach"> |
f8a4e9c0b Utilisation du no... |
204 |
<img src='[% resource("common-spec/attachment.png") %]' alt='[% gettext("Attachments:") %]' title='[% gettext("Attachments:") %]'> |
c0f20deb1 Nouveau template ... |
205 206 207 208 209 210 |
</a>[% END %] [% END %] [% END %] </td> </tr> </table> |
a65220bcc Jeu de templates zim |
211 |
</div> |
fdb370fcc Modifications en ... |
212 213 214 |
<div class="intercalaire"> <hr /> </div> |
a65220bcc Jeu de templates zim |
215 |
|
05e558785 Ajout de l'affich... |
216 |
<div style="float:right"> |
f8a4e9c0b Utilisation du no... |
217 |
<img src='[% resource("common-spec/logo.png") %]' alt=' '> |
05e558785 Ajout de l'affich... |
218 |
</div> |
c0f20deb1 Nouveau template ... |
219 |
<div id="mySidenav" class="menu menuClosed"> |
a65220bcc Jeu de templates zim |
220 221 222 223 224 225 |
[% index() %] </div> [% options.empty_lines = "default" %] <!-- Wiki content --> |
c0f20deb1 Nouveau template ... |
226 |
<div id="main" class='pages'> |
a65220bcc Jeu de templates zim |
227 |
<!--[% FOR page IN pages %]--> |
c0f20deb1 Nouveau template ... |
228 |
<!-- |
94ef5e415 Indentation |
229 230 231 |
<div class='heading'> <h1>[% page.title %] <a name='[% anchor(page) %]'></a></h1> </div> |
c0f20deb1 Nouveau template ... |
232 |
--> |
94ef5e415 Indentation |
233 234 235 |
<div class='content'> [% page.body %] </div> |
a65220bcc Jeu de templates zim |
236 |
|
94ef5e415 Indentation |
237 |
<br /> |
5aacce24d + Ajout d'une cou... |
238 239 240 241 |
<div style="padding-bottom:10px;"> <hr /> </div> |
a65220bcc Jeu de templates zim |
242 |
|
94ef5e415 Indentation |
243 244 245 246 247 248 |
<div class='page-footer'> <!--[% FOR link IN page.backlinks %]--> [% IF loop.first %] <a name="backlinks"></a> <b class="bold-footer">[% gettext("Backlinks:") %]</b> [% END %] |
a65220bcc Jeu de templates zim |
249 |
|
94ef5e415 Indentation |
250 |
<a href='[% uri(link) %]'>[% link.name %]</a> |
a65220bcc Jeu de templates zim |
251 |
|
94ef5e415 Indentation |
252 253 |
[% IF loop.last %]<br /><br />[% END %] <!--[% END %]--> |
a65220bcc Jeu de templates zim |
254 |
|
94ef5e415 Indentation |
255 256 |
<!--[% FOR file IN page.attachments %]--> [% IF loop.first %] |
c0f20deb1 Nouveau template ... |
257 |
<a name="attach"></a> |
94ef5e415 Indentation |
258 259 260 |
<b class="bold-footer">[% gettext("Attachments:") %]</b> <table> [% END %] |
a65220bcc Jeu de templates zim |
261 |
|
94ef5e415 Indentation |
262 |
<tr><td><a href='[% uri(file) %]'>[% file.basename %]</a></td><td> </td><td>[% file.size %]</td></tr> |
a65220bcc Jeu de templates zim |
263 |
|
94ef5e415 Indentation |
264 265 266 267 |
[% IF loop.last %] </table> [% END %] <!--[% END %]--> |
ba586589a Utilisation de la... |
268 269 |
<div id="foot-notice" class="notice"></div> |
94ef5e415 Indentation |
270 |
</div> |
a65220bcc Jeu de templates zim |
271 |
|
94ef5e415 Indentation |
272 |
[% IF not loop.last %]<hr />[% END %] |
a65220bcc Jeu de templates zim |
273 274 275 |
<!--[% END %]--> </div> |
591fa1f2a Utilisation d'un ... |
276 |
<script src="[% resource('common/go-hljs.js') %]"></script> |
ba586589a Utilisation de la... |
277 |
<script>printNotice()</script> |
ed6f5b45b Ajout de la color... |
278 |
|
a65220bcc Jeu de templates zim |
279 280 281 |
</body> </html> |