| | |
| | | <meta charset="utf-8"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | | <meta name="renderer" content="webkit"> |
| | | <title>若依系统首页</title> |
| | | <title>TG后台管理系统首页</title> |
| | | <!-- 避免IE使用兼容模式 --> |
| | | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| | | <link th:href="@{favicon.ico}" rel="shortcut icon"/> |
| | |
| | | <meta charset="utf-8"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | | <meta name="renderer" content="webkit"> |
| | | <title>若依系统首页</title> |
| | | <title>TG后台管理系统首页</title> |
| | | <!-- 避免IE使用兼容模式 --> |
| | | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| | | <link th:href="@{favicon.ico}" rel="shortcut icon"/> |
| | |
| | | <head> |
| | | <meta charset="utf-8"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> |
| | | <title>登录若依系统</title> |
| | | <title>TG后台管理系统</title> |
| | | <meta name="description" content="若依后台管理框架"> |
| | | <link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/> |
| | | <link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/> |
| | |
| | | <div class="row"> |
| | | <div class="col-sm-7"> |
| | | <div class="signin-info"> |
| | | <div class="logopanel m-b"> |
| | | <h1><img alt="[ 若依 ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1> |
| | | </div> |
| | | <div class="m-b"></div> |
| | | <h4>欢迎使用 <strong>若依 后台管理系统</strong></h4> |
| | | <ul class="m-b"> |
| | | <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> SpringBoot</li> |
| | | <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Mybatis</li> |
| | | <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Shiro</li> |
| | | <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Thymeleaf</li> |
| | | <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Bootstrap</li> |
| | | </ul> |
| | | <h4>欢迎使用 <strong>TG后台管理系统</strong></h4> |
| | | <strong th:if="${isAllowRegister}">还没有账号? <a th:href="@{/register}">立即注册»</a></strong> |
| | | </div> |
| | | </div> |
| | | <div class="col-sm-5"> |
| | | <form id="signupForm" autocomplete="off"> |
| | | <h4 class="no-margins">登录:</h4> |
| | | <p class="m-t-md">你若不离不弃,我必生死相依</p> |
| | | <input type="text" name="username" class="form-control uname" placeholder="用户名" value="admin" /> |
| | | <input type="password" name="password" class="form-control pword" placeholder="密码" value="admin123" /> |
| | | <div class="row m-t" th:if="${captchaEnabled==true}"> |
| | |
| | | <head> |
| | | <meta charset="utf-8"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> |
| | | <title>注册若依系统</title> |
| | | <title>注册TG后台管理系统</title> |
| | | <meta name="description" content="若依后台管理框架"> |
| | | <link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/> |
| | | <link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/> |
| | |
| | | <div class="col-sm-7"> |
| | | <div class="signin-info"> |
| | | <div class="logopanel m-b"> |
| | | <h1><img alt="[ 若依 ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1> |
| | | <h1><img alt="[ TG ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1> |
| | | </div> |
| | | <div class="m-b"></div> |
| | | <h4>欢迎使用 <strong>若依 后台管理系统</strong></h4> |
| | | <ul class="m-b"> |
| | | <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> SpringBoot</li> |
| | | <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Mybatis</li> |
| | | <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Shiro</li> |
| | | <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Thymeleaf</li> |
| | | <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Bootstrap</li> |
| | | </ul> |
| | | <h4>欢迎使用 <strong>TG后台管理系统</strong></h4> |
| | | |
| | | <strong>已经注册过? <a th:href="@{/login}">直接登录»</a></strong> |
| | | </div> |
| | | </div> |
| | | <div class="col-sm-5"> |
| | | <form id="registerForm" autocomplete="off"> |
| | | <h4 class="no-margins">注册:</h4> |
| | | <p class="m-t-md">你若不离不弃,我必生死相依</p> |
| | | <input type="text" name="username" class="form-control uname" placeholder="用户名" maxlength="20" /> |
| | | <input type="password" name="password" class="form-control pword" placeholder="密码" maxlength="20" /> |
| | | <input type="password" name="confirmPassword" class="form-control pword" placeholder="确认密码" maxlength="20" /> |
| | |
| | | -- ---------------------------- |
| | | -- 初始化-公告信息表数据 |
| | | -- ---------------------------- |
| | | insert into sys_notice values('1', '温馨提醒:2018-07-01 若依新版本发布啦', '2', '新版本内容', '0', 'admin', sysdate(), '', null, '管理员'); |
| | | insert into sys_notice values('2', '维护通知:2018-07-01 若依系统凌晨维护', '1', '维护内容', '0', 'admin', sysdate(), '', null, '管理员'); |
| | | insert into sys_notice values('1', '温馨提醒:2018-07-01 TG后台管理系统新版本发布啦', '2', '新版本内容', '0', 'admin', sysdate(), '', null, '管理员'); |
| | | insert into sys_notice values('2', '维护通知:2018-07-01 TG后台管理系统凌晨维护', '1', '维护内容', '0', 'admin', sysdate(), '', null, '管理员'); |
| | | |
| | | |
| | | -- ---------------------------- |