From 9087b4135231a77499c74d9ae57ef81f6cbbd62b Mon Sep 17 00:00:00 2001 From: ibuler Date: Sat, 3 Jan 2015 23:10:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=96=87=E5=B9=B3?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 233 ++-------------------------------- templates/base2.html | 44 ------- templates/nav.html | 25 +--- templates/nav_bar_header.html | 218 +++++++++++++++---------------- templates/script.html | 22 ++-- templates/useradd.html | 2 +- 6 files changed, 135 insertions(+), 409 deletions(-) delete mode 100644 templates/base2.html diff --git a/templates/base.html b/templates/base.html index 42a223e36..e793c1d1c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,241 +9,24 @@ Jumpserver | 开源跳板机系统 - - - - - + {% include 'link_css.html' %}
- - - + {% include 'nav.html' %}
-
- -
+
+ {% include 'nav_bar_header.html' %} +
{{ content }} - -
+ {% include 'footer.html' %}
+ - - - - - - - - - - - - - - - - - + {% include 'script.html' %} diff --git a/templates/base2.html b/templates/base2.html deleted file mode 100644 index d49866177..000000000 --- a/templates/base2.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - Jumpserver | 开源跳板机系统 - - {% include "link_css.html" %} - - - - -
- -
-
- -
-
- {% include "nav_cat_bar.html" %} -
-
- {{ content }} -
- - {% include "footer.html" %} - -
-
- - - - {% include "script.html" %} - - - diff --git a/templates/nav.html b/templates/nav.html index b828d0c5d..c7b51cb9d 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -1,24 +1,9 @@ +