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
e906e7bd
Commit
e906e7bd
authored
Nov 07, 2022
by
Takumi Imai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ビルド ファイルパス修正
parent
cf548099
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
62 additions
and
62 deletions
+62
-62
abweb/common/css/newdash/app.css
+6
-6
abweb/html/dashboard.html
+3
-3
abweb/html/index.html
+22
-22
abweb/html/login.html
+17
-17
abweb/html/main-footer.html
+1
-1
abweb/html/pickup.html
+3
-3
abweb/html/push-message-detail.html
+3
-3
abweb/html/push-message-list.html
+3
-3
abweb/html/send-message.html
+4
-4
No files found.
abweb/common/css/newdash/app.css
View file @
e906e7bd
...
@@ -11038,7 +11038,7 @@ ul.card-list > li:not(.selected):not(.not-found):hover{
...
@@ -11038,7 +11038,7 @@ ul.card-list > li:not(.selected):not(.not-found):hover{
}
}
.select-card-list .arrow-icon {
.select-card-list .arrow-icon {
background-image: url("
/abweb
/common/img/icon_arrow_down.svg");
background-image: url("
..
/common/img/icon_arrow_down.svg");
background-size: contain;
background-size: contain;
background-repeat: no-repeat;
background-repeat: no-repeat;
width: 14px;
width: 14px;
...
@@ -20590,7 +20590,7 @@ button {
...
@@ -20590,7 +20590,7 @@ button {
list-style: none;
list-style: none;
}
}
.list-menu button .arrow-icon{
.list-menu button .arrow-icon{
background-image: url("
/abweb
/common/img/icon_arrow_right.svg");
background-image: url("
..
/common/img/icon_arrow_right.svg");
background-size: contain;
background-size: contain;
width: 17px;
width: 17px;
height: 17px;
height: 17px;
...
@@ -20689,7 +20689,7 @@ button {
...
@@ -20689,7 +20689,7 @@ button {
.type-icon .report:before{
.type-icon .report:before{
content: '';
content: '';
background-image: url("
/abweb
/common/img/type_icon_report.svg");
background-image: url("
..
/common/img/type_icon_report.svg");
background-size: contain;
background-size: contain;
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: center;
background-position: center;
...
@@ -20699,7 +20699,7 @@ button {
...
@@ -20699,7 +20699,7 @@ button {
}
}
.type-icon .questionary:before{
.type-icon .questionary:before{
content: '';
content: '';
background-image: url("
/abweb
/common/img/type_icon_questionary.svg");
background-image: url("
..
/common/img/type_icon_questionary.svg");
background-size: contain;
background-size: contain;
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: center;
background-position: center;
...
@@ -20709,7 +20709,7 @@ button {
...
@@ -20709,7 +20709,7 @@ button {
}
}
.type-icon .inspection:before{
.type-icon .inspection:before{
content: '';
content: '';
background-image: url("
/abweb
/common/img/type_icon_inspection.svg");
background-image: url("
..
/common/img/type_icon_inspection.svg");
background-size: contain;
background-size: contain;
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: center;
background-position: center;
...
@@ -20719,7 +20719,7 @@ button {
...
@@ -20719,7 +20719,7 @@ button {
}
}
.type-icon .proccess:before{
.type-icon .proccess:before{
content: '
'
;
content: '
'
;
background-image
:
url("
/abweb
/common/img/type_icon_proccess.svg")
;
background-image
:
url("
..
/common/img/type_icon_proccess.svg")
;
background-size
:
contain
;
background-size
:
contain
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-position
:
center
;
background-position
:
center
;
...
...
abweb/html/dashboard.html
View file @
e906e7bd
...
@@ -15,9 +15,9 @@
...
@@ -15,9 +15,9 @@
<!-- vender css -->
<!-- vender css -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/newdash/fontawesome_relative_path.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/newdash/fontawesome_relative_path.css"
>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/web/i18n.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/web/i18n.js?__UPDATEID__"
></script>
<script
src=
"../common/js/constant.js?__UPDATEID__"
></script>
<script
src=
"../common/js/constant.js?__UPDATEID__"
></script>
<script
src=
"../common/js/common.js?__UPDATEID__"
></script>
<script
src=
"../common/js/common.js?__UPDATEID__"
></script>
...
...
abweb/html/index.html
View file @
e906e7bd
...
@@ -8,24 +8,24 @@
...
@@ -8,24 +8,24 @@
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1,initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1,initial-scale=1"
>
<meta
name=
"description"
content=
"A Book Check"
>
<meta
name=
"description"
content=
"A Book Check"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abweb
/common/css/appCommon/header.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
..
/common/css/appCommon/header.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abweb
/common/css/appCommon/footer.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
..
/common/css/appCommon/footer.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abweb
/common/css/appCommon/style.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
..
/common/css/appCommon/style.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abweb
/common/css/appCommon/app.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
..
/common/css/appCommon/app.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abweb
/common/css/appCommon/fontawesome_relative_path.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
..
/common/css/appCommon/fontawesome_relative_path.css"
>
<script
src=
"
/abweb
/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
src=
"
..
/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
src=
"
/abweb
/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
src=
"
..
/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<!-- <script src="
/abweb
/common/js/web/common.js?__UPDATEID__"></script>
<!-- <script src="
..
/common/js/web/common.js?__UPDATEID__"></script>
<script src="
/abweb
/common/js/web/avweb.js?__UPDATEID__"></script> -->
<script src="
..
/common/js/web/avweb.js?__UPDATEID__"></script> -->
<script
src=
"
/abweb
/common/js/constant.js?__UPDATEID__"
></script>
<script
src=
"
..
/common/js/constant.js?__UPDATEID__"
></script>
<script
src=
"
/abweb
/common/js/common.js?__UPDATEID__"
></script>
<script
src=
"
..
/common/js/common.js?__UPDATEID__"
></script>
<script
src=
"
/abweb
/js/operationList/operationList.js?__UPDATEID__"
></script>
<script
src=
"
..
/js/operationList/operationList.js?__UPDATEID__"
></script>
<script
src=
"
/abweb
/js/topPage/topPage.js?__UPDATEID__"
></script>
<script
src=
"
..
/js/topPage/topPage.js?__UPDATEID__"
></script>
<script
src=
"
/abweb
/js/dashboardSetting/check-dashboard-setting.js?__UPDATEID__"
></script>
<script
src=
"
..
/js/dashboardSetting/check-dashboard-setting.js?__UPDATEID__"
></script>
<script
src=
"
/abweb
/js/dashboard/dashboard.js?__UPDATEID__"
></script>
<script
src=
"
..
/js/dashboard/dashboard.js?__UPDATEID__"
></script>
<script
src=
"
/abweb
/common/js/footer.js?__UPDATEID__"
></script>
<script
src=
"
..
/common/js/footer.js?__UPDATEID__"
></script>
<script
src=
"
/abweb
/common/js/app.js?__UPDATEID__"
defer
></script>
<script
src=
"
..
/common/js/app.js?__UPDATEID__"
defer
></script>
</head>
</head>
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
<!--カレンダー-->
<!--カレンダー-->
<div
class=
"col-1 col-md-2 duration-area"
>
<div
class=
"col-1 col-md-2 duration-area"
>
<a
href=
"#"
class=
"d-inline-block text-decoration-none py-2 lht-0"
data-toggle=
"modal"
data-target=
"#exampleModal"
>
<a
href=
"#"
class=
"d-inline-block text-decoration-none py-2 lht-0"
data-toggle=
"modal"
data-target=
"#exampleModal"
>
<img
class=
"icon"
src=
"
/abweb
/img/operationList/icon_calendar.svg"
>
<img
class=
"icon"
src=
"
..
/img/operationList/icon_calendar.svg"
>
<span
class=
"d-none d-md-inline text-black fs-10 align-middle multi-lang"
data-msg=
"labelPeriod"
></span>
<span
class=
"d-none d-md-inline text-black fs-10 align-middle multi-lang"
data-msg=
"labelPeriod"
></span>
</a>
</a>
<div
class=
"modal modal-duration fade"
id=
"exampleModal"
tabindex=
"-1"
aria-labelledby=
"exampleModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal modal-duration fade"
id=
"exampleModal"
tabindex=
"-1"
aria-labelledby=
"exampleModalLabel"
aria-hidden=
"true"
>
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
<!--ソート-->
<!--ソート-->
<div
class=
"col-4 col-md-5 col-lg-6 text-right"
>
<div
class=
"col-4 col-md-5 col-lg-6 text-right"
>
<a
href=
"#"
class=
"text-decoration-none py-2 lht-0"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
data-offset=
"-120, 0"
>
<a
href=
"#"
class=
"text-decoration-none py-2 lht-0"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
data-offset=
"-120, 0"
>
<img
class=
"icon"
src=
"
/abweb
/img/operationList/icon_swap.svg"
>
<img
class=
"icon"
src=
"
..
/img/operationList/icon_swap.svg"
>
<span
class=
"d-none d-md-inline text-dark fs-10 align-middle multi-lang"
data-msg=
"labelSort"
></span>
<span
class=
"d-none d-md-inline text-dark fs-10 align-middle multi-lang"
data-msg=
"labelSort"
></span>
</a>
</a>
<div
class=
"dropdown-menu"
aria-labelledby=
"dropdownMenuButton"
>
<div
class=
"dropdown-menu"
aria-labelledby=
"dropdownMenuButton"
>
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,7 @@
<a
class=
"dropdown-item sort-type multi-lang"
data-msg=
"labelSortOpen"
data-sort=
"4"
onclick=
"OL.changeSortType(this);"
></a>
<a
class=
"dropdown-item sort-type multi-lang"
data-msg=
"labelSortOpen"
data-sort=
"4"
onclick=
"OL.changeSortType(this);"
></a>
</div>
</div>
<a
href=
"javascript:OL.resetSearch();"
class=
"text-decoration-none py-2 lht-0 d-inline-block ml-3"
>
<a
href=
"javascript:OL.resetSearch();"
class=
"text-decoration-none py-2 lht-0 d-inline-block ml-3"
>
<img
class=
"icon"
src=
"
/abweb
/img/operationList/icon_clear.svg"
>
<img
class=
"icon"
src=
"
..
/img/operationList/icon_clear.svg"
>
<span
class=
"d-none d-md-inline text-dark fs-10 align-middle multi-lang"
data-msg=
"labelReset"
lnag=
"labelReset"
></span>
<span
class=
"d-none d-md-inline text-dark fs-10 align-middle multi-lang"
data-msg=
"labelReset"
lnag=
"labelReset"
></span>
</a>
</a>
</div>
</div>
...
@@ -162,7 +162,7 @@
...
@@ -162,7 +162,7 @@
<h1
class=
"fs-10 font-weight-bold mb-0 text-white multi-lang alignCenter_header"
data-msg=
"dashboardHeaderTitle"
></h1>
<h1
class=
"fs-10 font-weight-bold mb-0 text-white multi-lang alignCenter_header"
data-msg=
"dashboardHeaderTitle"
></h1>
<div
class=
"d-flex align-items-center"
>
<div
class=
"d-flex align-items-center"
>
<a
href=
"javascript:CHK.goUrlWithCurrentParams('dashboard-setting.html');"
class=
"nav-link text-white lht-0 p-1 mr-2"
>
<a
href=
"javascript:CHK.goUrlWithCurrentParams('dashboard-setting.html');"
class=
"nav-link text-white lht-0 p-1 mr-2"
>
<img
class=
"icon"
src=
"
/abweb
/img/dashboard/icon_dashboard_setting.svg"
alt=
""
>
<img
class=
"icon"
src=
"
..
/img/dashboard/icon_dashboard_setting.svg"
alt=
""
>
<span
class=
"d-none d-md-inline fs-10 align-middle multi-lang"
data-msg=
"buttonDashboardSetting"
></span>
<span
class=
"d-none d-md-inline fs-10 align-middle multi-lang"
data-msg=
"buttonDashboardSetting"
></span>
</a>
</a>
</div>
</div>
...
...
abweb/html/login.html
View file @
e906e7bd
...
@@ -11,20 +11,20 @@
...
@@ -11,20 +11,20 @@
<title></title>
<title></title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abweb
/common/css/web/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
..
/common/css/web/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abweb
/common/css/jquery/jquery-ui.min.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
..
/common/css/jquery/jquery-ui.min.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abweb
/common/css/jquery/jquery-ui.structure.min.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
..
/common/css/jquery/jquery-ui.structure.min.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abweb
/common/css/jquery/jquery-ui.theme.min.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
..
/common/css/jquery/jquery-ui.theme.min.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abweb
/css/login/login.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
..
/css/login/login.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abweb
/css/login/login_validation.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
..
/css/login/login_validation.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/web/i18n.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/web/i18n.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/constant.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/constant.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/validation.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/validation.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/common.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/common.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/js/login/login.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/js/login/login.js?__UPDATEID__"
></script>
<!--[if gte IE 9]>
<!--[if gte IE 9]>
<style type="text/css">
<style type="text/css">
...
@@ -44,19 +44,19 @@
...
@@ -44,19 +44,19 @@
<body
id=
"login"
>
<body
id=
"login"
>
<div
id=
"anonymous"
>
<div
id=
"anonymous"
>
<img
src=
"
/abweb
/img/login/logo_login.png"
width=
"200"
class=
"clearboth"
/>
<img
src=
"
..
/img/login/logo_login.png"
width=
"200"
class=
"clearboth"
/>
</div>
</div>
<div
id=
"normalUser"
>
<div
id=
"normalUser"
>
<!--
<!--
<div id="loader"><img src=".
/abweb
/img/login/loading_icon.gif" width="200" height="200"></div>
<div id="loader"><img src=".
..
/img/login/loading_icon.gif" width="200" height="200"></div>
<div id="fade"></div>
<div id="fade"></div>
-->
-->
<div
class=
"wrapper"
>
<div
class=
"wrapper"
>
<div
id=
"main-ws"
>
<div
id=
"main-ws"
>
<ul
class=
"floatR"
id=
"menu-language"
><li
class=
"language"
><a
id=
"language-ja"
><img
src=
"
/abweb/img/login/flg_jpn.png"
width=
"29"
height=
"20"
></a></li><li
class=
"language"
><a
id=
"language-en"
><img
src=
"/abweb/img/login/flg_usa.png"
width=
"29"
height=
"20"
></a></li><li
class=
"language"
><a
id=
"language-ko"
><img
src=
"/abweb
/img/login/flg_kor.png"
width=
"29"
height=
"20"
></a></li></ul>
<ul
class=
"floatR"
id=
"menu-language"
><li
class=
"language"
><a
id=
"language-ja"
><img
src=
"
../img/login/flg_jpn.png"
width=
"29"
height=
"20"
></a></li><li
class=
"language"
><a
id=
"language-en"
><img
src=
"../img/login/flg_usa.png"
width=
"29"
height=
"20"
></a></li><li
class=
"language"
><a
id=
"language-ko"
><img
src=
"..
/img/login/flg_kor.png"
width=
"29"
height=
"20"
></a></li></ul>
<article>
<article>
<img
src=
"
/abweb
/img/login/logo_login.png"
width=
"200"
class=
"clearboth"
id=
"logologin"
>
<img
src=
"
..
/img/login/logo_login.png"
width=
"200"
class=
"clearboth"
id=
"logologin"
>
<section
id=
"formlogin"
style=
"display:none;"
>
<section
id=
"formlogin"
style=
"display:none;"
>
<table
width=
"440"
border=
"0"
cellspacing=
"0"
>
<table
width=
"440"
border=
"0"
cellspacing=
"0"
>
<tr>
<tr>
...
...
abweb/html/main-footer.html
View file @
e906e7bd
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<nav
class=
"d-flex justify-content-around"
>
<nav
class=
"d-flex justify-content-around"
>
<!--ダッシュボード-->
<!--ダッシュボード-->
<a
id=
"dashboardBottomNav"
class=
"d-block w-100 text-center py-2 text-decoration-none text-secondary bottom-nav"
href=
"javascript:FOOTER.goDashboard();"
>
<a
id=
"dashboardBottomNav"
class=
"d-block w-100 text-center py-2 text-decoration-none text-secondary bottom-nav"
href=
"javascript:FOOTER.goDashboard();"
>
<img
src=
"
/abweb/img/dashboard/icon_dashboard_inactive.svg"
data-inactive-src=
"/abweb/img/dashboard/icon_dashboard_inactive.svg"
data-src=
"/abweb
/img/dashboard/icon_dashboard.svg"
alt=
"buttonDashboard"
class=
"p-1"
>
<img
src=
"
../img/dashboard/icon_dashboard_inactive.svg"
data-inactive-src=
"../img/dashboard/icon_dashboard_inactive.svg"
data-src=
"..
/img/dashboard/icon_dashboard.svg"
alt=
"buttonDashboard"
class=
"p-1"
>
<div
class=
"fs-7 multi-lang"
data-msg=
"buttonDashboard"
></div>
<div
class=
"fs-7 multi-lang"
data-msg=
"buttonDashboard"
></div>
</a>
</a>
<!--作業一覧-->
<!--作業一覧-->
...
...
abweb/html/pickup.html
View file @
e906e7bd
...
@@ -15,9 +15,9 @@
...
@@ -15,9 +15,9 @@
<!-- vender css -->
<!-- vender css -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/newdash/fontawesome_relative_path.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/newdash/fontawesome_relative_path.css"
>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/web/i18n.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/web/i18n.js?__UPDATEID__"
></script>
<script
src=
"../common/js/constant.js?__UPDATEID__"
></script>
<script
src=
"../common/js/constant.js?__UPDATEID__"
></script>
...
...
abweb/html/push-message-detail.html
View file @
e906e7bd
...
@@ -15,9 +15,9 @@
...
@@ -15,9 +15,9 @@
<!-- vender css -->
<!-- vender css -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/newdash/fontawesome_relative_path.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/newdash/fontawesome_relative_path.css"
>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/web/i18n.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/web/i18n.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"../common/js/newdash/app.js"
></script>
<script
type=
"text/javascript"
src=
"../common/js/newdash/app.js"
></script>
<script
type=
"text/javascript"
src=
"../common/js/newdash/common.js"
></script>
<script
type=
"text/javascript"
src=
"../common/js/newdash/common.js"
></script>
...
...
abweb/html/push-message-list.html
View file @
e906e7bd
...
@@ -15,9 +15,9 @@
...
@@ -15,9 +15,9 @@
<!-- vender css -->
<!-- vender css -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/newdash/fontawesome_relative_path.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/newdash/fontawesome_relative_path.css"
>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/web/i18n.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/web/i18n.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"../common/js/newdash/app.js"
></script>
<script
type=
"text/javascript"
src=
"../common/js/newdash/app.js"
></script>
<script
type=
"text/javascript"
src=
"../common/js/newdash/common.js"
></script>
<script
type=
"text/javascript"
src=
"../common/js/newdash/common.js"
></script>
...
...
abweb/html/send-message.html
View file @
e906e7bd
...
@@ -15,12 +15,12 @@
...
@@ -15,12 +15,12 @@
<!-- vender css -->
<!-- vender css -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/newdash/fontawesome_relative_path.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/newdash/fontawesome_relative_path.css"
>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/web/i18n.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/web/i18n.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"../common/js/newdash/app.js"
></script>
<script
type=
"text/javascript"
src=
"../common/js/newdash/app.js"
></script>
<script
type=
"text/javascript"
src=
"../common/js/newdash/common.js"
></script>
<script
type=
"text/javascript"
src=
"../common/js/newdash/common.js"
></script>
<script
type=
"text/javascript"
src=
"
/abweb
/common/js/validation.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"
..
/common/js/validation.js?__UPDATEID__"
></script>
<script
src=
"../common/js/constant.js?__UPDATEID__"
></script>
<script
src=
"../common/js/constant.js?__UPDATEID__"
></script>
<script
src=
"../common/js/common.js?__UPDATEID__"
></script>
<script
src=
"../common/js/common.js?__UPDATEID__"
></script>
...
...
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