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
3dbaa1f6
Commit
3dbaa1f6
authored
Nov 11, 2022
by
Kang Donghun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
コード整理
parent
6cf9efba
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
29 deletions
+11
-29
.project
+0
-17
abweb/common/js/constant.js
+0
-3
abweb/html/pickup.html
+4
-4
abweb/html/pushMessageDetail.html
+3
-2
abweb/html/pushMessageList.html
+3
-2
abweb/js/reportList/reportList.js
+1
-1
No files found.
.project
deleted
100644 → 0
View file @
6cf9efba
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
checkWeb
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.eclipse.wst.validation.validationbuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.wst.jsdt.core.jsNature
</nature>
</natures>
</projectDescription>
abweb/common/js/constant.js
View file @
3dbaa1f6
...
...
@@ -65,11 +65,8 @@ CONSTANT.URL = {
PUSH_MESSAGE_DETAIL
:
'pushMessageDetail/'
,
PUSH_MESSAGE_LIST
:
'pushMessageList/'
,
SEND_PUSH_MESSAGE
:
'sendPushMessage/'
,
<<<<<<<
HEAD
IS_QUICK_REPORT
:
'getOperationData/isQuickReport'
,
=======
>>>>>>>
feature
/
1.0
_check_web_dev
},
HTML
:
{
BASE
:
'html/'
,
...
...
abweb/html/pickup.html
View file @
3dbaa1f6
...
...
@@ -22,9 +22,6 @@
<script
src=
"../common/js/common.js?__UPDATEID__"
></script>
<script
src=
"../common/js/header.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"../js/template/template.js"
></script>
<script
type=
"text/javascript"
src=
"../common/js/app.js?__UPDATEID__"
defer
></script>
<script
src=
"../common/js/event.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"https://cdn.jsdelivr.net/npm/gasparesganga-jquery-loading-overlay@2.1.7/dist/loadingoverlay.min.js"
></script>
<!-- main js -->
<script
type=
"text/javascript"
src=
"../js/operationList/operationList.js?__UPDATEID__"
></script>
...
...
@@ -32,7 +29,10 @@
<script
type=
"text/javascript"
src=
"../js/dashboard/dashboard.js"
></script>
<script
type=
"text/javascript"
src=
"../js/header/header.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"../js/template/template.js"
></script>
<script
type=
"text/javascript"
src=
"../common/js/app.js?__UPDATEID__"
defer
></script>
<script
src=
"../common/js/event.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"https://cdn.jsdelivr.net/npm/gasparesganga-jquery-loading-overlay@2.1.7/dist/loadingoverlay.min.js"
></script>
<script
type=
"text/javascript"
src=
"../js/topPage/topPage.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"../js/pickup/pickup.js"
></script>
...
...
abweb/html/pushMessageDetail.html
View file @
3dbaa1f6
...
...
@@ -15,8 +15,6 @@
<!-- vender css -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../common/css/fontawesome_relative_path.css"
>
<script
type=
"text/javascript"
src=
"../common/js/app.js"
></script>
<script
src=
"../common/js/event.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"../common/js/jquery/jquery-3.6.0.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"../common/js/jquery/jquery-ui.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"../common/js/i18n.js?__UPDATEID__"
></script>
...
...
@@ -73,6 +71,8 @@
</div>
</div>
</main>
<script
type=
"text/javascript"
src=
"../common/js/app.js"
></script>
<script
src=
"../common/js/event.js?__UPDATEID__"
></script>
</body>
</html>
\ No newline at end of file
abweb/html/pushMessageList.html
View file @
3dbaa1f6
...
...
@@ -22,8 +22,6 @@
<script
type=
"text/javascript"
src=
"../js/template/template.js"
></script>
<script
src=
"../common/js/constant.js?__UPDATEID__"
></script>
<script
src=
"../common/js/common.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"../common/js/app.js"
></script>
<script
src=
"../common/js/event.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"../js/pushMessageList/pushMessageList.js"
></script>
...
...
@@ -54,5 +52,7 @@
</ul>
</div>
</main>
<script
type=
"text/javascript"
src=
"../common/js/app.js"
></script>
<script
src=
"../common/js/event.js?__UPDATEID__"
></script>
</body>
</html>
\ No newline at end of file
abweb/js/reportList/reportList.js
View file @
3dbaa1f6
...
...
@@ -16,7 +16,7 @@ RL.init = function () {
};
RL
.
loadCommon
=
function
()
{
TEMPLATE
.
loadHearder
(
"#includedHeader"
);
TEMPLATE
.
loadHearder
(
"#includedHeader"
);
TEMPLATE
.
loadConfirmModal
(
"#includedConfirmModal"
);
const
navs
=
[
{
...
...
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