Commit f8a4e9c0b8603bb77a5cb648e32b35bfec90032b
1 parent
ffa57b5f8a
Exists in
master
Utilisation du nouveau dossier common-spec
Showing 4 changed files with 29 additions and 29 deletions Side-by-side Diff
templates/html/Wize.html
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | <title>[% title %]</title> |
| 6 | 6 | <meta name='Generator' content='[% generator.name %]'> |
| 7 | 7 | <link rel="stylesheet" |
| 8 | - href="[% resource('common/zim-variables.css') %]" > | |
| 8 | + href="[% resource('common-spec/zim-variables.css') %]" > | |
| 9 | 9 | <link rel="stylesheet" |
| 10 | 10 | href="[% resource('common/zim-style.css') %]" > |
| 11 | 11 | <link rel="stylesheet" |
| ... | ... | @@ -100,7 +100,7 @@ |
| 100 | 100 | <td class='navigation'> |
| 101 | 101 | [% IF navigation.prev %] |
| 102 | 102 | <a href='[% uri(navigation.prev) %]'> |
| 103 | - <img src="[% resource('common/arrow-left.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> | |
| 103 | + <img src="[% resource('common-spec/arrow-left.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> | |
| 104 | 104 | </a> |
| 105 | 105 | [% ELSE %] |
| 106 | 106 | <!-- |
| ... | ... | @@ -111,7 +111,7 @@ |
| 111 | 111 | <td class='navigation'> |
| 112 | 112 | [% IF links.get("index") %] |
| 113 | 113 | <a href='[% uri(links.get("index")) %]'> |
| 114 | - <img src="[% resource('common/arrow-up.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> | |
| 114 | + <img src="[% resource('common-spec/arrow-up.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> | |
| 115 | 115 | </a> |
| 116 | 116 | [% ELSE %] |
| 117 | 117 | <!-- |
| ... | ... | @@ -122,7 +122,7 @@ |
| 122 | 122 | <td class='navigation'> |
| 123 | 123 | [% IF navigation.next %] |
| 124 | 124 | <a href='[% uri(navigation.next) %]'> |
| 125 | - <img src="[% resource('common/arrow-right.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> | |
| 125 | + <img src="[% resource('common-spec/arrow-right.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> | |
| 126 | 126 | </a> |
| 127 | 127 | [% ELSE %] |
| 128 | 128 | <!-- |
| ... | ... | @@ -147,7 +147,7 @@ |
| 147 | 147 | [% FOR page IN pages %] |
| 148 | 148 | [% FOR link IN page.backlinks %] |
| 149 | 149 | [% IF loop.first %]<a href="#backlinks"> |
| 150 | -<img src='[% resource("common/backlink.png") %]' alt='[% gettext("Backlinks:") %]' title='[% gettext("Backlinks:") %]'> | |
| 150 | +<img src='[% resource("common-spec/backlink.png") %]' alt='[% gettext("Backlinks:") %]' title='[% gettext("Backlinks:") %]'> | |
| 151 | 151 | </a>[% END %] |
| 152 | 152 | [% END %] |
| 153 | 153 | [% END %] |
| ... | ... | @@ -156,7 +156,7 @@ |
| 156 | 156 | [% FOR page IN pages %] |
| 157 | 157 | [% FOR file IN page.attachments %] |
| 158 | 158 | [% IF loop.first %]<a href="#attach"> |
| 159 | -<img src='[% resource("common/attachment.png") %]' alt='[% gettext("Attachments:") %]' title='[% gettext("Attachments:") %]'> | |
| 159 | +<img src='[% resource("common-spec/attachment.png") %]' alt='[% gettext("Attachments:") %]' title='[% gettext("Attachments:") %]'> | |
| 160 | 160 | </a>[% END %] |
| 161 | 161 | [% END %] |
| 162 | 162 | [% END %] |
| ... | ... | @@ -170,7 +170,7 @@ |
| 170 | 170 | </div> |
| 171 | 171 | |
| 172 | 172 | <div style="float:right"> |
| 173 | -<img src='[% resource("logo.png") %]' alt=' '> | |
| 173 | +<img src='[% resource("common-spec/logo.png") %]' alt=' '> | |
| 174 | 174 | </div> |
| 175 | 175 | |
| 176 | 176 | <!-- Wiki content --> |
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/zim-variables.css" > | |
| 10 | + href="file:////home/daniau/.local/share/zim/templates/html/common-wize/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" |
| ... | ... | @@ -48,7 +48,7 @@ |
| 48 | 48 | <!-- Wiki content --> |
| 49 | 49 | |
| 50 | 50 | <div style="float:right"> |
| 51 | -<img src="file:////home/daniau/.local/share/zim/templates/html/Wize/logo.png" alt=' '> | |
| 51 | +<img src="file:////home/daniau/.local/share/zim/templates/html/common-wize/logo.png" alt=' '> | |
| 52 | 52 | </div> |
| 53 | 53 | |
| 54 | 54 |
templates/html/Wize_with_index.html
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | <title>[% title %]</title> |
| 6 | 6 | <meta name='Generator' content='[% generator.name %]'> |
| 7 | 7 | <link rel="stylesheet" |
| 8 | - href="[% resource('common/zim-variables.css') %]" > | |
| 8 | + href="[% resource('common-spec/zim-variables.css') %]" > | |
| 9 | 9 | <link rel="stylesheet" |
| 10 | 10 | href="[% resource('common/zim-style.css') %]" > |
| 11 | 11 | <link rel="stylesheet" |
| 12 | 12 | |
| 13 | 13 | |
| 14 | 14 | |
| 15 | 15 | |
| 16 | 16 | |
| ... | ... | @@ -146,28 +146,28 @@ |
| 146 | 146 | <td class='navigation'> |
| 147 | 147 | [% IF navigation.prev %] |
| 148 | 148 | <a href='[% uri(navigation.prev) %]'> |
| 149 | - <img src="[% resource('common/arrow-left.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> | |
| 149 | + <img src="[% resource('common-spec/arrow-left.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> | |
| 150 | 150 | </a> |
| 151 | 151 | [% ELSE %] |
| 152 | - <img src="[% resource('common/arrow-left-inact.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> | |
| 152 | + <img src="[% resource('common-spec/arrow-left-inact.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> | |
| 153 | 153 | [% END %] |
| 154 | 154 | </td> |
| 155 | 155 | <td class='navigation'> |
| 156 | 156 | [% IF links.get("index") %] |
| 157 | 157 | <a href='[% uri(links.get("index")) %]'> |
| 158 | - <img src="[% resource('common/arrow-up.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> | |
| 158 | + <img src="[% resource('common-spec/arrow-up.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> | |
| 159 | 159 | </a> |
| 160 | 160 | [% ELSE %] |
| 161 | - <img src="[% resource('common/arrow-up-inact.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> | |
| 161 | + <img src="[% resource('common-spec/arrow-up-inact.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> | |
| 162 | 162 | [% END %] |
| 163 | 163 | </td> |
| 164 | 164 | <td class='navigation'> |
| 165 | 165 | [% IF navigation.next %] |
| 166 | 166 | <a href='[% uri(navigation.next) %]'> |
| 167 | - <img src="[% resource('common/arrow-right.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> | |
| 167 | + <img src="[% resource('common-spec/arrow-right.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> | |
| 168 | 168 | </a> |
| 169 | 169 | [% ELSE %] |
| 170 | - <img src="[% resource('common/arrow-right-inact.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> | |
| 170 | + <img src="[% resource('common-spec/arrow-right-inact.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> | |
| 171 | 171 | [% END %] |
| 172 | 172 | </td> |
| 173 | 173 | </tr> |
| ... | ... | @@ -187,7 +187,7 @@ |
| 187 | 187 | [% FOR page IN pages %] |
| 188 | 188 | [% FOR link IN page.backlinks %] |
| 189 | 189 | [% IF loop.first %]<a href="#backlinks"> |
| 190 | -<img src='[% resource("common/backlink.png") %]' alt='[% gettext("Backlinks:") %]' title='[% gettext("Backlinks:") %]'> | |
| 190 | +<img src='[% resource("common-spec/backlink.png") %]' alt='[% gettext("Backlinks:") %]' title='[% gettext("Backlinks:") %]'> | |
| 191 | 191 | </a>[% END %] |
| 192 | 192 | [% END %] |
| 193 | 193 | [% END %] |
| ... | ... | @@ -196,7 +196,7 @@ |
| 196 | 196 | [% FOR page IN pages %] |
| 197 | 197 | [% FOR file IN page.attachments %] |
| 198 | 198 | [% IF loop.first %]<a href="#attach"> |
| 199 | -<img src='[% resource("common/attachment.png") %]' alt='[% gettext("Attachments:") %]' title='[% gettext("Attachments:") %]'> | |
| 199 | +<img src='[% resource("common-spec/attachment.png") %]' alt='[% gettext("Attachments:") %]' title='[% gettext("Attachments:") %]'> | |
| 200 | 200 | </a>[% END %] |
| 201 | 201 | [% END %] |
| 202 | 202 | [% END %] |
| ... | ... | @@ -210,7 +210,7 @@ |
| 210 | 210 | </div> |
| 211 | 211 | |
| 212 | 212 | <div style="float:right"> |
| 213 | -<img src='[% resource("logo.png") %]' alt=' '> | |
| 213 | +<img src='[% resource("common-spec/logo.png") %]' alt=' '> | |
| 214 | 214 | </div> |
| 215 | 215 | |
| 216 | 216 | <div id="mySidenav" class="menu menuClosed"> |
templates/html/Wize_with_index_sod.html
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | <title>[% title %]</title> |
| 6 | 6 | <meta name='Generator' content='[% generator.name %]'> |
| 7 | 7 | <link rel="stylesheet" |
| 8 | - href="[% resource('common/zim-variables.css') %]" > | |
| 8 | + href="[% resource('common-spec/zim-variables.css') %]" > | |
| 9 | 9 | <link rel="stylesheet" |
| 10 | 10 | href="[% resource('common/zim-style.css') %]" > |
| 11 | 11 | <link rel="stylesheet" |
| 12 | 12 | |
| 13 | 13 | |
| 14 | 14 | |
| 15 | 15 | |
| 16 | 16 | |
| ... | ... | @@ -158,28 +158,28 @@ |
| 158 | 158 | <td class='navigation'> |
| 159 | 159 | [% IF navigation.prev %] |
| 160 | 160 | <a href='[% uri(navigation.prev) %]'> |
| 161 | - <img src="[% resource('common/arrow-left.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> | |
| 161 | + <img src="[% resource('common-spec/arrow-left.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> | |
| 162 | 162 | </a> |
| 163 | 163 | [% ELSE %] |
| 164 | - <img src="[% resource('common/arrow-left-inact.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> | |
| 164 | + <img src="[% resource('common-spec/arrow-left-inact.png') %]" alt="[% gettext('Prev') %]" title="[% gettext('Prev') %]"> | |
| 165 | 165 | [% END %] |
| 166 | 166 | </td> |
| 167 | 167 | <td class='navigation'> |
| 168 | 168 | [% IF links.get("index") %] |
| 169 | 169 | <a href='[% uri(links.get("index")) %]'> |
| 170 | - <img src="[% resource('common/arrow-up.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> | |
| 170 | + <img src="[% resource('common-spec/arrow-up.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> | |
| 171 | 171 | </a> |
| 172 | 172 | [% ELSE %] |
| 173 | - <img src="[% resource('common/arrow-up-inact.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> | |
| 173 | + <img src="[% resource('common-spec/arrow-up-inact.png') %]" alt="[% gettext('Index') %]" title="[% gettext('Index') %]"> | |
| 174 | 174 | [% END %] |
| 175 | 175 | </td> |
| 176 | 176 | <td class='navigation'> |
| 177 | 177 | [% IF navigation.next %] |
| 178 | 178 | <a href='[% uri(navigation.next) %]'> |
| 179 | - <img src="[% resource('common/arrow-right.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> | |
| 179 | + <img src="[% resource('common-spec/arrow-right.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> | |
| 180 | 180 | </a> |
| 181 | 181 | [% ELSE %] |
| 182 | - <img src="[% resource('common/arrow-right-inact.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> | |
| 182 | + <img src="[% resource('common-spec/arrow-right-inact.png') %]" alt="[% gettext('Next') %]" title="[% gettext('Next') %]"> | |
| 183 | 183 | [% END %] |
| 184 | 184 | </td> |
| 185 | 185 | </tr> |
| ... | ... | @@ -199,7 +199,7 @@ |
| 199 | 199 | [% FOR page IN pages %] |
| 200 | 200 | [% FOR link IN page.backlinks %] |
| 201 | 201 | [% IF loop.first %]<a href="#backlinks"> |
| 202 | -<img src='[% resource("common/backlink.png") %]' alt='[% gettext("Backlinks:") %]' title='[% gettext("Backlinks:") %]'> | |
| 202 | +<img src='[% resource("common-spec/backlink.png") %]' alt='[% gettext("Backlinks:") %]' title='[% gettext("Backlinks:") %]'> | |
| 203 | 203 | </a>[% END %] |
| 204 | 204 | [% END %] |
| 205 | 205 | [% END %] |
| ... | ... | @@ -208,7 +208,7 @@ |
| 208 | 208 | [% FOR page IN pages %] |
| 209 | 209 | [% FOR file IN page.attachments %] |
| 210 | 210 | [% IF loop.first %]<a href="#attach"> |
| 211 | -<img src='[% resource("common/attachment.png") %]' alt='[% gettext("Attachments:") %]' title='[% gettext("Attachments:") %]'> | |
| 211 | +<img src='[% resource("common-spec/attachment.png") %]' alt='[% gettext("Attachments:") %]' title='[% gettext("Attachments:") %]'> | |
| 212 | 212 | </a>[% END %] |
| 213 | 213 | [% END %] |
| 214 | 214 | [% END %] |
| ... | ... | @@ -222,7 +222,7 @@ |
| 222 | 222 | </div> |
| 223 | 223 | |
| 224 | 224 | <div style="float:right"> |
| 225 | -<img src='[% resource("logo.png") %]' alt=' '> | |
| 225 | +<img src='[% resource("common-spec/logo.png") %]' alt=' '> | |
| 226 | 226 | </div> |
| 227 | 227 | |
| 228 | 228 | <div class="zemaster"> |