Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-smart
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
platform
hp-smart
Commits
0a9bd6e4
Commit
0a9bd6e4
authored
Mar 08, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024/03/08 登录页面样式修改
parent
d7a14892
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
10 deletions
+21
-10
iPlatV6-login.jsp
src/main/resources/META-INF/resources/iPlatV6-login.jsp
+21
-10
No files found.
src/main/resources/META-INF/resources/iPlatV6-login.jsp
View file @
0a9bd6e4
...
...
@@ -158,12 +158,17 @@
<div
class=
"row"
>
<
%
--
公钥参数
--
%
>
<input
id=
"__LOGIN_PUBLICKEY__"
inline=
"true"
type=
"hidden"
value=
"<%=loginPublicKey%>"
/>
<div
class=
"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3"
>
<div
class=
"login-block <c:if test="
${
not
empty
loginExp
}"
>
animated shake
</c:if>
">
<div
class=
"col-sm-6 col-sm-offset-2 col-md-4 col-md-offset-4"
style=
"margin-bottom: 1em"
>
<div
class=
"form-header"
>
<p
style=
"font-size: 28px;"
><b>
企业经营一体化平台
</b></p>
</div>
</div>
<div
class=
"col-sm-6 col-sm-offset-2 col-md-4 col-md-offset-4"
>
<div
class=
"login-block <c:if test="
${
not
empty
loginExp
}"
>
animated shake
</c:if>
" style="background-color: white;border-radius: 10px">
<div
class=
"form-header"
>
<c:choose>
<c:when
test=
"${LoginLogo == 'default'}"
>
<div
class=
"
logodefault"
>
<div
class=
"
"
>
<
%
--logodefault--
%
>
<div
style=
"color: #004B9D;margin-left: 63%"
><
%=
LoginSystemName
%
></div>
</div>
...
...
@@ -177,7 +182,7 @@
</div>
</c:otherwise>
</c:choose>
<p>
用户登录
</p>
<p
style=
"font-size: 20px;color: black;"
>
用户登录
</p>
<p
class=
"text-danger"
>
<c:if
test=
"${not empty loginExp}"
>
<
%
...
...
@@ -200,19 +205,25 @@
method=
"post"
onsubmit=
"javascript:return loginClick();"
>
<div
class=
"form-group"
>
<div
class=
"col-xs-12"
>
<input
class=
"form-input"
type=
"text"
<div
class=
"input-group"
>
<div
class=
"input-group-addon"
style=
"background-color: rgb(232, 240, 254)"
>
账号
</div>
<input
class=
"form-input"
type=
"text"
style=
"border: rgb(232, 240, 254);background-color: rgb(232, 240, 254);color: black"
<%
--
value=
"<%=encoder.encodeForHTMLAttribute(username)%>"
id=
"p_username"
--
%
>
name="p_username1"
placeholder="用户名"/>
</div>
</div>
</div>
<div
class=
"form-group password"
>
<div
class=
"col-xs-12"
>
<input
class=
"form-input"
type=
"password"
<div
class=
"input-group"
>
<div
class=
"input-group-addon"
style=
"background-color: rgb(232, 240, 254)"
>
密码
</div>
<input
class=
"form-input"
type=
"password"
style=
"border: rgb(232, 240, 254);background-color: rgb(232, 240, 254);color: black"
<%
--
value=
"<%=encoder.encodeForHTMLAttribute(password)%>"
id=
"p_password"
--
%
>
name="p_password1"
autocomplete="off"
placeholder="密码"/>
</div>
</div>
</div>
<input
class=
"form-input"
type=
"text"
...
...
@@ -235,7 +246,7 @@
</div>
<div
class=
"col-xs-6"
style=
"text-align: right"
>
<
%
--
<
a
href=
"${ctx}/web/XS0102"
style=
"margin-right: 6px"
>
注册
</a>
--%>
<
a
href=
"${ctx}/web/XS0106"
>
忘记密码?
</a
>
<
%
--
<
a
href=
"${ctx}/web/XS0106"
>
忘记密码?
</a>
--%
>
</div>
</div>
...
...
@@ -299,7 +310,7 @@
<
%
--
<
span
>
运维平台热线 8008200220、4008210860、26646708、26642410
</span>
--%>
</div>
<div
class=
"copyright-info"
>
<
span>
©上海宝信软件股份有限公司 Copyright ©2020 BAOSIGHT Corporation. All Rights Reserved
</span
>
<
%
--
<
span
>
©上海宝信软件股份有限公司 Copyright ©2020 BAOSIGHT Corporation. All Rights Reserved
</span>
--%
>
</div>
</div>
<div
class=
"footer-right col-sm-2 col-md-3"
>
...
...
@@ -308,8 +319,8 @@
<
%
--
onclick=
"window.open('https://support.microsoft.com/zh-cn/help/17621/internet-explorer-downloads')"
>
--%>
<
%
--
</
div
>
--%>
<div
class=
"footer-logo"
>
<img
src=
"${iPlatStaticURL}/iplatui/img/icon_chrome.png"
width=
"51"
onclick=
"downloadChrome()"
>
<
%
--
<
img
src=
"${iPlatStaticURL}/iplatui/img/icon_chrome.png"
width=
"51"
onclick=
"downloadChrome()"
>
--%>
</div>
</div>
</div>
...
...
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