Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
S
SpringMVC_R2
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
J2EE框架
SpringMVC_R2
提交
ed8c95c4
提交
ed8c95c4
编写于
11月 29, 2019
作者:
ibiz
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
登录改为使用应用级登录
上级
e369f502
变更
1
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
0 行增加
和
127 行删除
+0
-127
login.html.ftl
...v_${pub.codeName}/src/main/webapp/ibizutil/login.html.ftl
+0
-127
未找到文件。
SLN/srv_${pub.codeName}/src/main/webapp/ibizutil/login.html.ftl
已删除
100644 → 0
浏览文件 @
e369f502
<
#
ibiztemplate
>
TARGET=PSSYSTEM
</
#
ibiztemplate>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"renderer"
content=
"webkit"
>
<title>
登录
</title>
<link
href=
"resource/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"resource/css/login.css"
rel=
"stylesheet"
>
</head>
<body>
<!-- 内容区 begin -->
<div
class=
"log_container"
>
<div
class=
"login_backgroud_img"
>
<img
src=
"resource/img/background.png"
>
</div>
<div
class=
"wrap"
>
<div
class=
"log_form"
>
<form>
<div
class=
"form_container"
>
<div
class=
"form-group"
>
<img
src=
"resource/img/ibiz.png"
/>
</div>
<div
class=
"form-group"
>
<input
type=
"text"
class=
"form-control form_input"
id=
"userName"
placeholder=
"请输入用户名"
>
</div>
<div
class=
"form-group"
>
<input
type=
"password"
class=
"form-control form_input"
id=
"pwd"
placeholder=
"请输入密码"
>
</div>
<div
class=
"form-group"
>
<label
class=
"form-check-label request-answer"
for=
"invalidCheck3"
id=
"request-answer"
>
</label>
</div>
<div
class=
"form-group"
>
<button
type=
"button"
class=
"login_btn btn btn-primary"
>
登录
</button>
<button
type=
"button"
class=
"login_reset btn btn-default"
>
重置
</button>
</div>
<div
class=
"form-group"
>
<p
class=
"form_tipinfo"
>
温馨提示:
</p>
<p
class=
"form_tipinfo_more"
>
第一次进入系统需要初始化管理员用户,请点击下面按钮进行 初始化,才可以正常登录。
</p>
</div>
<div
class=
"form-group"
>
<button
type=
"button"
class=
"sys_init btn btn-default"
>
初始化
</button>
</div>
</div>
</form>
</div>
<div
class=
"log_footer"
>
<div
class=
"copyright"
>
Copyright © 2018
<a
href=
"http://www.ibizsys.net/ibizsys/channelview?channelId=ibizsys.about"
target=
"_blank"
>
埃毕致(上海)云计算科技
</a>
版权所有
</div>
</div>
</div>
</div>
<!-- 内容区 end -->
<!-- 弹出框 begin -->
<div
class=
"modal fade popo"
id=
"exampleModalCenter"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"exampleModalCenterTitle"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"exampleModalLongTitle"
>
初始化
</h5>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
<div
style=
"height: 92px;padding: 29px 86px;"
>
<img
src=
"resource/img/popover.png"
>
<span
class=
"sysinit_successinfo"
></span>
</div>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-primary"
data-dismiss=
"modal"
>
确定
</button>
</div>
</div>
</div>
</div>
<div
class=
"modal fade popo1"
id=
"exampleModalCenter"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"exampleModalCenterTitle"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"exampleModalLongTitle"
>
异常
</h5>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
<div
style=
"height: 92px;padding: 29px 86px;"
>
<img
src=
"resource/img/popover.png"
>
<span
class=
"sysinit_errorinfo"
></span>
</div>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-primary"
data-dismiss=
"modal"
>
确定
</button>
</div>
</div>
</div>
</div>
<!-- 弹出框 end -->
<script
src=
"resource/jquery/3.3.1/jquery.min.js"
></script>
<script
src=
"resource/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"resource/js/login.js"
type=
"text/javascript"
></script>
<script
type=
"text/javascript"
>
var
loginUrl
=
"../ibizutil/login.do"
;
var
indexUrl
=
"../index.html"
;
jQuery
(
document
).
ready
(
function
()
{
loginInit
();
});
</script>
</body>
</html>
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录