Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chat_webview
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
abookCommunication
chat_webview
Commits
e286d665
Commit
e286d665
authored
Apr 26, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
未実装項目非表示
parent
3bcc0e4d
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
26 additions
and
30 deletions
+26
-30
public_new/chat_room.html
+4
-5
public_new/collaboration_documents.html
+1
-1
public_new/collaboration_picture.html
+5
-7
public_new/collaboration_video.html
+5
-7
public_new/collaboration_voice.html
+2
-4
public_new/footer_collabo.html
+1
-1
public_new/js/language_en.js
+2
-1
public_new/js/language_ja.js
+2
-1
public_new/js/language_ko.js
+2
-1
public_new/js/share.js
+1
-1
public_new/zoom.html
+1
-1
No files found.
public_new/chat_room.html
View file @
e286d665
...
...
@@ -108,10 +108,8 @@
</a>
</div>
<div
class=
"footer_item"
>
<a
href=
"collaboration_documents.html"
>
<img
src=
"icon/icon_paste.png"
alt=
"文書アイコン"
>
<img
src=
"icon/icon_paste.png"
alt=
"文書アイコン"
onclick=
"alert(getLocalizedString('notify_not_released'));"
>
<p>
文書
</p>
</a>
</div>
<div
class=
"footer_item"
>
<a
href=
"javascript:CHAT_UI.startCollaboration(collaborationType.CAMERA);"
>
...
...
@@ -125,12 +123,13 @@
<p>
動画
</p>
</a>
</div>
<div
class=
"footer_item"
>
<!--リリース後開発予定-->
<!--<div class="footer_item">
<a href="collaboration_whiteboard.html">
<img src="icon/icon_whiteboad_gray.png" alt="ホワイトボードアイコン">
<p>ボード</p>
</a>
</div>
</div>
-->
</div>
</div>
</div>
...
...
public_new/collaboration_documents.html
View file @
e286d665
...
...
@@ -165,7 +165,7 @@
<script
src=
"./js/language_ja.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/language_en.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/chat-websocket.js"
></script>
<script
src=
"https://a
pp.coview.co.kr:7
443/coview_api.js"
></script>
<script
src=
"https://a
book.coview.co.kr:
443/coview_api.js"
></script>
<script
src=
"./js/share.js"
></script>
<script>
$
(
"#footer_collabo"
).
load
(
"./footer_collabo.html"
);
...
...
public_new/collaboration_picture.html
View file @
e286d665
...
...
@@ -22,14 +22,12 @@
<header
id=
"collabo_header"
>
<div
class=
"d-flex align-items-center h-100"
>
<div
class=
"collabo_nav_l text-left w-100"
>
通話中
<span>
15:20
</span>
</div>
<div
class=
"collabo_nav_r"
>
<div
class=
"text-right d-flex align-items-center"
>
<button
type=
"button"
name=
"button"
class=
"btn user_btn"
></button>
<button
type=
"button"
name=
"button"
class=
"btn add_user_btn"
></button>
<button
type=
"button"
name=
"button"
class=
"btn menu_btn"
></button>
<button
type=
"button"
name=
"button"
class=
"btn add_user_btn
none
"
></button>
<button
type=
"button"
name=
"button"
class=
"btn menu_btn
none
"
></button>
</div>
</div>
</div>
...
...
@@ -114,7 +112,7 @@
</div>
</a>
</div>
<div
class=
"footer_menu_item"
>
<div
class=
"footer_menu_item
none
"
>
<a
href=
"#"
>
<div
class=
"img_wrap bg_blue"
>
<img
src=
"icon/icon_collabo_place_white.png"
alt=
"場所"
>
...
...
@@ -129,7 +127,7 @@
</a>
</div>
</div>
<div
class=
"d-flex align-items-center h-100"
>
<div
class=
"d-flex align-items-center h-100
none
"
>
<div
class=
"footer_menu_item"
>
<a
href=
"#"
>
<div
class=
"img_wrap bg_gray"
>
...
...
@@ -170,7 +168,7 @@
<script
src=
"./js/language_ja.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/language_en.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/chat-websocket.js"
></script>
<script
src=
"https://a
pp.coview.co.kr:7
443/coview_api.js"
></script>
<script
src=
"https://a
book.coview.co.kr:
443/coview_api.js"
></script>
<script
src=
"./js/share.js"
></script>
<script>
$
(
"#footer_collabo"
).
load
(
"./footer_collabo.html"
);
...
...
public_new/collaboration_video.html
View file @
e286d665
...
...
@@ -22,14 +22,12 @@
<header
id=
"collabo_header"
>
<div
class=
"d-flex align-items-center h-100"
>
<div
class=
"collabo_nav_l text-left w-100"
>
通話中
<span>
15:20
</span>
</div>
<div
class=
"collabo_nav_r"
>
<div
class=
"text-right d-flex align-items-center"
>
<button
type=
"button"
name=
"button"
class=
"btn user_btn"
></button>
<button
type=
"button"
name=
"button"
class=
"btn add_user_btn"
></button>
<button
type=
"button"
name=
"button"
class=
"btn menu_btn"
></button>
<button
type=
"button"
name=
"button"
class=
"btn add_user_btn
none
"
></button>
<button
type=
"button"
name=
"button"
class=
"btn menu_btn
none
"
></button>
</div>
</div>
</div>
...
...
@@ -116,7 +114,7 @@
</div>
</a>
</div>
<div
class=
"footer_menu_item"
>
<div
class=
"footer_menu_item
none
"
>
<a
href=
"#"
>
<div
class=
"img_wrap bg_blue"
>
<img
src=
"icon/icon_collabo_place_white.png"
alt=
"場所"
>
...
...
@@ -132,7 +130,7 @@
</div>
</div>
<div
class=
"d-flex align-items-center h-100"
>
<div
class=
"footer_menu_item"
>
<div
class=
"footer_menu_item
none
"
>
<!-- <a href="#" data-toggle="modal" data-target="#captyaModal">-->
<a
href=
"#"
>
<div
class=
"img_wrap wide bg_blue"
id=
"captureBtn"
>
...
...
@@ -167,7 +165,7 @@
<script
src=
"./js/language_ja.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/language_en.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/chat-websocket.js"
></script>
<script
src=
"https://a
pp.coview.co.kr:7
443/coview_api.js"
></script>
<script
src=
"https://a
book.coview.co.kr:
443/coview_api.js"
></script>
<script
src=
"./js/share.js"
></script>
</body>
<script>
...
...
public_new/collaboration_voice.html
View file @
e286d665
...
...
@@ -22,10 +22,8 @@
<header
id=
"collabo_header"
>
<div
class=
"d-flex align-items-center h-100"
>
<div
class=
"collabo_nav_l text-left w-100"
>
通話中
<span>
15:20
</span>
</div>
<div
class=
"collabo_nav_r"
>
<div
class=
"collabo_nav_r
none
"
>
<div
class=
"text-right d-flex align-items-center"
>
<button
type=
"button"
name=
"button"
class=
"btn add_user_btn"
></button>
<button
type=
"button"
name=
"button"
class=
"btn menu_btn"
></button>
...
...
@@ -115,7 +113,7 @@
<script
src=
"./js/language_ja.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/language_en.js"
charset=
"UTF-8"
></script>
<script
src=
"./js/chat-websocket.js"
></script>
<script
src=
"https://a
pp.coview.co.kr:7
443/coview_api.js"
></script>
<script
src=
"https://a
book.coview.co.kr:
443/coview_api.js"
></script>
<script
src=
"./js/share.js"
></script>
<script>
$
(
"#footer_collabo"
).
load
(
"./footer_collabo.html"
);
...
...
public_new/footer_collabo.html
View file @
e286d665
...
...
@@ -8,7 +8,7 @@
</div>
</a>
</div>
<div
class=
"footer_item"
>
<div
class=
"footer_item
none
"
>
<a
href=
"#"
>
<div
class=
"img_wrap bg_gray"
id=
"recordBtn"
>
<img
src=
"icon/icon_record.png"
alt=
"録音"
>
...
...
public_new/js/language_en.js
View file @
e286d665
...
...
@@ -90,5 +90,6 @@ $.lang.en = {
"saturday"
:
"saturday"
,
"sunday"
:
"sunday"
,
"collaboration_start"
:
"collaboration start"
,
"collaboration_end"
:
"collaboration end"
"collaboration_end"
:
"collaboration end"
,
"notify_not_released"
:
"It will be released later."
}
public_new/js/language_ja.js
View file @
e286d665
...
...
@@ -90,5 +90,6 @@ $.lang.ja = {
"saturday"
:
"土曜日"
,
"sunday"
:
"日曜日"
,
"collaboration_start"
:
"協業中"
,
"collaboration_end"
:
"協業終了"
"collaboration_end"
:
"協業終了"
,
"notify_not_released"
:
"今後リリース予定です。"
}
public_new/js/language_ko.js
View file @
e286d665
...
...
@@ -90,5 +90,6 @@ $.lang.ko = {
"saturday"
:
"토요일"
,
"sunday"
:
"일요일"
,
"collaboration_start"
:
"협업중"
,
"collaboration_end"
:
"협업종료"
"collaboration_end"
:
"협업종료"
,
"notify_not_released"
:
"추후 공개예정입니다."
}
public_new/js/share.js
View file @
e286d665
...
...
@@ -8,7 +8,7 @@ $(function(){
testSTRParam
:
"param1"
,
testNUMParam
:
77
,
testBOOLParam
:
false
,
coview_api_srv_addr
:
"https://a
pp.coview.co.kr:7
443"
,
coview_api_srv_addr
:
"https://a
book.coview.co.kr:
443"
,
coview_wrap_id
:
"coviewShare"
,
coview_api_key
:
"8dda7092c5820d663"
}
...
...
public_new/zoom.html
View file @
e286d665
<div
class=
"s_ac d-flex flex-column"
>
<div
class=
"s_ac d-flex flex-column
none
"
>
<div
class=
"s_ac_c"
>
<a
href=
"#"
>
<div
class=
"img_wrap bg_gray"
>
...
...
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