Commit 10318fabefc051beaf724748272f4673210ec47a
1 parent
9610ee63
update
Showing
2 changed files
with
25 additions
and
8 deletions
src/main/resources/templates/common/foot.html
0 → 100644
| 1 | +<!DOCTYPE html> | ||
| 2 | +<html lang="en" xmlns:th="http://www.thymeleaf.org"> | ||
| 3 | +<head> | ||
| 4 | + <meta charset="UTF-8"> | ||
| 5 | + <title>Title</title> | ||
| 6 | +</head> | ||
| 7 | +<body> | ||
| 8 | + <footer class="main-footer" style="font-size:18px;" th:fragment="foot"> | ||
| 9 | + <div class="pull-right hidden-xs"> | ||
| 10 | + <b>Version</b> 1.2 | ||
| 11 | + <span><a href="http://shenhe.cnlive.com/scan_update_logs">查看更新日志</a></span> | ||
| 12 | + </div> | ||
| 13 | + <strong>© 2017-2018 <a href="http://www.cnlive.com/"> 视讯中国 CNLive</a></strong> | ||
| 14 | + 版权所有. | ||
| 15 | +</footer> | ||
| 16 | +</body> | ||
| 17 | +</html> | ||
| 0 | \ No newline at end of file | 18 | \ No newline at end of file |
src/main/resources/templates/common/head.html
| @@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
| 17 | 17 | ||
| 18 | <!--Bootstrap--> | 18 | <!--Bootstrap--> |
| 19 | <link href="../../static/css/bootstrap.min.css" rel="stylesheet"> | 19 | <link href="../../static/css/bootstrap.min.css" rel="stylesheet"> |
| 20 | - <script src="../../static/js/bootstrap.min.js"></script> | 20 | + <!-- <script src="../../static/js/bootstrap.min.js"></script>--> |
| 21 | 21 | ||
| 22 | <!-- Font Awesome --> | 22 | <!-- Font Awesome --> |
| 23 | <link href="../../static/css/font-awesome.min.css" rel="stylesheet"> | 23 | <link href="../../static/css/font-awesome.min.css" rel="stylesheet"> |
| @@ -32,15 +32,15 @@ | @@ -32,15 +32,15 @@ | ||
| 32 | <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | 32 | <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |
| 33 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | 33 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
| 34 | <!--[if lt IE 9]> | 34 | <!--[if lt IE 9]> |
| 35 | - <script src="//cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script> | ||
| 36 | - <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script> | 35 | + <!-- <script src="//cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script> |
| 36 | + <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>--> | ||
| 37 | <![endif]--> | 37 | <![endif]--> |
| 38 | 38 | ||
| 39 | <!--Bootstrap-Table--> | 39 | <!--Bootstrap-Table--> |
| 40 | <link href="../../static/css/bootstrap-table.min.css" rel="stylesheet"> | 40 | <link href="../../static/css/bootstrap-table.min.css" rel="stylesheet"> |
| 41 | - <script src="../../static/js/bootstrap-table.min.js"></script> | 41 | +<!-- <script src="../../static/js/bootstrap-table.min.js"></script> |
| 42 | <script src="../../static/js/bootstrap-table-editable.min.js"></script> | 42 | <script src="../../static/js/bootstrap-table-editable.min.js"></script> |
| 43 | - <script src="../../static/js/bootstrap-table-zh-CN.min.js"></script> | 43 | + <script src="../../static/js/bootstrap-table-zh-CN.min.js"></script>--> |
| 44 | 44 | ||
| 45 | <!--Moment.js--> | 45 | <!--Moment.js--> |
| 46 | <script src="../../static/js/moment.min.js"></script> | 46 | <script src="../../static/js/moment.min.js"></script> |
| @@ -52,15 +52,15 @@ | @@ -52,15 +52,15 @@ | ||
| 52 | 52 | ||
| 53 | <!--Bootstrap-DatetimePicker--> | 53 | <!--Bootstrap-DatetimePicker--> |
| 54 | <link href="../../static/css/bootstrap-datetimepicker.min.css" rel="stylesheet"> | 54 | <link href="../../static/css/bootstrap-datetimepicker.min.css" rel="stylesheet"> |
| 55 | - <script src="../../static/js/bootstrap-datetimepicker.min.js"></script> | 55 | + <!-- <script src="../../static/js/bootstrap-datetimepicker.min.js"></script>--> |
| 56 | 56 | ||
| 57 | <!--X-editable--> | 57 | <!--X-editable--> |
| 58 | <link href="../../static/css/bootstrap-editable.css" rel="stylesheet"> | 58 | <link href="../../static/css/bootstrap-editable.css" rel="stylesheet"> |
| 59 | - <script src="../../static/js/bootstrap-editable.min.js"></script> | 59 | + <!-- <script src="../../static/js/bootstrap-editable.min.js"></script>--> |
| 60 | 60 | ||
| 61 | <!--Bootstrap-TreeView--> | 61 | <!--Bootstrap-TreeView--> |
| 62 | <link href="../../static/css/bootstrap-treeview.min.css" rel="stylesheet"> | 62 | <link href="../../static/css/bootstrap-treeview.min.css" rel="stylesheet"> |
| 63 | - <script src="../../static/js/bootstrap-treeview.min.js"></script> | 63 | + <!-- <script src="../../static/js/bootstrap-treeview.min.js"></script>--> |
| 64 | 64 | ||
| 65 | <!--Bootstrap-fileinput--> | 65 | <!--Bootstrap-fileinput--> |
| 66 | <link href="../../static/css/fileinput.min.css" rel="stylesheet"> | 66 | <link href="../../static/css/fileinput.min.css" rel="stylesheet"> |