Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaru
fgqyxxlr
Commits
a20b092a
Commit
a20b092a
authored
Apr 26, 2018
by
wangxinxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新th声明,login.html/index.html页面的css/js部分增加thymeleaf属性,可通过浏览器直接打开并显示效果。
parent
311118d3
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
40 additions
and
38 deletions
+40
-38
src/main/resources/logback.xml
+1
-1
src/main/resources/templates/index.html
+6
-5
src/main/resources/templates/login.html
+12
-11
src/main/resources/templates/monitor/job/add.html
+1
-1
src/main/resources/templates/monitor/job/edit.html
+1
-1
src/main/resources/templates/system/dept/add.html
+1
-1
src/main/resources/templates/system/dept/dept.html
+1
-1
src/main/resources/templates/system/dept/edit.html
+1
-1
src/main/resources/templates/system/dept/tree.html
+1
-1
src/main/resources/templates/system/dict/data/add.html
+1
-1
src/main/resources/templates/system/dict/data/edit.html
+1
-1
src/main/resources/templates/system/dict/type/add.html
+1
-1
src/main/resources/templates/system/dict/type/edit.html
+1
-1
src/main/resources/templates/system/menu/add.html
+1
-1
src/main/resources/templates/system/menu/edit.html
+1
-1
src/main/resources/templates/system/menu/menu.html
+1
-1
src/main/resources/templates/system/menu/tree.html
+1
-1
src/main/resources/templates/system/post/add.html
+1
-1
src/main/resources/templates/system/post/edit.html
+1
-1
src/main/resources/templates/system/role/add.html
+1
-1
src/main/resources/templates/system/role/edit.html
+1
-1
src/main/resources/templates/system/user/add.html
+1
-1
src/main/resources/templates/system/user/edit.html
+1
-1
src/main/resources/templates/system/user/resetPwd.html
+1
-1
No files found.
src/main/resources/logback.xml
View file @
a20b092a
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<property
name=
"log_home"
value=
"
/home/
logs/ruoyi"
/>
<property
name=
"log_home"
value=
"logs/ruoyi"
/>
<!-- 控制台输出 -->
<appender
name=
"stdout"
class=
"ch.qos.logback.core.ConsoleAppender"
>
...
...
src/main/resources/templates/index.html
View file @
a20b092a
<!DOCTYPE html>
<html
xmlns:th=
"http://www.thymeleaf.org"
>
<html>
<head>
<meta
charset=
"utf-8"
>
...
...
@@ -10,11 +11,11 @@
<!--[if lt IE 9]>
<meta http-equiv="refresh" content="0;ie.html"/>
<![endif]-->
<link
rel=
"shortcut icon"
href=
"
favicon.ico
"
>
<link
href=
"
/css/bootstrap.min.css"
rel=
"stylesheet
"
>
<link
href=
"
/css/font-awesome.min.css
"
rel=
"stylesheet"
>
<link
href=
"
/css/animate.css
"
rel=
"stylesheet"
>
<link
href=
"
/css/style.css
"
rel=
"stylesheet"
>
<link
rel=
"shortcut icon"
href=
"
../static/favicon.ico"
th:href=
"@{favicon.ico}
"
>
<link
href=
"
../static/css/bootstrap.min.css"
rel=
"stylesheet"
th:href=
"@{/css/bootstrap.min.css}
"
>
<link
href=
"
../static/css/font-awesome.min.css"
th:href=
"@{/css/font-awesome.css}
"
rel=
"stylesheet"
>
<link
href=
"
../static/css/animate.css"
th:href=
"@{/css/animate.css}
"
rel=
"stylesheet"
>
<link
href=
"
../static/css/style.css"
th:href=
"@{/css/style.css}
"
rel=
"stylesheet"
>
</head>
<body
class=
"fixed-sidebar full-height-layout gray-bg"
style=
"overflow: hidden"
>
<div
id=
"wrapper"
>
...
...
src/main/resources/templates/login.html
View file @
a20b092a
<!DOCTYPE html>
<html
lang=
"en"
>
<html
xmlns:th=
"http://www.thymeleaf.org"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0"
>
...
...
@@ -7,14 +8,14 @@
<title>
若依管理系统 - 登录
</title>
<meta
name=
"keywords"
content=
"若依管理系统"
>
<meta
name=
"description"
content=
"RuoYi"
>
<link
href=
"
/css/bootstrap.min.css
"
rel=
"stylesheet"
>
<link
href=
"
/css/font-awesome.css
"
rel=
"stylesheet"
>
<link
href=
"
/css/style.min.css
"
rel=
"stylesheet"
>
<link
href=
"
/css/login.min.css
"
rel=
"stylesheet"
>
<link
href=
"
../static/css/bootstrap.min.css"
th:href=
"@{/css/bootstrap.min.css}
"
rel=
"stylesheet"
>
<link
href=
"
../static/css/font-awesome.css"
th:href=
"@{/css/font-awesome.css}
"
rel=
"stylesheet"
>
<link
href=
"
../static/css/style.min.css"
th:href=
"@{/css/style.min.css}
"
rel=
"stylesheet"
>
<link
href=
"
../static/css/login.min.css"
th:href=
"@{/css/login.min.css}
"
rel=
"stylesheet"
>
<!--[if lt IE 9]>
<meta http-equiv="refresh" content="0;ie.html" />
<![endif]-->
<link
rel=
"shortcut icon"
href=
"
favicon.ico
"
>
<link
rel=
"shortcut icon"
href=
"
../static/favicon.ico"
th:href=
"@{favicon.ico}
"
>
<script>
if
(
window
.
top
!==
window
.
self
){
window
.
top
.
location
=
window
.
location
};
</script>
...
...
@@ -26,7 +27,7 @@
<div
class=
"col-sm-7"
>
<div
class=
"signin-info"
>
<div
class=
"logopanel m-b"
>
<h1><img
alt=
"[ 若依 ]"
src=
"
/ruoyi.png
"
></h1>
<h1><img
alt=
"[ 若依 ]"
src=
"
../static/ruoyi.png"
th:src=
"@{/ruoyi.png}
"
></h1>
</div>
<div
class=
"m-b"
></div>
<h4>
欢迎使用
<strong>
若依 后台管理系统
</strong></h4>
...
...
@@ -59,12 +60,12 @@
</div>
<script
th:inline=
"javascript"
>
var
ctx
=
[[@{
/
}]];
</script>
<!-- 全局js -->
<script
src=
"
/js/jquery.min.js
"
></script>
<script
src=
"
/js/bootstrap.min.js
"
></script>
<script
src=
"
../static/js/jquery.min.js"
th:src=
"@{/js/jquery.min.js}
"
></script>
<script
src=
"
../static/js/bootstrap.min.js"
th:src=
"@{/js/bootstrap.min.js}
"
></script>
<!-- 验证插件 -->
<script
src=
"
/ajax/libs/validate/jquery.validate.min.js
"
></script>
<script
src=
"
/ajax/libs/validate/messages_zh.min.js
"
></script>
<script
src=
"
/ajax/libs/layer/layer.min.js
"
></script>
<script
src=
"
../static/ajax/libs/validate/jquery.validate.min.js"
th:src=
"@{/ajax/libs/validate/jquery.validate.min.js}
"
></script>
<script
src=
"
../static/ajax/libs/validate/messages_zh.min.js"
th:src=
"@{/ajax/libs/validate/messages_zh.min.js}
"
></script>
<script
src=
"
../static/ajax/libs/layer/layer.min.js"
th:src=
"@{/ajax/libs/layer/layer.min.js}
"
></script>
<script
src=
"http://tajs.qq.com/stats?sId=62048022"
></script>
<script
type=
"text/javascript"
>
$
(
document
).
ready
(
function
()
{
...
...
src/main/resources/templates/monitor/job/add.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<body
class=
"white-bg"
>
...
...
src/main/resources/templates/monitor/job/edit.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<body
class=
"white-bg"
>
...
...
src/main/resources/templates/system/dept/add.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<body
class=
"white-bg"
>
...
...
src/main/resources/templates/system/dept/dept.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<body
class=
"gray-bg"
>
...
...
src/main/resources/templates/system/dept/edit.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<body
class=
"white-bg"
>
...
...
src/main/resources/templates/system/dept/tree.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<link
href=
"/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css"
rel=
"stylesheet"
>
...
...
src/main/resources/templates/system/dict/data/add.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<body
class=
"white-bg"
>
...
...
src/main/resources/templates/system/dict/data/edit.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<body
class=
"white-bg"
>
...
...
src/main/resources/templates/system/dict/type/add.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<body
class=
"white-bg"
>
...
...
src/main/resources/templates/system/dict/type/edit.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<body
class=
"white-bg"
>
...
...
src/main/resources/templates/system/menu/add.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<link
href=
"/ajax/libs/iCheck/custom.css"
rel=
"stylesheet"
>
...
...
src/main/resources/templates/system/menu/edit.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<link
href=
"/ajax/libs/iCheck/custom.css"
rel=
"stylesheet"
>
...
...
src/main/resources/templates/system/menu/menu.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<body
class=
"gray-bg"
>
...
...
src/main/resources/templates/system/menu/tree.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<link
href=
"/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css"
rel=
"stylesheet"
>
...
...
src/main/resources/templates/system/post/add.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<body
class=
"white-bg"
>
...
...
src/main/resources/templates/system/post/edit.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<body
class=
"white-bg"
>
...
...
src/main/resources/templates/system/role/add.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<link
href=
"/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css"
rel=
"stylesheet"
>
...
...
src/main/resources/templates/system/role/edit.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<link
href=
"/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css"
rel=
"stylesheet"
>
...
...
src/main/resources/templates/system/user/add.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<link
href=
"/ajax/libs/iCheck/custom.css"
rel=
"stylesheet"
>
...
...
src/main/resources/templates/system/user/edit.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<link
href=
"/ajax/libs/iCheck/custom.css"
rel=
"stylesheet"
>
...
...
src/main/resources/templates/system/user/resetPwd.html
View file @
a20b092a
<!DOCTYPE html>
<html>
<html
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<meta
charset=
"utf-8"
>
<head
th:include=
"include :: header"
></head>
<body
class=
"white-bg"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment