Blame view
templates/html/Default_with_index.html
7.76 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 8 |
<link rel="stylesheet" href="[% resource('common/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); |
c0f20deb1 Nouveau template ... |
92 |
} |
a65220bcc Jeu de templates zim |
93 |
|
fdb370fcc Modifications en ... |
94 95 96 |
.intercalaire { background:white; margin-top: 48px; |
5aacce24d + Ajout d'une cou... |
97 98 99 100 |
padding: 10px; } .bold-footer { |
3e021ae7f Utilisation des v... |
101 |
color: var(--main-header-color); |
fdb370fcc Modifications en ... |
102 103 |
} |
94ef5e415 Indentation |
104 |
</style> |
09d20cee4 Changement de la ... |
105 |
<!-- Themes clair : |
94ef5e415 Indentation |
106 107 108 |
atom-one-light.css, vs.css googlecode.css github.css qtcreator_light.css Themes sombres : |
09d20cee4 Changement de la ... |
109 110 111 |
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... |
112 |
Demo live : https://highlightjs.org/static/demo/ --> |
94ef5e415 Indentation |
113 114 |
<link rel="stylesheet" href="[% resource('common/hljs/styles/sunburst.css') %]" > |
228a863ab Forçage de monosp... |
115 |
|
ed6f5b45b Ajout de la color... |
116 |
<!-- hljs --> |
c0f20deb1 Nouveau template ... |
117 118 119 120 121 122 123 124 125 126 127 128 129 130 |
<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 |
131 |
document.getElementById("mySidenav").setAttribute("class","menu menuClosed"); |
c0f20deb1 Nouveau template ... |
132 133 134 |
} } </script> |
a65220bcc Jeu de templates zim |
135 136 137 138 139 |
</head> <body> <!-- Header --> <div class='header'> |
c0f20deb1 Nouveau template ... |
140 |
<table class='navigation' style="float:left"> |
a349cce98 + Ajouté les icon... |
141 142 |
<tr class='navigation'> <td class='navigation'> |
3e021ae7f Utilisation des v... |
143 |
<span style="font-size:30px;cursor:pointer;color: var(--main-header-color);" onclick="openNav()">☰</span> |
c0f20deb1 Nouveau template ... |
144 145 |
</td> <td class='navigation'> |
a65220bcc Jeu de templates zim |
146 |
[% IF navigation.prev %] |
94ef5e415 Indentation |
147 148 149 |
<a href='[% uri(navigation.prev) %]'> <img src="[% resource('common/arrow-left.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> </a> |
a65220bcc Jeu de templates zim |
150 |
[% ELSE %] |
a349cce98 + Ajouté les icon... |
151 |
<img src="[% resource('common/arrow-left-inact.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> |
a65220bcc Jeu de templates zim |
152 |
[% END %] |
a349cce98 + Ajouté les icon... |
153 154 |
</td> <td class='navigation'> |
a65220bcc Jeu de templates zim |
155 |
[% IF links.get("index") %] |
94ef5e415 Indentation |
156 157 158 |
<a href='[% uri(links.get("index")) %]'> <img src="[% resource('common/arrow-up.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> </a> |
a65220bcc Jeu de templates zim |
159 |
[% ELSE %] |
a349cce98 + Ajouté les icon... |
160 |
<img src="[% resource('common/arrow-up-inact.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> |
a65220bcc Jeu de templates zim |
161 |
[% END %] |
a349cce98 + Ajouté les icon... |
162 163 |
</td> <td class='navigation'> |
a65220bcc Jeu de templates zim |
164 |
[% IF navigation.next %] |
94ef5e415 Indentation |
165 166 167 |
<a href='[% uri(navigation.next) %]'> <img src="[% resource('common/arrow-right.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> </a> |
a65220bcc Jeu de templates zim |
168 |
[% ELSE %] |
a349cce98 + Ajouté les icon... |
169 |
<img src="[% resource('common/arrow-right-inact.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> |
a65220bcc Jeu de templates zim |
170 |
[% END %] |
a349cce98 + Ajouté les icon... |
171 172 173 |
</td> </tr> </table> |
c0f20deb1 Nouveau template ... |
174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 |
<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 %] [% END %] </td> </tr> </table> |
a65220bcc Jeu de templates zim |
205 |
</div> |
fdb370fcc Modifications en ... |
206 207 208 |
<div class="intercalaire"> <hr /> </div> |
a65220bcc Jeu de templates zim |
209 |
|
c0f20deb1 Nouveau template ... |
210 |
<div id="mySidenav" class="menu menuClosed"> |
a65220bcc Jeu de templates zim |
211 212 213 214 215 216 |
[% index() %] </div> [% options.empty_lines = "default" %] <!-- Wiki content --> |
c0f20deb1 Nouveau template ... |
217 |
<div id="main" class='pages'> |
a65220bcc Jeu de templates zim |
218 |
<!--[% FOR page IN pages %]--> |
c0f20deb1 Nouveau template ... |
219 |
<!-- |
94ef5e415 Indentation |
220 221 222 |
<div class='heading'> <h1>[% page.title %] <a name='[% anchor(page) %]'></a></h1> </div> |
c0f20deb1 Nouveau template ... |
223 |
--> |
94ef5e415 Indentation |
224 225 226 |
<div class='content'> [% page.body %] </div> |
a65220bcc Jeu de templates zim |
227 |
|
94ef5e415 Indentation |
228 |
<br /> |
5aacce24d + Ajout d'une cou... |
229 230 231 232 |
<div style="padding-bottom:10px;"> <hr /> </div> |
a65220bcc Jeu de templates zim |
233 |
|
94ef5e415 Indentation |
234 235 236 237 238 239 |
<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 |
240 |
|
94ef5e415 Indentation |
241 |
<a href='[% uri(link) %]'>[% link.name %]</a> |
a65220bcc Jeu de templates zim |
242 |
|
94ef5e415 Indentation |
243 244 |
[% IF loop.last %]<br /><br />[% END %] <!--[% END %]--> |
a65220bcc Jeu de templates zim |
245 |
|
94ef5e415 Indentation |
246 247 |
<!--[% FOR file IN page.attachments %]--> [% IF loop.first %] |
c0f20deb1 Nouveau template ... |
248 |
<a name="attach"></a> |
94ef5e415 Indentation |
249 250 251 |
<b class="bold-footer">[% gettext("Attachments:") %]</b> <table> [% END %] |
a65220bcc Jeu de templates zim |
252 |
|
94ef5e415 Indentation |
253 |
<tr><td><a href='[% uri(file) %]'>[% file.basename %]</a></td><td> </td><td>[% file.size %]</td></tr> |
a65220bcc Jeu de templates zim |
254 |
|
94ef5e415 Indentation |
255 256 257 258 259 |
[% IF loop.last %] </table> [% END %] <!--[% END %]--> </div> |
a65220bcc Jeu de templates zim |
260 |
|
94ef5e415 Indentation |
261 |
[% IF not loop.last %]<hr />[% END %] |
a65220bcc Jeu de templates zim |
262 263 264 |
<!--[% END %]--> </div> |
591fa1f2a Utilisation d'un ... |
265 |
<script src="[% resource('common/go-hljs.js') %]"></script> |
ed6f5b45b Ajout de la color... |
266 |
|
a65220bcc Jeu de templates zim |
267 268 269 |
</body> </html> |