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
18699cb8
Commit
18699cb8
authored
Oct 17, 2022
by
NGUYEN HOANG SON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#50277 implement dashboard setting html
parent
c0fe3b92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
abvw/html/dashboard-setting.html
+7
-7
No files found.
abvw/html/dashboard-setting.html
View file @
18699cb8
...
...
@@ -8,17 +8,17 @@
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1,initial-scale=1"
>
<meta
name=
"description"
content=
"A Book Check"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
css
/app.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
css
/fontawesome_relative_path.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
css
/header.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
css
/footer.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
css
/style.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abvw/common/css/appCommon
/app.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abvw/common/css/appCommon
/fontawesome_relative_path.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abvw/common/css/appCommon
/header.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abvw/common/css/appCommon
/footer.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/abvw/common/css/appCommon
/style.css"
>
<script
src=
"/abvw/common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
src=
"/abvw/common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
src=
"/abvw/common/js/constant.js?__UPDATEID__"
></script>
<script
src=
"/abvw/common/js/common.js?__UPDATEID__"
></script>
<script
src=
"abvw/common/js/footer.js"
></script>
<script
src=
"abvw/js/dashboardSetting/check-dashboard-setting.js"
></script>
<script
src=
"
/
abvw/common/js/footer.js"
></script>
<script
src=
"
/
abvw/js/dashboardSetting/check-dashboard-setting.js"
></script>
</head>
<body
id=
"dashboard"
onload=
"CHK_DashboardSetting.init();"
>
...
...
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