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
b463916f
Commit
b463916f
authored
Oct 20, 2022
by
NGUYEN HOANG SON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add dashboard html
parent
2607c03d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
162 additions
and
0 deletions
+162
-0
abvw/html/dashboard.html
+162
-0
No files found.
abvw/html/dashboard.html
0 → 100755
View file @
b463916f
<!DOCTYPE html>
<html
lang=
"ja-JP"
>
<head>
<meta
charset=
"utf-8"
>
<title>
ダッシュボード
</title>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1,initial-scale=1"
>
<!-- favicons -->
<link
href=
"../common/img/favicon.ico"
rel=
"icon"
>
<link
href=
"../common/img/apple-touch-icon.png"
rel=
"apple-touch-icon"
>
<!-- main css -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/newdash/app.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/newdash/header.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/newdash/style.css"
>
<!-- vender css -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/newdash/fontawesome_relative_path.css"
>
<script
src=
"../common/js/jquery/jquery-3.6.0.min.js"
></script>
<script
type=
"text/javascript"
src=
"../common/js/newdash/app.js"
></script>
<script
type=
"text/javascript"
src=
"../common/js/newdash/common.js"
></script>
</head>
<body>
<!-- header -->
<?php include('common/header.html');?>
<!-- dashboard -->
<main>
<div
class=
"container"
>
<!-- title -->
<div
class=
"d-flex align-items-center"
>
<h1
class=
"fs-14 font-weight-bold pt-4 pb-3 mb-0 mr-auto"
>
ダッシュボード
</h1>
<a
href=
"#"
data-toggle=
"modal"
data-target=
"#dashboard-setting-modal"
>
<img
src=
"../common/img/icon_dashboard_setting.svg"
alt=
"ダッシュボード設定"
class=
"p-1 w-40px"
>
</a>
</div>
<!-- sub title -->
<h2
class=
"fs-8 font-weight-bold"
>
ピックアップ
</h2>
<!-- card -->
<ul
class=
"dashboard-menu p-0 mt-3 d-grid col-gap-10 grid-col-md-4 grid-col-2"
>
<li
class=
"card mb-2"
>
<a
href=
"pickup.html"
class=
"d-block text-dark text-decoration-none mb-1 p-3 text-center"
>
<div
class=
"bg-lightblue p-2 d-inline-block rounded-circle mb-3"
>
<img
src=
"../common/img/dahboard_icon_new.svg"
alt=
"新規報告"
class=
"img-fluid"
>
</div>
<div
class=
"fs-10"
>
新規報告
</div>
</a>
</li>
<li
class=
"card mb-2 position-relative"
>
<a
href=
"pickup.html"
class=
"d-block text-dark text-decoration-none mb-1 p-3 text-center"
>
<div
class=
"bg-lightblue p-2 d-inline-block rounded-circle mb-3"
>
<img
src=
"../common/img/dahboard_icon_proccess.svg"
alt=
"工程管理"
class=
"img-fluid"
>
</div>
<div
class=
"fs-10"
>
工程管理
</div>
<span
class=
"fs-8 circle-tag-danger"
>
10
</span>
</a>
</li>
<li
class=
"card mb-2"
>
<a
href=
"pickup.html"
class=
"d-block text-dark text-decoration-none mb-1 p-3 text-center"
>
<div
class=
"bg-lightblue p-2 d-inline-block rounded-circle mb-3"
>
<img
src=
"../common/img/dahboard_icon_alert.svg"
alt=
"警告を含む報告"
class=
"img-fluid"
>
</div>
<div
class=
"fs-10"
>
警告を含む報告
</div>
</a>
</li>
</ul>
<!-- sub title -->
<h2
class=
"fs-8 font-weight-bold"
>
コミュニケーション
</h2>
<!-- card -->
<ul
class=
"dashboard-menu p-0 mt-3 d-grid col-gap-10 grid-col-md-4 grid-col-2"
>
<li
class=
"card mb-2 position-relative"
>
<a
href=
"message-list.html"
class=
"d-block text-dark text-decoration-none mb-1 p-3 text-center"
>
<div
class=
"bg-lightblue p-2 d-inline-block rounded-circle mb-3"
>
<img
src=
"../common/img/dahboard_icon_message_list.svg"
alt=
"メッセージ一覧"
class=
"img-fluid"
>
</div>
<div
class=
"fs-10"
>
メッセージ一覧
</div>
<span
class=
"fs-8 circle-tag-danger"
>
999+
</span>
</a>
</li>
<li
class=
"card mb-2"
>
<a
href=
"send-message.html"
class=
"d-block text-dark text-decoration-none mb-1 p-3 text-center"
>
<div
class=
"bg-lightblue p-2 d-inline-block rounded-circle mb-3"
>
<img
src=
"../common/img/dahboard_icon_send_message.svg"
alt=
"メッセージ送信"
class=
"img-fluid"
>
</div>
<div
class=
"fs-10"
>
メッセージ送信
</div>
</a>
</li>
<li
class=
"card mb-2"
>
<a
href=
"#"
class=
"d-block text-dark text-decoration-none mb-1 p-3 text-center"
>
<div
class=
"bg-lightblue p-2 d-inline-block rounded-circle mb-3"
>
<img
src=
"../common/img/dahboard_icon_remote.svg"
alt=
"遠隔支援"
class=
"img-fluid"
>
</div>
<div
class=
"fs-10"
>
遠隔支援
</div>
</a>
</li>
<li
class=
"card mb-2"
>
<a
href=
"#"
class=
"d-block text-dark text-decoration-none mb-1 p-3 text-center"
>
<div
class=
"bg-lightblue p-2 d-inline-block rounded-circle mb-3"
>
<img
src=
"../common/img/dahboard_icon_chat.svg"
alt=
"チャット"
class=
"img-fluid"
>
</div>
<div
class=
"fs-10"
>
チャット
</div>
</a>
</li>
</ul>
</div>
</main>
<!-- dashboard setting modal -->
<div
class=
"modal fade"
id=
"dashboard-setting-modal"
tabindex=
"-1"
role=
"dialog"
>
<div
class=
"modal-dialog modal-dialog-centered"
role=
"document"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header bg-dark10"
>
<h5
class=
"modal-title"
>
ダッシュボード設定
</h5>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
<table
class=
"w-100"
>
<colgroup>
<col
span=
"1"
class=
"w-120px"
>
</colgroup>
<tbody>
<tr>
<th
class=
"fs-9 p-2 text-secondary"
>
新規報告
</th>
<td
class=
"p-2"
><div
class=
"toggle ml-auto"
><input
type=
"checkbox"
name=
"chk-new"
></div></td>
</tr>
<tr>
<th
class=
"fs-9 p-2 text-secondary"
>
工程作業
</th>
<td
class=
"p-2"
><div
class=
"toggle ml-auto"
><input
type=
"checkbox"
name=
"chk-proccess"
></div></td>
</tr>
<tr>
<th
class=
"fs-9 p-2 text-secondary"
>
警告を含む作業
</th>
<td
class=
"p-2"
><div
class=
"toggle ml-auto"
><input
type=
"checkbox"
name=
"chk-alert"
></div></td>
</tr>
<tr>
<th
class=
"fs-9 p-2 text-secondary"
>
ダッシュボードをホーム画面にする
</th>
<td
class=
"p-2"
><div
class=
"toggle ml-auto"
><input
type=
"checkbox"
name=
"chk-home"
></div></td>
</tr>
</tbody>
</table>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-primary"
>
保存
</button>
<button
type=
"button"
class=
"btn btn-tertiary"
data-dismiss=
"modal"
>
キャンセル
</button>
</div>
</div>
</div>
</div>
<!-- confirm -->
<?php include('common/confirm-modal.html');?>
</body>
</html>
\ 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