diff --git a/templates/admin.html b/templates/admin.html index 6887714..2e2fa53 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -6,68 +6,484 @@ {% end %} {% block style %} {% end %} + {% block content %}
-
- 接口 /api/v1/admins -
-
-
-
- - - + + +
+ 接口 /api/v1/admins
- -
- - - - - - - - - - - - - - - -
邮箱用户名上次登录时间
-
+
+ +
+ + + 新增管理员 +
+
+
+ + + + + + + + + + + + + + + +
邮箱用户名上次登录时间
{{! u.email }}{{! u.username }}{{! u.lastLoggedInAt }}
+
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + 添加 +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + 是否要删除该App? + + + +
+ + +
{% end %} {% block script %} + -{% end %} \ No newline at end of file +{% end %} diff --git a/templates/applelist.html b/templates/applelist.html index 03821d4..3073bf4 100644 --- a/templates/applelist.html +++ b/templates/applelist.html @@ -59,177 +59,160 @@ const currentUserName = "{{ current_user.username }}" -{% end %} \ No newline at end of file +{% end %} diff --git a/templates/base.html b/templates/base.html index 7bab22a..8b66128 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,35 +7,58 @@ {% block title %}Default title{% end %} - - + + - - - + + - + + + {% block head %} {% end %} {% block style %} {% end %} + -
+
{% block nav %} {% end %}
@@ -103,4 +155,4 @@ {% end %} - \ No newline at end of file + diff --git a/templates/group_create.html b/templates/group_create.html index 155a14d..5d93fdf 100644 --- a/templates/group_create.html +++ b/templates/group_create.html @@ -6,57 +6,125 @@ 创建新组 {% end %} - +{% block style %} + +{% end %} {% block content %}
-
+
- - 建议全英文,不能包含@ + + +
+ {{! idError }} +
- - 这个可以中文,目前仅作为描述字段 + +
+
- +
{% end %} {% block script %} -{% end %} \ No newline at end of file +{% end %} diff --git a/templates/group_manager.html b/templates/group_manager.html index 388a99d..ad2ce79 100644 --- a/templates/group_manager.html +++ b/templates/group_manager.html @@ -13,21 +13,21 @@

GroupName

-
+
- + 建议全英文,不能包含@
- + 这个可以中文,目前仅作为描述字段
- - + 创建组 +
{% end %} {% block script %} -{% end %} \ No newline at end of file +{% end %} diff --git a/templates/index.html b/templates/index.html index 8792a54..f9c11ba 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% block title %}设备列表{% end %} -{%block nav_container_class%} +{% block nav_container_class %} class="container-fluid" -{%end%} +{% end %} {% block script %} {% end %} {% block style %} @@ -24,6 +24,7 @@ .cursor-pointer { cursor: pointer; } + {% end %} @@ -46,25 +47,30 @@ -->
- - 安卓 {{!counts.android}} - - - 苹果 {{!counts.apple}} + + 安卓 {{! counts.android }} + + + 苹果 {{! counts.apple }} +
- + -