Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
design
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
abookCheck
design
Commits
2d0095d7
Commit
2d0095d7
authored
Aug 19, 2022
by
NGUYEN HOANG SON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add main footer
parent
25d81d19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
app/main-footer.html
+31
-0
No files found.
app/main-footer.html
0 → 100644
View file @
2d0095d7
<footer
class=
"fixed-bottom bg-light"
>
<nav
class=
"d-flex justify-content-around"
>
<a
class=
"d-block w-100 text-center py-2 text-decoration-none text-secondary bottom-nav"
onclick=
"clickBottomNav('dashboard', this);"
>
<img
src=
"img/icon_dashboard_inactive.svg"
data-inactive-src=
"img/icon_dashboard_inactive.svg"
data-src=
"img/icon_dashboard.svg"
alt=
"ダッシュボード"
class=
"p-1"
>
<div
class=
"fs-7 multi-lang"
data-msg=
"buttonDashboard"
>
ダッシュボード
</div>
</a>
<a
class=
"d-block w-100 text-center py-2 text-decoration-none text-primary bottom-nav"
onclick=
"clickBottomNav('operationList', this);"
>
<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('goRelationContent');"
>
<i
class=
"fas fa-folder fs-14 p-1"
></i>
<div
class=
"fs-7 multi-lang"
data-msg=
"buttonRelatedContent"
>
関連資料
</div>
</a>
<!-- <a class="d-block w-100 text-center py-2 text-decoration-none text-secondary" href="javascript:CHK_L.sendAppCommand('goCommunication');">
<i class="fas fa-comment-dots fs-14 p-1"></i>
<div class="fs-7 multi-lang" data-msg="buttonCommunication">コミュニケーション</div>
</a> -->
<!--<a class="d-block w-100 text-center py-2 text-decoration-none text-secondary">
<i class="fas fa-clipboard-list fs-14 p-1"></i>
<div class="fs-7">帳票確認</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
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