From c79d43273769d88f7129a3d53c80b85a6dc1946c Mon Sep 17 00:00:00 2001 From: Vasilii Chernov Date: Thu, 3 Mar 2016 15:38:32 +0100 Subject: 1. Pcipywrap: add persistent locking wrappings 2. html-server: - add scripts tab - change tab view to jQuery tabs --- pyserver/templates/base.html | 62 ++++++++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 19 deletions(-) (limited to 'pyserver/templates/base.html') diff --git a/pyserver/templates/base.html b/pyserver/templates/base.html index a2df1e9..d83309b 100644 --- a/pyserver/templates/base.html +++ b/pyserver/templates/base.html @@ -6,8 +6,12 @@ - - + + + + + + + {% block info %} @@ -159,36 +172,47 @@ {% endblock %} -
- - - - -
+
+ +
- -
+
+ +
+
+
+ + + + +
+
+
+
+
-
+
- -
-
-
+
+ {% block content %} {% endblock %} - -- cgit v1.2.3