From a8d105044e3967656ada36da23937b49d122c81c Mon Sep 17 00:00:00 2001 From: postman Date: Mon, 11 Oct 2021 18:36:49 +0800 Subject: [PATCH] =?UTF-8?q?-=201.0=20=E6=94=B6=E5=88=B0=E8=B4=A7=E5=BC=80?= =?UTF-8?q?=E5=8F=91=20=20-=202.0=20=E5=9B=9B=E5=A4=A7=E7=9A=86=E7=A9=BA?= =?UTF-8?q?=E5=8F=91=E8=B4=A7=E9=80=9F=E5=BA=A6=E5=BF=AB=20-=203.0=20?= =?UTF-8?q?=E7=9C=8B=E6=94=B6=E5=88=B0=E8=B4=A7=E5=BC=80=E5=8F=91=E8=AE=B0?= =?UTF-8?q?=E5=BE=97=E6=98=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates - 副本 (2)/home.html | 16 +++++++++ templates - 副本 (2)/index.html | 60 +++++++++++++++++++++++++++++++ templates - 副本 (3)/home.html | 16 +++++++++ templates - 副本 (3)/index.html | 60 +++++++++++++++++++++++++++++++ templates - 副本 (4)/home.html | 16 +++++++++ templates - 副本 (4)/index.html | 60 +++++++++++++++++++++++++++++++ templates - 副本 (5)/home.html | 16 +++++++++ templates - 副本 (5)/index.html | 60 +++++++++++++++++++++++++++++++ templates - 副本 (6)/home.html | 16 +++++++++ templates - 副本 (6)/index.html | 60 +++++++++++++++++++++++++++++++ templates - 副本 (7)/home.html | 16 +++++++++ templates - 副本 (7)/index.html | 60 +++++++++++++++++++++++++++++++ templates - 副本 (8)/home.html | 16 +++++++++ templates - 副本 (8)/index.html | 60 +++++++++++++++++++++++++++++++ templates - 副本/home.html | 16 +++++++++ templates - 副本/index.html | 60 +++++++++++++++++++++++++++++++ 16 files changed, 608 insertions(+) create mode 100644 templates - 副本 (2)/home.html create mode 100644 templates - 副本 (2)/index.html create mode 100644 templates - 副本 (3)/home.html create mode 100644 templates - 副本 (3)/index.html create mode 100644 templates - 副本 (4)/home.html create mode 100644 templates - 副本 (4)/index.html create mode 100644 templates - 副本 (5)/home.html create mode 100644 templates - 副本 (5)/index.html create mode 100644 templates - 副本 (6)/home.html create mode 100644 templates - 副本 (6)/index.html create mode 100644 templates - 副本 (7)/home.html create mode 100644 templates - 副本 (7)/index.html create mode 100644 templates - 副本 (8)/home.html create mode 100644 templates - 副本 (8)/index.html create mode 100644 templates - 副本/home.html create mode 100644 templates - 副本/index.html diff --git a/templates - 副本 (2)/home.html b/templates - 副本 (2)/home.html new file mode 100644 index 0000000..3a47719 --- /dev/null +++ b/templates - 副本 (2)/home.html @@ -0,0 +1,16 @@ + + + + + welcome + + +

Welcome to my website

+ {% for info in infos %} +

#: {{ forloop.counter }}

+

username: {{ info.username }}

+

password:{{ info.password }}

+ {% endfor %} + + + \ No newline at end of file diff --git a/templates - 副本 (2)/index.html b/templates - 副本 (2)/index.html new file mode 100644 index 0000000..f64758a --- /dev/null +++ b/templates - 副本 (2)/index.html @@ -0,0 +1,60 @@ + + + + + 项目列表页 + + + + +
+
+
+
+

项目列表信息

+
+
+
+
+
+ + + + + + + + + + + + + {% for project in datas %} + + + + + + + + {% endfor %} + + +
序号项目名称项目负责人应用名称
{{ forloop.counter }}{{ project.leader }}{{ project.project_name }}{{ project.app_name }}
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/templates - 副本 (3)/home.html b/templates - 副本 (3)/home.html new file mode 100644 index 0000000..3a47719 --- /dev/null +++ b/templates - 副本 (3)/home.html @@ -0,0 +1,16 @@ + + + + + welcome + + +

Welcome to my website

+ {% for info in infos %} +

#: {{ forloop.counter }}

+

username: {{ info.username }}

+

password:{{ info.password }}

+ {% endfor %} + + + \ No newline at end of file diff --git a/templates - 副本 (3)/index.html b/templates - 副本 (3)/index.html new file mode 100644 index 0000000..f64758a --- /dev/null +++ b/templates - 副本 (3)/index.html @@ -0,0 +1,60 @@ + + + + + 项目列表页 + + + + +
+
+
+
+

项目列表信息

+
+
+
+
+
+ + + + + + + + + + + + + {% for project in datas %} + + + + + + + + {% endfor %} + + +
序号项目名称项目负责人应用名称
{{ forloop.counter }}{{ project.leader }}{{ project.project_name }}{{ project.app_name }}
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/templates - 副本 (4)/home.html b/templates - 副本 (4)/home.html new file mode 100644 index 0000000..3a47719 --- /dev/null +++ b/templates - 副本 (4)/home.html @@ -0,0 +1,16 @@ + + + + + welcome + + +

Welcome to my website

+ {% for info in infos %} +

#: {{ forloop.counter }}

+

username: {{ info.username }}

+

password:{{ info.password }}

+ {% endfor %} + + + \ No newline at end of file diff --git a/templates - 副本 (4)/index.html b/templates - 副本 (4)/index.html new file mode 100644 index 0000000..f64758a --- /dev/null +++ b/templates - 副本 (4)/index.html @@ -0,0 +1,60 @@ + + + + + 项目列表页 + + + + +
+
+
+
+

项目列表信息

+
+
+
+
+
+ + + + + + + + + + + + + {% for project in datas %} + + + + + + + + {% endfor %} + + +
序号项目名称项目负责人应用名称
{{ forloop.counter }}{{ project.leader }}{{ project.project_name }}{{ project.app_name }}
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/templates - 副本 (5)/home.html b/templates - 副本 (5)/home.html new file mode 100644 index 0000000..3a47719 --- /dev/null +++ b/templates - 副本 (5)/home.html @@ -0,0 +1,16 @@ + + + + + welcome + + +

Welcome to my website

+ {% for info in infos %} +

#: {{ forloop.counter }}

+

username: {{ info.username }}

+

password:{{ info.password }}

+ {% endfor %} + + + \ No newline at end of file diff --git a/templates - 副本 (5)/index.html b/templates - 副本 (5)/index.html new file mode 100644 index 0000000..f64758a --- /dev/null +++ b/templates - 副本 (5)/index.html @@ -0,0 +1,60 @@ + + + + + 项目列表页 + + + + +
+
+
+
+

项目列表信息

+
+
+
+
+
+ + + + + + + + + + + + + {% for project in datas %} + + + + + + + + {% endfor %} + + +
序号项目名称项目负责人应用名称
{{ forloop.counter }}{{ project.leader }}{{ project.project_name }}{{ project.app_name }}
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/templates - 副本 (6)/home.html b/templates - 副本 (6)/home.html new file mode 100644 index 0000000..3a47719 --- /dev/null +++ b/templates - 副本 (6)/home.html @@ -0,0 +1,16 @@ + + + + + welcome + + +

Welcome to my website

+ {% for info in infos %} +

#: {{ forloop.counter }}

+

username: {{ info.username }}

+

password:{{ info.password }}

+ {% endfor %} + + + \ No newline at end of file diff --git a/templates - 副本 (6)/index.html b/templates - 副本 (6)/index.html new file mode 100644 index 0000000..f64758a --- /dev/null +++ b/templates - 副本 (6)/index.html @@ -0,0 +1,60 @@ + + + + + 项目列表页 + + + + +
+
+
+
+

项目列表信息

+
+
+
+
+
+ + + + + + + + + + + + + {% for project in datas %} + + + + + + + + {% endfor %} + + +
序号项目名称项目负责人应用名称
{{ forloop.counter }}{{ project.leader }}{{ project.project_name }}{{ project.app_name }}
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/templates - 副本 (7)/home.html b/templates - 副本 (7)/home.html new file mode 100644 index 0000000..3a47719 --- /dev/null +++ b/templates - 副本 (7)/home.html @@ -0,0 +1,16 @@ + + + + + welcome + + +

Welcome to my website

+ {% for info in infos %} +

#: {{ forloop.counter }}

+

username: {{ info.username }}

+

password:{{ info.password }}

+ {% endfor %} + + + \ No newline at end of file diff --git a/templates - 副本 (7)/index.html b/templates - 副本 (7)/index.html new file mode 100644 index 0000000..f64758a --- /dev/null +++ b/templates - 副本 (7)/index.html @@ -0,0 +1,60 @@ + + + + + 项目列表页 + + + + +
+
+
+
+

项目列表信息

+
+
+
+
+
+ + + + + + + + + + + + + {% for project in datas %} + + + + + + + + {% endfor %} + + +
序号项目名称项目负责人应用名称
{{ forloop.counter }}{{ project.leader }}{{ project.project_name }}{{ project.app_name }}
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/templates - 副本 (8)/home.html b/templates - 副本 (8)/home.html new file mode 100644 index 0000000..3a47719 --- /dev/null +++ b/templates - 副本 (8)/home.html @@ -0,0 +1,16 @@ + + + + + welcome + + +

Welcome to my website

+ {% for info in infos %} +

#: {{ forloop.counter }}

+

username: {{ info.username }}

+

password:{{ info.password }}

+ {% endfor %} + + + \ No newline at end of file diff --git a/templates - 副本 (8)/index.html b/templates - 副本 (8)/index.html new file mode 100644 index 0000000..f64758a --- /dev/null +++ b/templates - 副本 (8)/index.html @@ -0,0 +1,60 @@ + + + + + 项目列表页 + + + + +
+
+
+
+

项目列表信息

+
+
+
+
+
+ + + + + + + + + + + + + {% for project in datas %} + + + + + + + + {% endfor %} + + +
序号项目名称项目负责人应用名称
{{ forloop.counter }}{{ project.leader }}{{ project.project_name }}{{ project.app_name }}
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/templates - 副本/home.html b/templates - 副本/home.html new file mode 100644 index 0000000..3a47719 --- /dev/null +++ b/templates - 副本/home.html @@ -0,0 +1,16 @@ + + + + + welcome + + +

Welcome to my website

+ {% for info in infos %} +

#: {{ forloop.counter }}

+

username: {{ info.username }}

+

password:{{ info.password }}

+ {% endfor %} + + + \ No newline at end of file diff --git a/templates - 副本/index.html b/templates - 副本/index.html new file mode 100644 index 0000000..f64758a --- /dev/null +++ b/templates - 副本/index.html @@ -0,0 +1,60 @@ + + + + + 项目列表页 + + + + +
+
+
+
+

项目列表信息

+
+
+
+
+
+ + + + + + + + + + + + + {% for project in datas %} + + + + + + + + {% endfor %} + + +
序号项目名称项目负责人应用名称
{{ forloop.counter }}{{ project.leader }}{{ project.project_name }}{{ project.app_name }}
+
+
+
+ +
+ + + \ No newline at end of file