Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
c344bc51
Commit
c344bc51
authored
Apr 18, 2023
by
Takumi Imai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#52632 電通法改正の対応
parent
4b76b71b
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
95 additions
and
4 deletions
+95
-4
abweb/common/html/header.html
+5
-0
abweb/common/img/webcms_icon.svg
+12
-0
abweb/common/json/lang/lang-en.json
+3
-1
abweb/common/json/lang/lang-ja.json
+3
-1
abweb/common/json/lang/lang-ko.json
+3
-1
abweb/css/login/login.css
+34
-0
abweb/html/login.html
+8
-0
abweb/img/login/weblogin_icon.svg
+10
-0
abweb/js/login/login.js
+17
-1
No files found.
abweb/common/html/header.html
View file @
c344bc51
<header>
<header>
<meta
name=
"referrer"
content=
"origin"
>
<style
type=
"text/css"
>
<style
type=
"text/css"
>
.ml-web
{
.ml-web
{
margin-left
:
8px
!important
;
margin-left
:
8px
!important
;
...
@@ -24,6 +25,10 @@
...
@@ -24,6 +25,10 @@
</a>
</a>
</li>
</li>
</ul>
</ul>
<a
href=
"https://www.agentec.jp/company/privacy-policy.html"
class=
"nav-link text-center"
target=
"_blank"
>
<img
src=
"../common/img/webcms_icon.svg"
type=
"image"
alt=
""
class=
"p-sm-1 p-0 profile-img lang"
lang=
"sitePolicy"
>
<div
class=
"fs-7 d-sm-block d-none lang"
lang=
"sitePolicy"
></div>
</a>
<div
class=
"dropdown"
>
<div
class=
"dropdown"
>
<a
href=
"#"
class=
"nav-link text-center"
id=
"dropdown-profile"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
<a
href=
"#"
class=
"nav-link text-center"
id=
"dropdown-profile"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
<img
src=
"../common/img/nav_icon_profile.svg"
type=
"image"
alt=
""
class=
"p-sm-1 p-0 img-fluid profile-img lang"
lang=
"profile"
>
<img
src=
"../common/img/nav_icon_profile.svg"
type=
"image"
alt=
""
class=
"p-sm-1 p-0 img-fluid profile-img lang"
lang=
"profile"
>
...
...
abweb/common/img/webcms_icon.svg
0 → 100644
View file @
c344bc51
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version=
"1.1"
id=
"レイヤー_1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
x=
"0px"
y=
"0px"
viewBox=
"0 0 48 48"
style=
"enable-background:new 0 0 48 48;"
xml:space=
"preserve"
>
<style
type=
"text/css"
>
.st0{fill:#6C757D;}
</style>
<path
class=
"st0"
d=
"M7.3,44c-0.9,0-1.7-0.3-2.3-1s-1-1.4-1-2.3V7.3C4,6.4,4.3,5.7,5,5s1.4-1,2.3-1h33.3c0.9,0,1.7,0.3,2.3,1
s1,1.4,1,2.3v33.3c0,0.9-0.3,1.7-1,2.3s-1.4,1-2.3,1H7.3z M7.3,40.7h33.3V7.3H7.3V40.7z M7.3,40.7V7.3V40.7z M23,9.9
c-1.2,0-2.1,1-2.1,2.1s1,2.1,2.1,2.1s2.1-1,2.1-2.1S24.1,9.9,23,9.9z M36,9.9c-1.2,0-2.1,1-2.1,2.1s1,2.1,2.1,2.1s2.1-1,2.1-2.1
S37.2,9.9,36,9.9z M29.4,9.9c-1.2,0-2.1,1-2.1,2.1s1,2.1,2.1,2.1s2.1-1,2.1-2.1S30.5,9.9,29.4,9.9z"
/>
</svg>
abweb/common/json/lang/lang-en.json
View file @
c344bc51
...
@@ -126,5 +126,6 @@
...
@@ -126,5 +126,6 @@
"onlyRfid"
:
"RFID or barcode is set.
\n
Please scan the code."
,
"onlyRfid"
:
"RFID or barcode is set.
\n
Please scan the code."
,
"errorOccured"
:
"Communication error."
,
"errorOccured"
:
"Communication error."
,
"selectData"
:
"Choice"
,
"selectData"
:
"Choice"
,
"errorSendMsg"
:
"Send failed."
"errorSendMsg"
:
"Send failed."
,
"sitePolicy"
:
"Site Policy"
}
}
\ No newline at end of file
abweb/common/json/lang/lang-ja.json
View file @
c344bc51
...
@@ -124,5 +124,6 @@
...
@@ -124,5 +124,6 @@
"onlyRfid"
:
"RFID又はバーコードが設定されています。
\n
該当コードを読み込んでください。"
,
"onlyRfid"
:
"RFID又はバーコードが設定されています。
\n
該当コードを読み込んでください。"
,
"errorOccured"
:
"通信エラーです。"
,
"errorOccured"
:
"通信エラーです。"
,
"selectData"
:
"選択"
,
"selectData"
:
"選択"
,
"errorSendMsg"
:
"送信に失敗しました。"
"errorSendMsg"
:
"送信に失敗しました。"
,
"sitePolicy"
:
"サイトポリシー"
}
}
\ No newline at end of file
abweb/common/json/lang/lang-ko.json
View file @
c344bc51
...
@@ -123,5 +123,6 @@
...
@@ -123,5 +123,6 @@
"onlyRfid"
:
"RFID또는 바코드가 설정되어있습니다.
\n
해당코드를 스캔해주십시오."
,
"onlyRfid"
:
"RFID또는 바코드가 설정되어있습니다.
\n
해당코드를 스캔해주십시오."
,
"errorOccured"
:
"통신 오류입니다."
,
"errorOccured"
:
"통신 오류입니다."
,
"selectData"
:
"선택"
,
"selectData"
:
"선택"
,
"errorSendMsg"
:
"전송에 실패했습니다."
"errorSendMsg"
:
"전송에 실패했습니다."
,
"sitePolicy"
:
"사이트 정책"
}
}
\ No newline at end of file
abweb/css/login/login.css
View file @
c344bc51
...
@@ -15,6 +15,9 @@ body {
...
@@ -15,6 +15,9 @@ body {
padding
:
25px
30px
;
padding
:
25px
30px
;
margin
:
auto
;
margin
:
auto
;
}
}
.login-area
{
width
:
100%
;
}
body
.form-login
.form-group
.form-check
.error
{
body
.form-login
.form-group
.form-check
.error
{
font-size
:
13px
;
font-size
:
13px
;
...
@@ -26,3 +29,33 @@ body .form-login .form-group .form-check .error {
...
@@ -26,3 +29,33 @@ body .form-login .form-group .form-check .error {
color
:
#e60012
;
color
:
#e60012
;
font-size
:
13px
;
font-size
:
13px
;
}
}
/* site policy*/
#webSitePolicy
img
{
vertical-align
:
top
}
#webSitePolicy
p
{
display
:
inline
;
}
#webSitePolicy
p
{
color
:
#69707A
;
font-size
:
1rem
;
}
#webSitePolicy
a
{
text-decoration
:
none
;
}
#webSitePolicy
img
{
width
:
20px
;
}
#webSitePolicy
{
margin-right
:
auto
;
margin-left
:
auto
;
margin-top
:
25px
;
width
:
140px
;
}
\ No newline at end of file
abweb/html/login.html
View file @
c344bc51
...
@@ -47,6 +47,7 @@
...
@@ -47,6 +47,7 @@
<body>
<body>
<div
id=
"loader"
></div>
<div
id=
"loader"
></div>
<div
class=
"login-area"
>
<form
class=
"form-login card"
>
<form
class=
"form-login card"
>
<img
class=
"mb-4 w-100 text-center"
src=
"../common/img/logo.svg"
alt=
""
height=
"60"
>
<img
class=
"mb-4 w-100 text-center"
src=
"../common/img/logo.svg"
alt=
""
height=
"60"
>
<div
class=
"form-group mb-2"
>
<div
class=
"form-group mb-2"
>
...
@@ -74,6 +75,13 @@
...
@@ -74,6 +75,13 @@
</div>
</div>
<a
id=
"btnLogin"
lang=
"dspLogin"
class=
"btn btn-primary btn-block lang"
lang=
"dspLogin"
>
ログイン
</a>
<a
id=
"btnLogin"
lang=
"dspLogin"
class=
"btn btn-primary btn-block lang"
lang=
"dspLogin"
>
ログイン
</a>
</form>
</form>
<div
id=
"webSitePolicy"
>
<a
href=
"https://www.agentec.jp/company/privacy-policy.html"
target=
"_blank"
>
<img
src=
"../img/login/weblogin_icon.svg"
>
<p
class=
"lang"
lang=
"sitePolicy"
>
サイトポリシー
</p>
</a>
</div>
</div>
<div
class=
"modal"
id=
"password-reset-modal"
tabindex=
"-1"
role=
"dialog"
>
<div
class=
"modal"
id=
"password-reset-modal"
tabindex=
"-1"
role=
"dialog"
>
<div
class=
"modal-dialog modal-dialog-centered"
role=
"document"
>
<div
class=
"modal-dialog modal-dialog-centered"
role=
"document"
>
<div
class=
"modal-content"
>
<div
class=
"modal-content"
>
...
...
abweb/img/login/weblogin_icon.svg
0 → 100644
View file @
c344bc51
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version=
"1.1"
id=
"レイヤー_1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
x=
"0px"
y=
"0px"
viewBox=
"0 0 48 48"
style=
"enable-background:new 0 0 48 48;"
xml:space=
"preserve"
>
<style
type=
"text/css"
>
.st0{fill:#69707A;}
</style>
<path
class=
"st0"
d=
"M9,42c-0.8,0-1.5-0.3-2.1-0.9C6.3,40.5,6,39.8,6,39V9c0-0.8,0.3-1.5,0.9-2.1S8.2,6,9,6h14v3H9v30h30V25.1h3V39
c0,0.8-0.3,1.5-0.9,2.1C40.5,41.7,39.8,42,39,42H9z M19.1,31.1L17,28.9L36.9,9H26V6h16v16.1h-3v-11L19.1,31.1z"
/>
</svg>
abweb/js/login/login.js
View file @
c344bc51
...
@@ -529,6 +529,9 @@ LOGIN.showAlertScreen = function (errMes, scrMove) {
...
@@ -529,6 +529,9 @@ LOGIN.showAlertScreen = function (errMes, scrMove) {
// $(document).ready(function (e) {
// $(document).ready(function (e) {
LOGIN
.
ready
=
function
()
{
LOGIN
.
ready
=
function
()
{
// site Policy
LOGIN
.
SitePolicyHover
();
// Session Storage clear
// Session Storage clear
SessionStorageUtils
.
clear
();
SessionStorageUtils
.
clear
();
COMMON
.
userSessionObj
=
null
;
COMMON
.
userSessionObj
=
null
;
...
@@ -550,7 +553,7 @@ LOGIN.ready = function () {
...
@@ -550,7 +553,7 @@ LOGIN.ready = function () {
ClientData
.
conf_apiLoginUrl
(
siteUrl
+
'nuabvapi'
);
ClientData
.
conf_apiLoginUrl
(
siteUrl
+
'nuabvapi'
);
ClientData
.
conf_checkApiUrl
(
siteUrl
+
'checkapi/web'
);
ClientData
.
conf_checkApiUrl
(
siteUrl
+
'checkapi/web'
);
ClientData
.
conf_apiResourceDlUrl
(
siteUrl
+
'{0}/dl'
);
ClientData
.
conf_apiResourceDlUrl
(
siteUrl
+
'{0}/dl'
);
ClientData
.
conf_appVersion
(
"1.0.0"
);
ClientData
.
conf_appVersion
(
'1.0.0'
);
// set account setting value
// set account setting value
ClientData
.
userInfo_accountPath
(
urlPath
);
ClientData
.
userInfo_accountPath
(
urlPath
);
ClientData
.
userInfo_accountPath_session
(
urlPath
);
ClientData
.
userInfo_accountPath_session
(
urlPath
);
...
@@ -599,3 +602,16 @@ LOGIN.ready = function () {
...
@@ -599,3 +602,16 @@ LOGIN.ready = function () {
);
);
LOGIN
.
initLoginNormalUser
();
LOGIN
.
initLoginNormalUser
();
};
};
LOGIN
.
SitePolicyHover
=
function
()
{
$
(
'#webSitePolicy a'
).
hover
(
function
()
{
$
(
'#webSitePolicy p'
).
css
(
'color'
,
'#0053f0'
);
$
(
'#webSitePolicy img'
).
css
(
'filter'
,
'brightness(0) saturate(100%) invert(19%) sepia(89%) saturate(6259%) hue-rotate(217deg) brightness(100%) contrast(103%)'
);
},
function
()
{
$
(
'#webSitePolicy p'
).
css
(
'color'
,
'#69707A'
);
$
(
'#webSitePolicy img'
).
css
(
'filter'
,
'brightness(0) saturate(100%) invert(44%) sepia(8%) saturate(547%) hue-rotate(176deg) brightness(95%) contrast(89%)'
);
},
);
};
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