diff -urN smeserver-manager-AdminLTE-0.1.0.old/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/templates/layouts/default.html.ep smeserver-manager-AdminLTE-0.1.0/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/templates/layouts/default.html.ep --- smeserver-manager-AdminLTE-0.1.0.old/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/templates/layouts/default.html.ep 2020-03-24 07:58:27.978274997 +0000 +++ smeserver-manager-AdminLTE-0.1.0/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/templates/layouts/default.html.ep 2020-03-23 18:54:00.000000000 +0000 @@ -6,253 +6,260 @@ <%= $title %> - - + %= stylesheet "plugins/fontawesome-free/css/all.min.css" + + %= stylesheet "css/sme core.css" + %= stylesheet "css/sme main.css" + %= stylesheet "css/styles.css" + %= include 'partials/_head' %= stylesheet "dist/css/adminlte.min.css" %= stylesheet "server-manager2.css" - - - - - - %= include 'partials/_head' + - - %= include 'partials/_header' - % if ( not defined $c->session->{lang} ) { - % SrvMngr::init_session_cgi ( $c ); - % } -
- - - - - - - - - -
- -
-
-
-
- -
-
- -
-
-
+ + % if ( not defined $c->session->{lang} ) { + % SrvMngr::init_session_cgi ( $c ); +
INIT_SESSION_CGI
+ % } + + - - - -
-
- %= content 'module' -
-
- -
- - - - - +
- -
- -
-
- - %= include 'partials/_footer' -
-
+ + + + + + + + +
+
+ %= include 'partials/_info' +
+ +
+
+
+
+ +
+
+ +
+
+
+
+ + + +
+
+ %= content 'module' +
+
+ +
+ + + + + + + +
+ +
+
+ + %= include 'partials/_footer' + +
+
- %= javascript "plugins/jquery/jquery.min.js" @@ -260,6 +267,25 @@ %= javascript "dist/js/adminlte.min.js" + -