From 94ef5e41599cbc440284027cac3a36fd54472478 Mon Sep 17 00:00:00 2001 From: William Daniau Date: Tue, 8 Oct 2019 21:27:54 +0200 Subject: [PATCH] Indentation --- templates/html/Default_with_index.html | 113 ++++++++++++++++----------------- 1 file changed, 55 insertions(+), 58 deletions(-) diff --git a/templates/html/Default_with_index.html b/templates/html/Default_with_index.html index 79ceb04..d4c243e 100644 --- a/templates/html/Default_with_index.html +++ b/templates/html/Default_with_index.html @@ -1,22 +1,22 @@ - - [% title %] - + + [% title %] + + href="[% resource('common/zim-style.css') %]" > + href="[% resource('common/zim-table-style.css') %]" > + href="[% resource('common/zim-special.css') %]" > + href="[% resource('common/zim-hljs.css') %]" > - + + - + @@ -127,13 +127,10 @@ } else { document.getElementById("mySidenav").style.width = "0"; /*document.getElementById("main").style.marginLeft = "0";*/ - document.getElementById("mySidenav").setAttribute("class","menu menuClosed"); - + document.getElementById("mySidenav").setAttribute("class","menu menuClosed"); } } - - @@ -146,27 +143,27 @@ [% IF navigation.prev %] - - [% gettext('Prev') %] - + + [% gettext('Prev') %] + [% ELSE %] [% gettext('Prev') %] [% END %] [% IF links.get("index") %] - - [% gettext('Index') %] - + + [% gettext('Index') %] + [% ELSE %] [% gettext('Index') %] [% END %] [% IF navigation.next %] - - [% gettext('Next') %] - + + [% gettext('Next') %] + [% ELSE %] [% gettext('Next') %] [% END %] @@ -221,48 +218,48 @@
-
- [% page.body %] -
+
+ [% page.body %] +
-
+

- - [% IF not loop.last %]
[% END %] + [% IF not loop.last %]
[% END %]
-- 2.16.4