CINXE.COM
注册
<!DOCTYPE html> <html lang="en"> <head> <meta name="referrer" content="no-referrer" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>注册</title> <!--网页标题图标--> <link href="/images/zy_logo.png" type="image/x-icon" rel="shortcut icon" /> <link href="/images/zy_logo.png" type="image/x-icon" rel="bookmark icon" /> <!-- jQuery文件--> <script src="/js/plug-in/jquery/jquery-3.2.1.min.js" type="text/javascript"></script> <link href="/js/plug-in/jquery/jquery-ui-1.12.1/jquery-ui.min.css" rel="stylesheet"> <script src="/js/plug-in/jquery/jquery-ui-1.12.1/jquery-ui.min.js" type="text/javascript"></script> <!--[if lt IE 9]> <script src="/js/plug-in/js/html5shiv.js"></script> <script src="/js/plug-in/js/respond.min.js"></script> <![endif]--> <!-- Bootstrap 4 核心 CSS 文件 --> <link href="/zmProject/plugins/dist/bootstrap/bootstrap-4.0.0/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- select2 核心 CSS 文件 --> <link href="/zmProject/plugins/dist/select2/select2-4.0.6-rc.1/dist/css/select2.min.css" rel="stylesheet"> <!-- awesome 核心 CSS 文件 --> <link href="/zmProject/plugins/dist/font-awesome/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet"> <!-- 用于 Bootstrap 弹窗、提示、下拉菜单 --> <script src="/zmProject/plugins/dist/bootstrap/bootstrap-4.0.0/assets/js/vendor/popper.min.js" ></script> <!-- 用于 Bootstrap 图片占位 --> <script src="/zmProject/plugins/dist/bootstrap/bootstrap-4.0.0/assets/js/vendor/holder.min.js" ></script> <!-- Bootstrap 4 核心 JavaScript 文件 --> <script src="/zmProject/plugins/dist/bootstrap/bootstrap-4.0.0/dist/js/bootstrap.min.js" ></script> <!-- select2 核心 JavaScript 文件 --> <script src="/zmProject/plugins/dist/select2/select2-4.0.6-rc.1/dist/js/select2.min.js" ></script> <script src="/zmProject/plugins/dist/select2/select2-4.0.6-rc.1/dist/js/i18n/zh-CN.js" ></script> <!-- Validator 核心 文件 --> <link href="/js/plug-in/bootstrapValidator-0.5.2/css/bootstrapValidator.min.css" rel="stylesheet"> <script src="/js/plug-in/bootstrapValidator-0.5.2/js/bootstrapValidator.min.js" ></script> <script src="/js/plug-in/bootstrapValidator-0.5.2/js/language/zh_CN.js" ></script> <!-- switch切换开关 --> <link href="/js/plug-in/bootstrap-switch/css/bootstrap-switch.css" rel="stylesheet"> <script src="/js/plug-in/bootstrap-switch/js/bootstrap-switch.js" ></script> <!-- ClearButton --> <!-- <script th:src="@{/zmProject/plugins/dist/bootstrap/bootstrap-4.0.0/dist/js/jquery.bootstrap-pureClearButton.js}" ></script>--> <!--bootstrap-datetimepicker--> <link href="/js/plug-in/css/daterangepicker.css" rel="stylesheet"> <script src="/js/plug-in/js/date-time/moment.min.js" ></script> <script src="/js/plug-in/js/date-time/daterangepicker.js" ></script> <!--layer--> <link href="/js/plug-in/layer/skin/default/layer.css" rel="stylesheet"> <script src="/js/plug-in/layer/layer.js" ></script> <!--jquery-mloading--> <link href="/js/plug-in/jquery/mloading/jquery.mloading.css" rel="stylesheet"> <script src="/js/plug-in/jquery/mloading/jquery.mloading.js" ></script> <!-- 自定义 核心 CSS 文件 --> <link href="/zmProject/dist/css/zm.style.min.css?v=1734323702285" rel="stylesheet"> <link href="/zmProject/dist/css/zm.style-fold.min.css?v=1734323702285" rel="stylesheet"> <link href="/zmProject/dist/css/zm.style.css?v=1734323702285" rel="stylesheet"> <link href="/zmProject/dist/css/zm.color.css?v=1734323702285" rel="stylesheet"> <link href="/css/common/common.css?v=1734323702285" rel="stylesheet"> <!--自定义js--> <script src="/js/common/common.js?v=1734323702285" type="text/javascript" ></script> <script src="/js/common/header.js?v=1734323702285" type="text/javascript" ></script> <script src="/js/common/dateRangePickerTools.js?v=1734323702285" type="text/javascript" ></script> <script src="/js/common/commonUtil.js?v=1734323702285" type="text/javascript" ></script> <script src="/js/common/commonExcute.js?v=1734323702285" type="text/javascript" ></script> <script src="/js/common/commonEvent.js?v=1734323702285" type="text/javascript" ></script> <!--自定义公共变量--> <script> /*<![CDATA[*/ var YQ = { ajaxPrefix: "", //provider地址 updownServer: "", //上传下载地址 basePath: "", oauth2_codeUrl: "http:\/\/10.12.19.28:20006\/oauth\/authorize?client_id=wzxytest\u0026response_type=code\u0026redirect_uri=http:\/\/10.12.19.9:6001\/oauth", images: "\/static\/images", layerLoading: null, index_url: '/th/hot', sourceTypes: null, login_url: '/login/lca', toupdatepwd_url: '/nlg/toupdatepwd/lca' }; /*]]>*/ </script> </head> <body> <div id="common-header" class="zm-header"> <nav class="navbar zm-nav navbar-expand-lg zm-navbar-line zm-navbar-color"> <div class="d-flex align-items-center"> <div class="navbar-brand d-flex align-items-center "> <span class="zm-navbar-title">华文舆情云</span> </div> <i class="fa fa-bars navbar-toggler" data-toggle="collapse" data-target="#zmNavbar" aria-controls="zmNavbar" aria-expanded="false" aria-label="Toggle navigation"></i> </div> </nav> </div> <div class="zm-section container-fluid zm-bg-login to-header-pad-top50 container-content-havebg"> <div class="row"> <div class="col-sm-9 col-md-6 col-lg-6 col-xl-4 my-5 mx-auto bg-light rounded"> <div class="zm-card border-bottom"> <div class="zm-card-body text-center"> <h4 class="card-title text-primary">注册</h4> </div> </div> <form id="applyForm" class="p-5" autocomplete="off"> <div class="form-group"> <div class="zm-input-box"> <label for="realname" class="col-form-label" style="text-align: right; width: 90px;">姓 名:</label> <div class="zm-input-box-content"> <input type="text" id="realname" name="realname" class="form-control" placeholder="请填写姓名"> </div> <div class="zm-input-box-append "> <span class="zm-input-box-text zm-required">*</span> </div> </div> </div> <div class="form-group"> <div class="zm-input-box"> <label for="phone" class="col-form-label" style="text-align: right; width: 90px;">手机号:</label> <div class="zm-input-box-content"> <input type="text" id="phone" name="phone" class="form-control" placeholder="请填写手机号,将用作登陆名"> </div> <div class="zm-input-box-append "> <span class="zm-input-box-text zm-required">*</span> </div> </div> </div> <div class="form-group"> <div class="zm-input-box"> <label for="email" class="col-form-label" style="text-align: right; width: 90px;">邮箱:</label> <div class="zm-input-box-content"> <input type="text" id="email" name="email" autocomplete="off" class="form-control" placeholder="请填写您的邮箱"> </div> <div class="zm-input-box-append "> <span class="zm-input-box-text zm-required">*</span> </div> </div> </div> <div class="form-group"> <div class="zm-input-box"> <label for="company" class="col-form-label" style="text-align: right; width: 90px;">公司/单位:</label> <div class="zm-input-box-content"> <input type="text" id="company" name="company" class="form-control" placeholder="请填写您的公司/单位名称"> </div> <div class="zm-input-box-append "> <span class="zm-input-box-text zm-required">*</span> </div> </div> </div> <div class="form-group"> <div class="zm-input-box"> <label for="password" class="col-form-label" style="text-align: right; width: 90px;">密 码:</label> <div class="zm-input-box-content"> <input type="password" id="password" name="password" class="form-control" placeholder="密码,8~16个字符,至少包含数字和字母"> </div> <div class="zm-input-box-append "> <span class="zm-input-box-text zm-required">*</span> </div> </div> </div> <div class="form-group"> <div class="zm-input-box"> <label for="verifycode" class="col-form-label" style="text-align: right; width: 90px;">验证码:</label> <div class="zm-input-box-content"> <input type="text" id="verifycode" name="verifycode" class="form-control" placeholder="请输入验证码"> <img id="veritycode_img" style="cursor: pointer; margin: 0 5px; border-radius: 3px;" title="点击刷新验证码" src="/nlg/getVerifyCode" onclick="getVerifiCode();"/> </div> <div class="zm-input-box-append "> <span class="zm-input-box-text zm-required">*</span> </div> </div> </div> <!-- <div class="form-group">--> <!-- <div class="zm-input-box">--> <!-- <div id="vertifycode-content" class="zm-input-box-content">--> <!-- <div id="vertifycode-slider" style="margin-bottom: 10px;"></div>--> <!-- </div>--> <!-- <div class="zm-input-box-append">--> <!-- <span class="zm-input-box-text zm-required"> </span>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <button type="submit" class="btn btn-primary btn-block" style="width: 90%!important; margin: 0 auto;">注册</button> <div><div class="zm-card-body text-center"> <a href="/login/lca">已有帐号,登录</a> </div></div> </form> </div> </div> </div> <html> <script type="text/javascript"> var ALERTMODAL = { alertMsg: null, alertInput: null, alertConfirm: null, alertContent: null, alertVertifyCodeContent: null, alertContentHeight: 0, }; function alertMsg(msg, func) { console.log(msg); if (func != null && typeof func != "undefined") { ALERTMODAL.alertMsg = layer.confirm(msg, { id: 'layer_msg_confirm_modal', //设定一个id,防止重复弹出 skin: 'layui-layer-lan', title: '提示', shade: 0.5, //遮罩透明度 btn: ['关闭'], //按钮 yes: function () { func(); }, cancel: function(){ func(); } }); } else { layer.msg('<div style="font-size: 20px; width: 100%; height: 100%; text-align: center; line-height: 40px;">' + msg + '</div>', { // id: 'layer_msg_modal', text: 'center', // area: ['150px', '70px'], time: 2000, }); } } function closeAlertMsg() { layer.close(ALERTMODAL.alertMsg); } function alertConfirm(msg, func) { ALERTMODAL.alertConfirm = layer.confirm('<div style="font-size: 16px; width: 100%; height: 100%; line-height: 60px;">' + msg + '</div>', { id: 'layer_confirm_modal', skin: 'layui-layer-lan', shade: 0.5, //遮罩透明度 btn: ['确认','取消'], //按钮 title: '提示', area: ['300px', "200px"], //宽高 // anim: 3 //动画类型 btn1: function () { if (func != null && typeof func != "undefined") { func(); } }, btn2: function () { if (typeof confirmCancel != "undefined") { confirmCancel() } } }) } function alertConfirmNoLineH(msg, func) { ALERTMODAL.alertConfirm = layer.confirm('<div style="font-size: 16px; width: 100%; height: 100%;">' + msg + '</div>', { id: 'layer_confirm_modal', skin: 'layui-layer-lan', shade: 0.5, //遮罩透明度 btn: ['确认','取消'], //按钮 title: '提示', area: ['300px', "200px"], //宽高 // anim: 3 //动画类型 btn1: function () { if (func != null && typeof func != "undefined") { func(); } }, btn2: function () { if (typeof confirmCancel != "undefined") { confirmCancel() } } }); } function alertConfirmHasId(msg, func, id) { ALERTMODAL.alertConfirm = layer.confirm('<div style="font-size: 16px; width: 100%; height: 100%;">' + msg + '</div>', { id: 'layer_confirm_modal', skin: 'layui-layer-lan', shade: 0.5, //遮罩透明度 btn: ['确认','取消'], //按钮 title: '提示', area: ['300px', "200px"], //宽高 // anim: 3 //动画类型 btn1: function () { if (func != null && typeof func != "undefined") { func(id); } }, btn2: function () { if (typeof confirmCancel != "undefined") { confirmCancel() } } }); } function alertInput(title, fieldName, func, info) { ALERTMODAL.alertInput = layer.open({ shade: 0.5, //遮罩透明度 anim: 0, //弹出动画 maxmin: true, //最大化 skin: 'layui-layer-lan', //主题 area: ['500px', "200px"], //宽高 id: 'layer_input_modal', //弹窗唯一标识 btn: ['提交', '关闭'], //按钮 title: title, //标题 content: '<form id="layer_input_modal_form">' + '<div class="form-group validate-div">' + ' <div class="zm-input-box">' + ' <label for="layer_input_modal_input" class="col-form-label" style="text-align: right; width: 100px;">' + fieldName + ':</label>' + ' <div class="zm-input-box-content">' + ' <input type="text" id="layer_input_modal_input" name="layer_input_modal_input" class="form-control" placeholder="请输入">' + ' </div>' + ' <div class="zm-input-box-append ">' + ' <span class="zm-input-box-text zm-required"> </span>' + ' </div>' + ' </div>' + '</div></form>', //捕获的元素,注意:最好该指定的元素要存放在body最外层,否则可能被其它的相对元素所影响 success: function(){ resetLocalForm("layer_input_modal_form"); }, yes: function () { if (func != null && typeof func != "undefined") { func(info, $("#layer_input_modal_input").val()); } } }); } function closeAlertInput() { layer.close(ALERTMODAL.alertInput); } function closeAlertConfirm() { layer.close(ALERTMODAL.alertConfirm); } function alertContent(title, id, func) { var wt = parseInt($("#" + id).css("width")) + 300; ALERTMODAL.alertContent = layer.open({ type: 1, //弹窗类型 shade: 0.5, //遮罩透明度 anim: 0, //弹出动画 maxmin: true, //最大化 skin: 'layui-layer-lan', //主题 area: [wt + 'px'], //宽高 id: 'layer_content_modal', //弹窗唯一标识 btn: ['提交', '关闭'], //按钮 title: title, //标题 content: $("#" + id), //捕获的元素,注意:最好该指定的元素要存放在body最外层,否则可能被其它的相对元素所影响 success: function(){ if (typeof resetForm != "undefined") { resetForm(); } }, yes: function () { if (func != null && typeof func != "undefined") { func(); } } }); } function alertContentNoCommit(title, id) { var wt = parseInt($("#" + id).css("width")) + 300; ALERTMODAL.alertContent = layer.open({ type: 1, //弹窗类型 shade: 0.5, //遮罩透明度 anim: 0, //弹出动画 maxmin: true, //最大化 skin: 'layui-layer-lan', //主题 area: [wt + 'px'], //宽高 id: 'layer_content_no_commit_modal', //弹窗唯一标识 title: title, //标题 content: $("#" + id), //捕获的元素,注意:最好该指定的元素要存放在body最外层,否则可能被其它的相对元素所影响 }); } function closeAlertContent() { layer.close(ALERTMODAL.alertContent); } function alertVertifyCodeContent(title, id) { var hg = parseInt($("#" + id).css("height")) + 100; var wt = parseInt($("#" + id).css("width")) + 50; if (ALERTMODAL.alertContentHeight > 0) { hg = ALERTMODAL.alertContentHeight; } else { ALERTMODAL.alertContentHeight = hg; } ALERTMODAL.alertVertifyCodeContent = layer.open({ type: 1, //弹窗类型 shade: 0.5, //遮罩透明度 anim: 0, //弹出动画 maxmin: true, //最大化 skin: 'layui-layer-lan', //主题 area: [wt + 'px', hg + "px"], //宽高 id: 'layer_vertifyCodeContent_modal', //弹窗唯一标识 title: title, //标题 content: $("#" + id), //捕获的元素,注意:最好该指定的元素要存放在body最外层,否则可能被其它的相对元素所影响 }); } function closeAlertVertifyCodeContent() { layer.close(ALERTMODAL.alertVertifyCodeContent); } function loading() { YQ.layerLoading = layer.msg('<div style="font-size: 20px; text-align: center;">加载中...</div>', { icon:16, id: 'layer_loading', shade:[0.5, '#000000'], time:false //取消自动关闭 }); } function closeLoading() { layer.close(YQ.layerLoading); } function myloading(msg) { YQ.layerLoading = layer.msg('<div style="font-size: 20px; text-align: center;">' + msg + '...</div>', { icon:16, id: 'layer_loading', shade:[0.5, '#000000'], time:false //取消自动关闭 }); } function showPartLoading(id) { $("#" + id).parent().mLoading("show"); } function closePartLoading(id) { $("#" + id).parent().mLoading("hide"); } </script> <script type="text/javascript" src="/js/plug-in/md5/md5.js"></script> <script type="text/javascript" src="/js/sys/signup.js?v=1734323702285"></script> </body> <!--<script src="/static/js/plug-in/jquery/jquery-slider/jquery.slider.min.js" th:src="@{/js/plug-in/jquery/jquery-slider/jquery.slider.min.js}"></script>--> <!--<script type="text/javascript" src="/static/zmProject/dist/js/code.js" th:src="@{/zmProject/dist/js/code.js}"></script>--> </html>