From 564b3ce9e33500dacce6cee757cc2096c0fb558d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=E5=98=89=E9=98=B3?= Date: Wed, 14 Mar 2018 13:00:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=93=8D=E5=BA=94=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - .../resources/templates/dist/axiosTest.html | 23 ++++ .../templates/dist/thymeleaf/common_foot.html | 6 + .../templates/dist/thymeleaf/common_head.html | 20 +++ .../templates/dist/thymeleaf/footer.html | 9 ++ .../templates/dist/thymeleaf/layout.html | 115 ++++++++++++++++++ .../templates/dist/thymeleafTest.html | 18 +++ 7 files changed, 191 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/templates/dist/axiosTest.html create mode 100644 src/main/resources/templates/dist/thymeleaf/common_foot.html create mode 100644 src/main/resources/templates/dist/thymeleaf/common_head.html create mode 100644 src/main/resources/templates/dist/thymeleaf/footer.html create mode 100644 src/main/resources/templates/dist/thymeleaf/layout.html create mode 100644 src/main/resources/templates/dist/thymeleafTest.html diff --git a/.gitignore b/.gitignore index 2af7cef..8c02b8f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,5 @@ target/ nbproject/private/ build/ nbbuild/ -dist/ nbdist/ .nb-gradle/ \ No newline at end of file diff --git a/src/main/resources/templates/dist/axiosTest.html b/src/main/resources/templates/dist/axiosTest.html new file mode 100644 index 0000000..baad7fd --- /dev/null +++ b/src/main/resources/templates/dist/axiosTest.html @@ -0,0 +1,23 @@ + + + + + axios + + + + + + \ No newline at end of file diff --git a/src/main/resources/templates/dist/thymeleaf/common_foot.html b/src/main/resources/templates/dist/thymeleaf/common_foot.html new file mode 100644 index 0000000..77cbbc9 --- /dev/null +++ b/src/main/resources/templates/dist/thymeleaf/common_foot.html @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/main/resources/templates/dist/thymeleaf/common_head.html b/src/main/resources/templates/dist/thymeleaf/common_head.html new file mode 100644 index 0000000..76892a2 --- /dev/null +++ b/src/main/resources/templates/dist/thymeleaf/common_head.html @@ -0,0 +1,20 @@ + + + + + + + + + + +
+ + + + + + +
+ + \ No newline at end of file diff --git a/src/main/resources/templates/dist/thymeleaf/footer.html b/src/main/resources/templates/dist/thymeleaf/footer.html new file mode 100644 index 0000000..a62d5f1 --- /dev/null +++ b/src/main/resources/templates/dist/thymeleaf/footer.html @@ -0,0 +1,9 @@ + + + +
+ © 2016 xxx +
+ + \ No newline at end of file diff --git a/src/main/resources/templates/dist/thymeleaf/layout.html b/src/main/resources/templates/dist/thymeleaf/layout.html new file mode 100644 index 0000000..cd3ca6c --- /dev/null +++ b/src/main/resources/templates/dist/thymeleaf/layout.html @@ -0,0 +1,115 @@ + + + + + + 首页 + 个人中心 + 关于 + 意见反馈 + 登出 + + + + + + +
默认颜色
+ + + + + + 选项1 + 选项2 + + + 选项3 + + + + 选项1 + + + + + 导航二 + + + + 导航三 + + +
+
+
+ + +
+ + 用户名
+ +
+
+ 首页
+ 个人中心
+ 关于
+ 意见反馈 +
+
+ + +
+ 管理员
+ 管理员号 +
+
+ 后台主页 +
+ 课程管理 +
+ 作业管理 +
+ 用户管理 +
+
+ + +
+ 作业提交倒计时 + 功能未完成 +
+
+ + + + + + + +
+
+ + +
+ 公告 +
+
+ {{notice.noticeContent + notice.issueTime}} +
+
+ + + + + + \ No newline at end of file diff --git a/src/main/resources/templates/dist/thymeleafTest.html b/src/main/resources/templates/dist/thymeleafTest.html new file mode 100644 index 0000000..5f36c72 --- /dev/null +++ b/src/main/resources/templates/dist/thymeleafTest.html @@ -0,0 +1,18 @@ + + + + + +
+
+ +
+
+
+
+ + + + + \ No newline at end of file