From 3d38356a91dfbbb57b7feb4a0c069accb98dbb19 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 15 Feb 2017 15:45:01 +0900 Subject: [Client] Messagingをいろいろ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/app/common/tags/index.js | 4 + src/web/app/common/tags/messaging/form.tag | 159 +++++++++++++ src/web/app/common/tags/messaging/index.tag | 328 ++++++++++++++++++++++++++ src/web/app/common/tags/messaging/message.tag | 230 ++++++++++++++++++ src/web/app/common/tags/messaging/room.tag | 224 ++++++++++++++++++ 5 files changed, 945 insertions(+) create mode 100644 src/web/app/common/tags/messaging/form.tag create mode 100644 src/web/app/common/tags/messaging/index.tag create mode 100644 src/web/app/common/tags/messaging/message.tag create mode 100644 src/web/app/common/tags/messaging/room.tag (limited to 'src/web/app/common') diff --git a/src/web/app/common/tags/index.js b/src/web/app/common/tags/index.js index 692a7070a4..21d817dbd2 100644 --- a/src/web/app/common/tags/index.js +++ b/src/web/app/common/tags/index.js @@ -20,3 +20,7 @@ require('./twitter-setting.tag'); require('./authorized-apps.tag'); require('./poll.tag'); require('./poll-editor.tag'); +require('./messaging/room.tag'); +require('./messaging/message.tag'); +require('./messaging/index.tag'); +require('./messaging/form.tag'); diff --git a/src/web/app/common/tags/messaging/form.tag b/src/web/app/common/tags/messaging/form.tag new file mode 100644 index 0000000000..8979edf288 --- /dev/null +++ b/src/web/app/common/tags/messaging/form.tag @@ -0,0 +1,159 @@ + + +
+ + + + + + + +
diff --git a/src/web/app/common/tags/messaging/index.tag b/src/web/app/common/tags/messaging/index.tag new file mode 100644 index 0000000000..2950f2a88f --- /dev/null +++ b/src/web/app/common/tags/messaging/index.tag @@ -0,0 +1,328 @@ + + + +

履歴はありません。
ユーザーを検索して、いつでもメッセージを送受信できます。

+ + +
diff --git a/src/web/app/common/tags/messaging/message.tag b/src/web/app/common/tags/messaging/message.tag new file mode 100644 index 0000000000..375a2fefcc --- /dev/null +++ b/src/web/app/common/tags/messaging/message.tag @@ -0,0 +1,230 @@ + +
+
+

既読

+ +
+
+
image
+
+
+

このメッセージは削除されました

+
+
+
+ +
+
+ + +
diff --git a/src/web/app/common/tags/messaging/room.tag b/src/web/app/common/tags/messaging/room.tag new file mode 100644 index 0000000000..3acfc14b0e --- /dev/null +++ b/src/web/app/common/tags/messaging/room.tag @@ -0,0 +1,224 @@ + +
+

読み込み中

+

このユーザーとまだ会話したことがありません

+ + +

{ messages[i + 1]._datetext }

+
+
+
+
+
+
+ +
+ + +
-- cgit v1.2.3-freya