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
ad275626
Commit
ad275626
authored
Feb 15, 2019
by
Ha Jonguk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
プッシュメッセージ実装済み
parent
9aef5a8f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
122 additions
and
29 deletions
+122
-29
.project
+11
-0
abvw/css/layout/list_project.css
+22
-0
abvw/home_check.html
+89
-29
abvw/img/check/ic_communication_menu_with_badge.png
+0
-0
abvw/img/check/ic_communication_push_message_list_with_badge.png
+0
-0
abvw/js/home_check.js
+0
-0
No files found.
.project
0 → 100644
View file @
ad275626
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
web-viewer
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
abvw/css/layout/list_project.css
View file @
ad275626
...
...
@@ -185,3 +185,25 @@ header button.addition {
.headerBar
.headerBtn
a
{
margin-right
:
5px
;
}
/* for pushmessage */
.notification-pushmessage
{
position
:
fixed
;
height
:
40px
;
line-height
:
40px
;
text-align
:
center
;
top
:
0
;
left
:
0
;
right
:
0
;
z-index
:
10000
;
background-color
:
#bde
;
opacity
:
0.8
;
color
:
#000
;
border
:
solid
1px
#000
;
font-weight
:
bold
;
font-size
:
13px
;
}
.selected_send_type
{
background
:
#b0e0e6
;
}
abvw/home_check.html
View file @
ad275626
...
...
@@ -55,20 +55,23 @@
<div
id=
"ws-body"
>
<div
id=
"inc_backup"
></div>
<div
id=
"projectBar"
class=
"headerBar"
>
<div
class=
"headerBtn"
>
<a
href=
"#"
id=
"dspLogout"
><img
src=
"img/check/ic_exit_to_app_white_48dp.png"
width=
"40"
height=
"40"
></a>
</div>
<div
class=
"titleInfo"
>
プロジェクト一覧
</div>
<div
class=
"headerBtn"
>
<a
href=
"#"
id=
"dspCommunication"
><img
src=
"img/check/communication_menu_icon@3x.png"
width=
"40"
height=
"40"
></a>
<a
href=
"#"
id=
"dspCommonContent"
><img
src=
"img/check/ic_common_content_on.png"
width=
"40"
height=
"40"
></a>
<a
href=
"#"
id=
"dspSettingCheck"
><img
src=
"img/check/icon_setup.png"
width=
"40"
height=
"40"
></a>
<a
href=
"#"
id=
"dspRefreshCheck"
><img
src=
"img/check/menu_refresh.png"
width=
"40"
height=
"40"
></a>
</div>
</div>
<div
id=
"projectBar"
class=
"headerBar"
>
<div
class=
"headerBtn"
>
<a
href=
"#"
id=
"dspLogout"
><img
src=
"img/check/ic_exit_to_app_white_48dp.png"
width=
"40"
height=
"40"
></a>
</div>
<div
class=
"titleInfo"
>
プロジェクト一覧
</div>
<div
class=
"headerBtn"
>
<a
href=
"#"
id=
"dspCommunication"
><img
id=
"communication_menu_img"
src=
"img/check/communication_menu_icon@3x.png"
width=
"40"
height=
"40"
></a>
<a
href=
"#"
id=
"dspCommonContent"
><img
src=
"img/check/ic_common_content_on.png"
width=
"40"
height=
"40"
></a>
<a
href=
"#"
id=
"dspSettingCheck"
><img
src=
"img/check/icon_setup.png"
width=
"40"
height=
"40"
></a>
<a
href=
"#"
id=
"dspRefreshCheck"
><img
src=
"img/check/menu_refresh.png"
width=
"40"
height=
"40"
></a>
</div>
</div>
<div
class=
"notification-pushmessage"
onclick=
"$(this).slideUp();"
style=
"display:none;"
>
<!--新着メッセージがあります!!!-->
</div>
<div
id=
"contentBar"
class=
"headerBar"
style=
"display: none;"
>
<div
class=
"headerBtn"
>
...
...
@@ -262,20 +265,20 @@
<div
style=
"width:100%;height:auto;background:#ccc;font-size:24px;font-weight:bold;padding:5px 0;text-align: center;"
>
<span>
コミュニケーション
</span>
<a
href=
"#"
style=
"position:absolute;top:0;right:0;"
onclick=
"HOME_CHECK.closeDialog();"
>
<img
src=
"img/login/close.png"
width=
"40"
height=
"40"
style=
"margin:
3
px 0;"
>
<img
src=
"img/login/close.png"
width=
"40"
height=
"40"
style=
"margin:
2
px 0;"
>
</a>
</div>
<ul
style=
"width:100%;height:80%;display:inline;"
>
<li
style=
"width:100%;cursor:pointer;"
onclick=
"HOME_CHECK.
closeDialog
();"
>
<li
style=
"width:100%;cursor:pointer;"
onclick=
"HOME_CHECK.
showSelectProjectForPushMessage
();"
>
<div
style=
"display:flex;margin:3px 10px;border-bottom:0.5px solid black;"
>
<img
src=
"img/check/communication_pushmsg_icon@3x.png"
width=
"40"
height=
"40"
style=
"margin: 10px 0;"
>
<span
style=
"width: 100%;margin: 0 40px;font-size: 16px;line-height: 60px;"
>
プッシュメッセージ送信
</span>
<img
src=
"img/main_next.png"
width=
"20"
height=
"40"
style=
"margin: 10px 0;"
>
</div>
</li>
<li
style=
"width:100%;cursor:pointer;"
onclick=
"HOME_CHECK.
closeDialog
();"
>
<li
style=
"width:100%;cursor:pointer;"
onclick=
"HOME_CHECK.
showPushMessageList
();"
>
<div
style=
"display:flex;margin:3px 10px;border-bottom:0.5px solid black;"
>
<img
src=
"img/check/ic_communication_push_message_list.png"
width=
"40"
height=
"40"
style=
"margin: 10px 0;"
>
<img
id=
"message_list_img"
src=
"img/check/ic_communication_push_message_list.png"
width=
"40"
height=
"40"
style=
"margin: 10px 0;"
>
<span
style=
"width: 100%;margin: 0 40px;font-size: 16px;line-height: 60px;"
>
プッシュメッセージ一覧
</span>
<img
src=
"img/main_next.png"
width=
"20"
height=
"40"
style=
"margin: 10px 0;"
>
</div>
...
...
@@ -283,23 +286,80 @@
</ul>
</div>
<div
id=
"recept_push_message"
>
<ul
id=
"recept_push_message_list"
></ul>
<div
id=
"recept_push_message"
style=
"display:none;z-index:10001;position:fixed;background:white;width:600px;height:450px;"
>
<div
style=
"width:100%;height:auto;background:#ccc;font-size:24px;font-weight:bold;padding:5px 0;text-align: center;"
>
<span>
プッシュメッセージ一覧
</span>
<a
href=
"#"
style=
"position:absolute;top:0;right:0;"
onclick=
"HOME_CHECK.closeDialog();"
>
<img
src=
"img/login/close.png"
width=
"40"
height=
"40"
style=
"margin:2px 0;"
>
</a>
</div>
<ul
id=
"recept_push_message_list"
style=
"overflow:auto;height:calc(100% - 47px);"
></ul>
</div>
<div
id=
"select_project_for_send"
>
<ul
id=
"selectable_project_list"
></ul>
<div
id=
"select_project_for_send"
style=
"display:none;z-index:10001;position:fixed;background:white;width:400px;height:550px;"
>
<div
style=
"width:100%;height:auto;background:#ccc;font-size:24px;font-weight:bold;padding:5px 0;text-align: center;"
>
<span>
プロジェクト選択
</span>
<a
href=
"#"
style=
"position:absolute;top:0;right:0;"
onclick=
"HOME_CHECK.closeDialog();"
>
<img
src=
"img/login/close.png"
width=
"40"
height=
"40"
style=
"margin:2px 0;"
>
</a>
</div>
<ul
id=
"selectable_project_list"
style=
"overflow:auto;overflow-x:hidden;height:calc(100% - 47px);"
></ul>
</div>
<div
id=
"send_push_message"
>
<div>
header
<div
id=
"send_push_message"
style=
"display:none;z-index:10001;position:fixed;background:white;width:600px;height:550px;"
>
<div
style=
"width:100%;height:auto;background:#ccc;font-size:24px;font-weight:bold;padding:5px 0;text-align: center;"
>
<a
href=
"#"
style=
"position:absolute;top:0;left:0;"
onclick=
"HOME_CHECK.showSelectProjectForPushMessage();"
>
<img
src=
"img/main_previous.png"
width=
"40"
height=
"40"
style=
"margin:3px 0;"
>
</a>
<span>
プッシュメッセージ送信
</span>
<a
href=
"#"
style=
"position:absolute;top:0;right:0;"
onclick=
"HOME_CHECK.closeDialog();"
>
<img
src=
"img/login/close.png"
width=
"40"
height=
"40"
style=
"margin:2px 0;"
>
</a>
</div>
<div>
<ul
id=
"send_push_message_input"
style=
"margin:30px 20px 0;width:560px;height:400px;"
>
<li
style=
"display: flex;line-height: 40px;border-bottom: 1px solid;"
>
<div
style=
"text-align:left;width:150px;font-weight:bold;"
>
プロジェクト名
</div>
<div
id=
"send_project_name"
style=
"text-align:right;width:100%;font-size:24px;"
></div>
</li>
<li
style=
"display: flex;line-height: 60px;border-bottom: 1px solid;"
>
<div
style=
"text-align:left;width:100px;font-weight:bold;"
>
送信先
</div>
<div
style=
"text-align:right;width:100%;display:flex;"
>
<div
id=
"sender_group"
style=
"width:50%;height:40px;border:1px solid #778899;margin:10px 1px;text-align:center;line-height:40px;cursor:pointer;"
onclick=
"HOME_CHECK.changeSendType($(this))"
>
グループ内
</div>
<div
id=
"all_group"
style=
"width:50%;height:40px;border:1px solid #778899;margin:10px 1px;text-align:center;line-height:40px;cursor:pointer;"
onclick=
"HOME_CHECK.changeSendType($(this))"
>
プロジェクト全体
</div>
</div>
<li
style=
"line-height: 40px;border-bottom: 1px solid;text-align: right;height: 40px;"
>
<div
style=
"position: absolute;text-align:left;width:150px;font-weight:bold;"
>
メッセージ
</div>
<div
style=
"float: right;width: auto;margin-right:10px;display: flex;cursor:pointer;"
onclick=
"HOME_CHECK.showMessageFormList();"
>
<div
id=
"message_form_name"
style=
"overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:auto;max-width:350px;"
>
自由入力
</div>
<img
src=
"img/main_next.png"
width=
"20"
height=
"20"
style=
"margin: 10px 0;"
>
</div>
</li>
<li
style=
"display: flex;border-bottom: 1px solid;"
>
<textarea
id=
"send_message"
type=
"text"
style=
"margin:20px;height:180px;width:100%;resize:none;font-size: 20px;"
></textarea>
</li>
</ul>
<input
type=
"hidden"
id=
"selectedProjectIdForSendPushMessage"
>
<div
style=
"text-align:center;"
>
<input
value=
"送信"
style=
"color:#fff;background-color:#0068CB;border:1px solid #0068CB;border-radius:5px;box-shadow:2px 2px 1px #D9D9D9;cursor:pointer;font-size:1.1em;font-weight:bold;text-align:center;height:50px;"
onclick=
"HOME_CHECK.sendPushMessage();"
>
</div>
<div>
btn
</div>
<div
id=
"message_form"
style=
"display:none;z-index:10001;position:fixed;background:white;width:400px;height:550px;"
>
<div
style=
"width:100%;height:auto;background:#ccc;font-size:24px;font-weight:bold;padding:5px 0;text-align: center;"
>
<a
href=
"#"
style=
"position:absolute;top:0;left:0;"
onclick=
"HOME_CHECK.backToSendPushMessage();"
>
<img
src=
"img/main_previous.png"
width=
"40"
height=
"40"
style=
"margin:3px 0;"
>
</a>
<span>
プッシュメッセージ送信
</span>
<a
href=
"#"
style=
"position:absolute;top:0;right:0;"
onclick=
"HOME_CHECK.closeDialog();"
>
<img
src=
"img/login/close.png"
width=
"40"
height=
"40"
style=
"margin:2px 0;"
>
</a>
</div>
<ul
id=
"message_form_list"
style=
"overflow:auto;overflow-x:hidden;height:calc(100% - 47px);"
></ul>
</div>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
...
...
abvw/img/check/ic_communication_menu_with_badge.png
0 → 100644
View file @
ad275626
1.05 KB
abvw/img/check/ic_communication_push_message_list_with_badge.png
0 → 100644
View file @
ad275626
773 Bytes
abvw/js/home_check.js
View file @
ad275626
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