From 497f92692efe804a6ecf1dad75109a330f6e70bf Mon Sep 17 00:00:00 2001 From: wcharles Date: Fri, 18 Oct 2019 14:00:38 +0800 Subject: [PATCH] table page --- groups/templates/groups/base.html | 13 +- groups/templates/groups/company.bak.html | 74 ++++++++++ groups/templates/groups/company.html | 174 +++++++++++++---------- 3 files changed, 180 insertions(+), 81 deletions(-) create mode 100644 groups/templates/groups/company.bak.html diff --git a/groups/templates/groups/base.html b/groups/templates/groups/base.html index c6be3ac5..67e70ed3 100644 --- a/groups/templates/groups/base.html +++ b/groups/templates/groups/base.html @@ -30,7 +30,7 @@ scratch. This page gets rid of all links and provides the needed markup only. - + {% block headother %}{% endblock %} @@ -190,10 +190,9 @@ desired effect
- + {% block pagehead %}
- {% block pagehead %}{% endblock %}
- + {% endblock %} + {% block content %}
- {% block content %}{% endblock %} -
+ {% endblock %}
@@ -313,7 +312,7 @@ desired effect - + {% block endother %}{% endblock %} diff --git a/groups/templates/groups/company.bak.html b/groups/templates/groups/company.bak.html new file mode 100644 index 00000000..44a60959 --- /dev/null +++ b/groups/templates/groups/company.bak.html @@ -0,0 +1,74 @@ +{% extends "./base.html" %} + +{% block title %}公司列表{% endblock %} + +{% block pagehead %} +

+ 公司列表 + companys list +

+ +{% endblock %} +{% block content %} +
+
+ + +
+
+

下属公司列表

+
+ +
+
+
+
+
+
+
+
+ + + + + + + + + + + + {% for i in companys %} + + + + + + + + {% endfor %} + +
公司名称BrowserPlatform(s)超管账号建立时间
{{i.partname}}Firefox 1.0Win 98+ / OSX.2+{{i.useradmin}}{{i.creattime}}
Showing 1 to 10 of 57 entries
+
+ +
+ +
+ +
+ +{% endblock %} \ No newline at end of file diff --git a/groups/templates/groups/company.html b/groups/templates/groups/company.html index 44a60959..5b00fca2 100644 --- a/groups/templates/groups/company.html +++ b/groups/templates/groups/company.html @@ -1,74 +1,100 @@ -{% extends "./base.html" %} - -{% block title %}公司列表{% endblock %} - -{% block pagehead %} -

- 公司列表 - companys list -

- -{% endblock %} -{% block content %} -
-
- - -
-
-

下属公司列表

-
- -
-
-
-
-
-
-
-
- - - - - - - - - - - - {% for i in companys %} - - - - - - - - {% endfor %} - -
公司名称BrowserPlatform(s)超管账号建立时间
{{i.partname}}Firefox 1.0Win 98+ / OSX.2+{{i.useradmin}}{{i.creattime}}
Showing 1 to 10 of 57 entries
-
- -
- -
- -
- -{% endblock %} \ No newline at end of file +{% extends "./base.html" %} +{% load static %} +{% block headother%} + + + +{% endblock %} + + +{% block title %}公司列表{% endblock %} + +{% block pagehead %} +
+

+ 公司列表 + companys list +

+ +
+{% endblock %} +{% block content %} + +
+
+
+
+
+

下属公司列表

+
+ +
+ + + + + + + + + + + + {% for i in companys %} + + + + + + + + {% endfor %} + +
公司名称BrowserPlatform(s)超管账号建立时间
{{i.partname}}Firefox 1.0Win 98+ / OSX.2+{{i.useradmin}}{{i.creattime}}
+
+ +
+ +
+ +
+ +
+ +{% endblock %} + + +{% block endother%} + + + + + + + + + + +{% endblock %} + +