From 44f639f371340e086843e655f7e47e220c5665f2 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Sat, 25 Aug 2018 21:31:47 +0200 Subject: Revert "Update wiki.tpl" This reverts commit c16fda1cb6fef84788d3045b0edff367d2978c98 --- view/tpl/wiki.tpl | 856 +++++++++++++++++++++++++++--------------------------- 1 file changed, 428 insertions(+), 428 deletions(-) diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl index b7bb80dfd..6ca4b0c77 100644 --- a/view/tpl/wiki.tpl +++ b/view/tpl/wiki.tpl @@ -1,476 +1,476 @@
-
-
- [{{$typename}}]  - {{if $showPageControls}} - - {{/if}} - - - -
-

- {{$wikiheaderName}}: - {{$wikiheaderPage}} -

-
-
- -
- -
-
- {{if !$mimeType || $mimeType == 'text/markdown'}} -
- {{else}} -
- -
- {{/if}} -
-
-
- {{$renderedContent}} -
-
-
-
-
- {{if $showPageControls}} - - {{/if}} -
-
+
+
+ [{{$typename}}]  + {{if $showPageControls}} + + {{/if}} + + + +
+

+ {{$wikiheaderName}}: + {{$wikiheaderPage}} +

+
+
+ +
+ +
+
+ {{if !$mimeType || $mimeType == 'text/markdown'}} +
+ {{else}} +
+ +
+ {{/if}} +
+
+
+ {{$renderedContent}} +
+
+
+
+
+ {{if $showPageControls}} + + {{/if}} +
+
{{$wikiModal}} \ No newline at end of file + $(window).resize(function () { + if($('main').hasClass('fullscreen')) { + adjustFullscreenEditorHeight(); + } + }); + -- cgit v1.2.3