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
36cb6841
Commit
36cb6841
authored
Apr 20, 2021
by
Kang Donghun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
最大文字数追加
parent
516d77b4
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
public_new/archive.html
+1
-1
public_new/chat.html
+1
-1
public_new/chat_add_user.html
+1
-1
public_new/chat_make_room.html
+1
-1
public_new/chat_make_room_confirm.html
+1
-1
public_new/chat_room.html
+1
-1
public_new/collaboration_documents.html
+1
-1
public_new/collaboration_picture.html
+1
-1
public_new/collaboration_video.html
+1
-1
public_new/collaboration_voice.html
+1
-1
public_new/collaboration_whiteboard.html
+1
-1
public_new/contact.html
+1
-1
No files found.
public_new/archive.html
View file @
36cb6841
...
...
@@ -50,7 +50,7 @@
<main
id=
"archive"
>
<!-- 検索 -->
<div
class=
"search_form"
>
<input
type=
"search"
name=
"search"
placeholder=
"検索"
>
<input
type=
"search"
name=
"search"
placeholder=
"検索"
maxlength=
"50"
>
<span
class=
"src_icon"
></span>
<a
href=
"#"
class=
"cancel none"
>
キャンセル
</a>
</div>
...
...
public_new/chat.html
View file @
36cb6841
...
...
@@ -47,7 +47,7 @@
<main
id=
"chat"
>
<!-- ユーザー検索 -->
<div
class=
"search_form"
>
<input
type=
"search"
name=
"search"
placeholder=
"ルーム検索"
>
<input
type=
"search"
name=
"search"
placeholder=
"ルーム検索"
maxlength=
"20"
>
<span
class=
"src_icon"
></span>
<a
href=
"#"
class=
"cancel none"
>
キャンセル
</a>
</div>
...
...
public_new/chat_add_user.html
View file @
36cb6841
...
...
@@ -45,7 +45,7 @@
<form
id=
"addUserForm"
action=
"chat_add_user_confirm.html"
method=
"post"
>
<!-- ユーザー検索 -->
<div
class=
"search_form my-2"
>
<input
type=
"search"
name=
"search"
placeholder=
"ユーザー検索"
>
<input
type=
"search"
name=
"search"
placeholder=
"ユーザー検索"
maxlength=
"30"
>
<span
class=
"src_icon"
></span>
<a
href=
"#"
class=
"cancel none"
>
キャンセル
</a>
<input
type=
"input"
name=
"hidden_for_prevent_submit"
hidden
>
...
...
public_new/chat_make_room.html
View file @
36cb6841
...
...
@@ -45,7 +45,7 @@
<form
id=
"makeRoomForm"
action=
"chat_make_room_confirm.html"
method=
"post"
>
<!-- ユーザー検索 -->
<div
class=
"search_form my-2"
>
<input
type=
"search"
name=
"search"
placeholder=
"ユーザー検索"
>
<input
type=
"search"
name=
"search"
placeholder=
"ユーザー検索"
maxlength=
"30"
>
<span
class=
"src_icon"
></span>
<a
href=
"#"
class=
"cancel none"
>
キャンセル
</a>
<input
type=
"input"
name=
"hidden_for_prevent_submit"
hidden
>
...
...
public_new/chat_make_room_confirm.html
View file @
36cb6841
...
...
@@ -44,7 +44,7 @@
<!-- ルーム名入力 -->
<div
class=
"room_name"
>
<label><h2>
ルーム名
</h2></label>
<input
type=
"text"
class=
"input_name_room"
name=
"room_name"
id=
"newRoomName"
placeholder=
"ルーム名を入力してください"
>
<input
type=
"text"
class=
"input_name_room"
name=
"room_name"
id=
"newRoomName"
placeholder=
"ルーム名を入力してください"
maxlength=
"20"
>
</div>
<!-- 参加者一覧 -->
...
...
public_new/chat_room.html
View file @
36cb6841
...
...
@@ -22,7 +22,7 @@
<nav>
<div
class=
"chat_room_src_form none"
>
<div
class=
"d-flex flex-row h-100 align-items-center"
>
<input
type=
"search"
name=
"search"
id=
"searchMessage"
placeholder=
"メッセージ検索"
>
<input
type=
"search"
name=
"search"
id=
"searchMessage"
placeholder=
"メッセージ検索"
maxlength=
"600"
>
<span
class=
"src_icon"
></span>
<a
href=
"#"
class=
"cancel"
id=
"messageSearchCancle"
>
キャンセル
</a>
</div>
...
...
public_new/collaboration_documents.html
View file @
36cb6841
...
...
@@ -67,7 +67,7 @@
<!-- ユーザー検索 -->
<div
class=
"search_form"
>
<form>
<input
type=
"search"
name=
"search"
placeholder=
"ユーザー検索"
>
<input
type=
"search"
name=
"search"
placeholder=
"ユーザー検索"
maxlength=
"30"
>
<span
class=
"src_icon"
></span>
<a
href=
"#"
class=
"cancel none"
>
キャンセル
</a>
</form>
...
...
public_new/collaboration_picture.html
View file @
36cb6841
...
...
@@ -67,7 +67,7 @@
<!-- ユーザー検索 -->
<div
class=
"search_form"
>
<form>
<input
type=
"search"
name=
"search"
placeholder=
"ユーザー検索"
>
<input
type=
"search"
name=
"search"
placeholder=
"ユーザー検索"
maxlength=
"30"
>
<span
class=
"src_icon"
></span>
<a
href=
"#"
class=
"cancel none"
>
キャンセル
</a>
</form>
...
...
public_new/collaboration_video.html
View file @
36cb6841
...
...
@@ -67,7 +67,7 @@
<!-- ユーザー検索 -->
<div
class=
"search_form"
>
<form>
<input
type=
"search"
name=
"search"
placeholder=
"ユーザー検索"
>
<input
type=
"search"
name=
"search"
placeholder=
"ユーザー検索"
maxlength=
"30"
>
<span
class=
"src_icon"
></span>
<a
href=
"#"
class=
"cancel none"
>
キャンセル
</a>
</form>
...
...
public_new/collaboration_voice.html
View file @
36cb6841
...
...
@@ -62,7 +62,7 @@
<!-- ユーザー検索 -->
<div
class=
"search_form"
>
<form>
<input
type=
"search"
name=
"search"
placeholder=
"ユーザー検索"
>
<input
type=
"search"
name=
"search"
placeholder=
"ユーザー検索"
maxlength=
"30"
>
<span
class=
"src_icon"
></span>
<a
href=
"#"
class=
"cancel none"
>
キャンセル
</a>
</form>
...
...
public_new/collaboration_whiteboard.html
View file @
36cb6841
...
...
@@ -67,7 +67,7 @@
<!-- ユーザー検索 -->
<div
class=
"search_form"
>
<form>
<input
type=
"search"
name=
"search"
placeholder=
"ユーザー検索"
>
<input
type=
"search"
name=
"search"
placeholder=
"ユーザー検索"
maxlength=
"30"
>
<span
class=
"src_icon"
></span>
<a
href=
"#"
class=
"cancel none"
>
キャンセル
</a>
</form>
...
...
public_new/contact.html
View file @
36cb6841
...
...
@@ -45,7 +45,7 @@
<main
id=
"contact"
>
<!-- ユーザー検索 -->
<div
class=
"search_form"
>
<input
type=
"search"
name=
"search"
id=
"contactSearch"
placeholder=
"ユーザー検索"
>
<input
type=
"search"
name=
"search"
id=
"contactSearch"
placeholder=
"ユーザー検索"
maxlength=
"30"
>
<span
class=
"src_icon"
></span>
<a
href=
"#"
class=
"cancel none"
>
キャンセル
</a>
</div>
...
...
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