diff --git a/env/templates/chartindex.html b/env/templates/chartindex.html new file mode 100644 index 0000000..f0428d3 --- /dev/null +++ b/env/templates/chartindex.html @@ -0,0 +1,107 @@ +{% extends "admin/base_site.html" %} +{% load static %} +{% block extrahead %} + + + + + + +{% endblock %} +{% block content %} + +
+ +
+
+ {% csrf_token %} + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+
+
+ +
+ + + + +{% endblock %} \ No newline at end of file diff --git a/env/templates/sysmanager.html b/env/templates/sysmanager.html new file mode 100644 index 0000000..1c68815 --- /dev/null +++ b/env/templates/sysmanager.html @@ -0,0 +1,95 @@ +{% extends "admin/base_site.html" %} +{% load static %} +{% block extrahead %} + + + + +{% endblock %} +{% block content %} + +{% load to_seprate %} +
+ +
+

请选择并填写管理命令

+
+ {% csrf_token %} + + + + + + + + + + +
+ + + + + + {% if spot %} + + {% else %} + + {% endif %} + + + + + + + + + + + + + +
+ +
+
+
+
+

当前等待执行命令

+ +
+
+{% endblock %} \ No newline at end of file