Commit 05e558785e241ddb2cfaee917780cb6f65caf7c3

Authored by William Daniau
1 parent 63ddb1e182
Exists in master

Ajout de l'affichage du logo placé sous common/logo.png s'il existe.

Showing 4 changed files with 17 additions and 0 deletions Side-by-side Diff

templates/html/Wize.html
... ... @@ -169,6 +169,10 @@
169 169 <hr />
170 170 </div>
171 171  
  172 +<div style="float:right">
  173 +<img src='[% resource("common/logo.png") %]' alt=' '>
  174 +</div>
  175 +
172 176 <!-- Wiki content -->
173 177  
174 178 <div class='pages'>
templates/html/Wize_Print.html
... ... @@ -47,6 +47,11 @@
47 47  
48 48 <!-- Wiki content -->
49 49  
  50 +<div style="float:right">
  51 +<img src="file:////home/daniau/.local/share/zim/templates/html/common/logo.png" alt=' '>
  52 +</div>
  53 +
  54 +
50 55 [% FOR page IN pages %]
51 56 [% page.content %]
52 57 [% END %]
templates/html/Wize_with_index.html
... ... @@ -209,6 +209,10 @@
209 209 <hr />
210 210 </div>
211 211  
  212 +<div style="float:right">
  213 +<img src='[% resource("common/logo.png") %]' alt=' '>
  214 +</div>
  215 +
212 216 <div id="mySidenav" class="menu menuClosed">
213 217 [% index() %]
214 218 </div>
templates/html/Wize_with_index_sod.html
... ... @@ -221,6 +221,10 @@
221 221 <hr />
222 222 </div>
223 223  
  224 +<div style="float:right">
  225 +<img src='[% resource("common/logo.png") %]' alt=' '>
  226 +</div>
  227 +
224 228 <div class="zemaster">
225 229  
226 230 <div id="mySidenav" class="menu menuOpen">