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
78fe288c
Commit
78fe288c
authored
2 years ago
by
Takumi Imai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
不要なファイルを削除
parent
e96a7e8f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
24 deletions
+0
-24
abweb/common/js/constant.js
+0
-2
abweb/html/mainFooter.html
+0
-22
abweb/html/settings.html
+0
-0
No files found.
abweb/common/js/constant.js
View file @
78fe288c
...
...
@@ -19,7 +19,6 @@ CONSTANT.SORT_TYPE = {
CONSTANT
.
PAGE_NAME
=
{
DASHBOARD
:
'dashboard'
,
OPERATION_LIST
:
'operationList'
,
FOOTER
:
'mainFooter.html'
,
DEFAULT
:
'index.html'
,
LOGIN
:
'./login.html'
,
};
...
...
@@ -66,7 +65,6 @@ CONSTANT.URL = {
PUSH_MESSAGE_DETAIL
:
'pushMessageDetail/'
,
PUSH_MESSAGE_LIST
:
'pushMessageList/'
,
SEND_PUSH_MESSAGE
:
'sendPushMessage/'
,
},
HTML
:
{
BASE
:
'html/'
,
...
...
This diff is collapsed.
Click to expand it.
abweb/html/mainFooter.html
deleted
100644 → 0
View file @
e96a7e8f
<footer
class=
"fixed-bottom bg-light"
>
<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=
"dashboard.html"
>
<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>
</a>
<!--作業一覧-->
<a
id=
"operationListBottomNav"
class=
"d-block w-100 text-center py-2 text-decoration-none text-primary bottom-nav"
href=
"javascript:FOOTER.goOperationList();"
>
<i
class=
"fas fa-tasks fs-14 p-1"
></i>
<div
class=
"fs-7 multi-lang"
data-msg=
"buttonOperationList"
></div>
</a>
<!--設定-->
<a
class=
"d-block w-100 text-center py-2 text-decoration-none text-secondary"
href=
"javascript:CHK_L.sendAppCommand('goSetting');"
>
<i
class=
"fas fa-cog fs-14 p-1"
></i>
<div
class=
"fs-7 multi-lang"
data-msg=
"buttonSetting"
></div>
</a>
</nav>
</footer>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
abweb/html/settings.html
deleted
100644 → 0
View file @
e96a7e8f
This diff is collapsed.
Click to expand it.
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