From 51679407463ab2fe333e63e5d4174501706bf72d Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Mon, 27 Jun 2016 08:33:15 +0200 Subject: [PATCH] Cleaning up --- templates/hello.tt | 45 +++++++++++++++------------------------------ 1 file changed, 15 insertions(+), 30 deletions(-) diff --git a/templates/hello.tt b/templates/hello.tt index fec0a8b..3da25ff 100644 --- a/templates/hello.tt +++ b/templates/hello.tt @@ -1,35 +1,20 @@ - - - [% title_prefix %][% title %] - - - - [% IF thruk_debug %] - - [% ELSE %] - - - - - [% END %] -[% PROCESS _common_css.tt use_frames=1 %] -[% PROCESS _header.tt overlib=1 - css=["plugins/conf/conf.css","plugins/conf/linedtextarea/jquery-linedtextarea.css", "javascript/jstree-3.0.9/themes/default/style.min.css"] - js=["plugins/conf/conf.js", "javascript/jstree-3.0.9/jstree.min.js"] -%] - - -[% PROCESS _message.tt %] -[% PROCESS _overdiv.tt %] -[% PROCESS _infobox.tt %] + + [% title_prefix %][% title %] + + + + [% PROCESS _common_css.tt use_frames=1 %] + [% PROCESS _header.tt overlib=1 + css=["plugins/conf/conf.css","plugins/conf/linedtextarea/jquery-linedtextarea.css", "javascript/jstree-3.0.9/themes/default/style.min.css"] + js=["plugins/conf/conf.js", "javascript/jstree-3.0.9/jstree.min.js"] + %] + + + [% PROCESS _message.tt %] + [% PROCESS _overdiv.tt %] + [% PROCESS _infobox.tt %]

[% hello_var %]