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
a3c8e7ed
Commit
a3c8e7ed
authored
Sep 06, 2021
by
Kim Peace
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bug/#44045_strings_in_collaboration_menu' into 'develop'
Fixed 画像 to 写真, 音声 to 通話 See merge request
!247
parents
95001c9f
418838c3
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
20 deletions
+19
-20
public_new/chat_room.html
+11
-12
public_new/collaboration.html
+1
-1
public_new/collaboration_overlay_menu.html
+2
-2
public_new/js/views/archive/archive.js
+4
-4
public_new/search_message_archive_list.html
+1
-1
No files found.
public_new/chat_room.html
View file @
a3c8e7ed
...
...
@@ -8,7 +8,7 @@
content=
"width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1, user-scalable=0"
>
<title>
LiveTaskyell
</title>
<!--<link rel="stylesheet" href="./css/notosansjp.css">-->
<link
rel=
"stylesheet"
href=
"./fontawesome/css/all.css"
>
<link
rel=
"stylesheet"
href=
"./fontawesome/css/all.css"
>
<link
rel=
"stylesheet"
href=
"./css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"./css/jquery-ui.min.css"
>
<link
rel=
"stylesheet"
href=
"./css/common.css"
>
...
...
@@ -44,8 +44,8 @@
<div
class=
"col-4 pl-0"
>
<div
class=
"nav-item text-right"
>
<a
href=
"#"
class=
"search_menu mx-2"
><img
src=
"icon/icon_search.svg"
alt=
"検索"
></a>
<a
href=
"#"
data-toggle=
"modal"
data-target=
"#menuModalCenter"
class=
"menu-modal-btn"
id=
"roomMenu"
class=
"none mx-1"
><img
src=
"icon/icon_room_menu.svg"
alt=
"メニュー"
></a>
<a
href=
"#"
data-toggle=
"modal"
data-target=
"#menuModalCenter"
class=
"menu-modal-btn"
id=
"roomMenu"
class=
"none mx-1"
><img
src=
"icon/icon_room_menu.svg"
alt=
"メニュー"
></a>
</div>
</div>
<!-- .col -->
</div>
<!-- .row -->
...
...
@@ -105,24 +105,23 @@
</a>
</div>
<div
class=
"footer_item"
>
<a
href=
"javascript:Common.startCollaboration(COLLABORATION_TYPE.
DOCUMENT
);"
>
<img
src=
"icon/icon_
paste.svg"
alt=
"文書
アイコン"
>
<p>
文書
</p>
<a
href=
"javascript:Common.startCollaboration(COLLABORATION_TYPE.
VIDEO
);"
>
<img
src=
"icon/icon_
movie.svg"
alt=
"動画
アイコン"
>
<p>
動画
</p>
</a>
</div>
<div
class=
"footer_item"
>
<a
href=
"javascript:Common.startCollaboration(COLLABORATION_TYPE.CAMERA);"
>
<img
src=
"icon/icon_photo.svg"
alt=
"
画像
アイコン"
>
<p>
画像
</p>
<img
src=
"icon/icon_photo.svg"
alt=
"
写真
アイコン"
>
<p>
写真
</p>
</a>
</div>
<div
class=
"footer_item"
>
<a
href=
"javascript:Common.startCollaboration(COLLABORATION_TYPE.
VIDEO
);"
>
<img
src=
"icon/icon_
movie.svg"
alt=
"動画
アイコン"
>
<p>
動画
</p>
<a
href=
"javascript:Common.startCollaboration(COLLABORATION_TYPE.
DOCUMENT
);"
>
<img
src=
"icon/icon_
paste.svg"
alt=
"文書
アイコン"
>
<p>
文書
</p>
</a>
</div>
<!--リリース後開発予定-->
<div
class=
"footer_item"
>
<a
href=
"javascript:Common.startCollaboration(COLLABORATION_TYPE.BOARD);"
>
<img
src=
"icon/icon_whiteboard_gray.svg"
alt=
"ホワイトボードアイコン"
>
...
...
public_new/collaboration.html
View file @
a3c8e7ed
...
...
@@ -27,7 +27,7 @@
<div
class=
"d-flex align-items-center h-100"
>
<div
class=
"collabo_nav_l text-left w-100"
>
<div
class=
"d-flex flex-row"
>
<span
class=
"collabo-label collaboration_contents voice_contents"
>
音声
<span
class=
"host_contents"
>
/
<span
class=
"collabo-label collaboration_contents voice_contents"
>
通話
<span
class=
"host_contents"
>
/
司会者
</span><span
class=
"none"
>
/ 参加者
</span></span>
<span
class=
"collabo-label collaboration_contents video_contents"
>
動画
<span
class=
"host_contents"
>
/
司会者
</span><span
class=
"none"
>
/ 参加者
</span></span>
...
...
public_new/collaboration_overlay_menu.html
View file @
a3c8e7ed
...
...
@@ -8,9 +8,9 @@
<a
href=
"javascript:changeCollaboration(COLLABORATION_TYPE.AUDIO);"
class=
"d-flex flex-column align-items-center"
>
<div
class=
"img_wrap"
>
<img
src=
"icon/icon_collabo_headset.svg"
alt=
"
音声
共有"
>
<img
src=
"icon/icon_collabo_headset.svg"
alt=
"
通話
共有"
>
</div>
<span>
音声
</span>
<span>
通話
</span>
</a>
</div>
<div
class=
"item hide rounded-circle shadow m-2 item02"
>
...
...
public_new/js/views/archive/archive.js
View file @
a3c8e7ed
...
...
@@ -181,7 +181,7 @@ ArchiveUI.appendPlayer = function (archive) {
);
switch
(
archive
.
archiveType
)
{
case
"0"
:
//
画像
case
"0"
:
//
写真
case
0
:
ArchiveUI
.
appendImageTypePlayer
(
archiveFilePath
);
break
;
...
...
@@ -189,7 +189,7 @@ ArchiveUI.appendPlayer = function (archive) {
case
1
:
ArchiveUI
.
appendVideoTypePlayer
(
archiveFilePath
);
break
;
case
"2"
:
//
音声
case
"2"
:
//
通話
case
2
:
ArchiveUI
.
appendVoiceTypePlayer
(
archiveFilePath
);
break
;
...
...
@@ -315,13 +315,13 @@ ArchiveUI.refreshArchiveScreen = function () {
archiveList
.
forEach
(
function
(
archive
)
{
var
typeImage
=
""
;
switch
(
archive
.
archiveType
)
{
case
ARCHIVE_TYPE
.
PICTURE
:
//
画像
case
ARCHIVE_TYPE
.
PICTURE
:
//
写真
typeImage
=
"icon/icon_collabo_picture.svg"
;
break
;
case
ARCHIVE_TYPE
.
VIDEO
:
// 動画
typeImage
=
"icon/icon_collabo_videocam.svg"
;
break
;
case
ARCHIVE_TYPE
.
VOICE
:
//
音声
case
ARCHIVE_TYPE
.
VOICE
:
//
通話
typeImage
=
"icon/icon_collabo_headset.svg"
;
break
;
case
ARCHIVE_TYPE
.
DOCUMENT
:
// 文書
...
...
public_new/search_message_archive_list.html
View file @
a3c8e7ed
...
...
@@ -41,7 +41,7 @@
<div
class=
"archive_item d-flex flex-row align-items-center w-100"
>
<div
class=
"arhive_img"
>
<div
class=
"img_wrap bg_blue"
>
<img
src=
"icon/icon_collabo_headset.svg"
alt=
"
音声
"
/>
<img
src=
"icon/icon_collabo_headset.svg"
alt=
"
通話
"
/>
</div>
</div>
<div
class=
"archive_desc"
>
...
...
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