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