2022-02-08 11:36:50 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh" 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">
|
2022-03-07 10:14:11 +08:00
|
|
|
<title>注册工圈子系统</title>
|
|
|
|
|
<meta name="description" content="工圈子后台管理框架">
|
2022-02-08 11:36:50 +08:00
|
|
|
<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"/>
|
|
|
|
|
<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"/>
|
|
|
|
|
<link href="../static/ruoyi/css/ry-ui.css" th:href="@{/ruoyi/css/ry-ui.css?v=4.7.2}" rel="stylesheet"/>
|
|
|
|
|
<!-- 360浏览器急速模式 -->
|
|
|
|
|
<meta name="renderer" content="webkit">
|
|
|
|
|
<!-- 避免IE使用兼容模式 -->
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}"/>
|
2023-07-01 19:34:25 +08:00
|
|
|
<style type="text/css">
|
|
|
|
|
label.error { position:inherit; }
|
|
|
|
|
#registerForm input,
|
|
|
|
|
#registerForm select {
|
|
|
|
|
color: black
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<th:block th:include="include :: select2-css" />
|
2022-02-08 11:36:50 +08:00
|
|
|
</head>
|
|
|
|
|
<body class="signin">
|
|
|
|
|
<div class="signinpanel">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-7">
|
|
|
|
|
<div class="signin-info">
|
|
|
|
|
<div class="m-b"></div>
|
2022-03-07 10:14:11 +08:00
|
|
|
<h4>欢迎使用 <strong>工圈子 后台管理系统</strong></h4>
|
2022-02-08 11:36:50 +08:00
|
|
|
<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>
|
2023-07-01 19:34:25 +08:00
|
|
|
<input type="text" name="username" class="form-control username" placeholder="用户名"/>
|
|
|
|
|
<input type="text" name="phonenumber" class="form-control phonenumber" placeholder="手机号"/>
|
|
|
|
|
<select id="deptId" class="form-control" name="deptId">
|
|
|
|
|
<option value="" selected>请选择公司编码</option>
|
|
|
|
|
</select>
|
|
|
|
|
<input type="password" name="password" class="form-control pword" placeholder="密码"/>
|
|
|
|
|
<input type="password" name="confirmPassword" class="form-control pword" placeholder="确认密码"/>
|
2022-02-08 11:36:50 +08:00
|
|
|
<div class="row m-t" th:if="${captchaEnabled==true}">
|
|
|
|
|
<div class="col-xs-6">
|
|
|
|
|
<input type="text" name="validateCode" class="form-control code" placeholder="验证码" maxlength="5" >
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-6">
|
|
|
|
|
<a href="javascript:void(0);" title="点击更换验证码">
|
|
|
|
|
<img th:src="@{/captcha/captchaImage(type=${captchaType})}" class="imgcode" width="85%"/>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-07-01 19:34:25 +08:00
|
|
|
<!-- <div class="checkbox-custom" th:classappend="${captchaEnabled==false} ? 'm-t'">-->
|
|
|
|
|
<!-- <input type="checkbox" id="acceptTerm" name="acceptTerm"> <label for="acceptTerm">我已阅读并同意</label>-->
|
|
|
|
|
<!-- <a href="https://gitee.com/y_project/RuoYi/blob/master/README.md" target="_blank">使用条款</a>-->
|
|
|
|
|
<!-- </div>-->
|
2022-02-08 11:36:50 +08:00
|
|
|
<button class="btn btn-success btn-block" id="btnSubmit" data-loading="正在验证注册,请稍候...">注册</button>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="signup-footer">
|
|
|
|
|
<div class="pull-left">
|
2023-07-01 19:34:25 +08:00
|
|
|
Copyright © 2018-2021 opsoul.com All Rights Reserved. <br>
|
|
|
|
|
备案号 粤ICP备2021044349号-1
|
2022-02-08 11:36:50 +08:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<script th:inline="javascript"> var ctx = [[@{/}]]; var captchaType = [[${captchaType}]]; </script>
|
|
|
|
|
<!-- 全局js -->
|
|
|
|
|
<script src="../static/js/jquery.min.js" th:src="@{/js/jquery.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/layer/layer.min.js" th:src="@{/ajax/libs/layer/layer.min.js}"></script>
|
|
|
|
|
<script src="../static/ajax/libs/blockUI/jquery.blockUI.js" th:src="@{/ajax/libs/blockUI/jquery.blockUI.js}"></script>
|
|
|
|
|
<script src="../static/ruoyi/js/ry-ui.js" th:src="@{/ruoyi/js/ry-ui.js?v=4.7.2}"></script>
|
|
|
|
|
<script src="../static/ruoyi/register.js" th:src="@{/ruoyi/register.js}"></script>
|
2023-07-01 19:34:25 +08:00
|
|
|
<th:block th:include="include :: select2-js" />
|
2022-02-08 11:36:50 +08:00
|
|
|
</body>
|
|
|
|
|
</html>
|