From d7c1d906a41b046053f5cfda2d0ea00403f71f16 Mon Sep 17 00:00:00 2001 From: Quyk4tvoj <116157770@qq.com> Date: Wed, 2 Jun 2021 18:42:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E5=B8=88=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/teacher.html | 200 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 templates/teacher.html diff --git a/templates/teacher.html b/templates/teacher.html new file mode 100644 index 0000000..3f353b9 --- /dev/null +++ b/templates/teacher.html @@ -0,0 +1,200 @@ + + + + + + + + + + 教师页面 + + + + +
+ +
+ + +
+

+

个人信息

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
属性信息
教工号{{ teacher.id }}
姓名{{ teacher.name }}
性别{{ teacher.sex }}
学院{{ teacher.dept }}
+
+ + + + + + +
+
+ + \ No newline at end of file