This repository was archived by the owner on May 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
355 lines (275 loc) · 21.6 KB
/
index.html
File metadata and controls
355 lines (275 loc) · 21.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DocType HTML>
<HTML>
<Head>
<Meta Charset = "UTF-8" />
<Meta Name = "Viewport" Content = "Width=Device-Width, Initial-Scale=1.0, Minimum-Scale=1, Maximum-Scale=1, User-Scalable=No" />
<Meta Name = "KeyWords" Content = "Simple Thread, Genbu Project, SNS, スレッド, 軽い" />
<Meta Name = "Description" Content = "超軽量のSNSスレッドサービス" />
<Title>Simple Thread</Title>
<Link Rel = "ShortCut Icon" Href = "favicon.ico" />
<Link Rel = "StyleSheet" Href = "https://fonts.googleapis.com/icon?family=Material+Icons" />
<Link Rel = "StyleSheet" Href = "https://code.getmdl.io/1.3.0/material.teal-red.min.css" />
<Script Src = "https://code.getmdl.io/1.3.0/material.min.js" Defer = "Defer"></Script>
<Script Src = "https://genbuproject.github.io/Programs/MDL Extender/MDL Extender.js"></Script>
<Link Rel = "StyleSheet" Href = "https://genbuproject.github.io/Programs/MDL Extender/MDL Extender.css" />
<Script Src = "https://genbuproject.github.io/Programs/DOM Extender/DOM Extender v3.3.js"></Script>
<Script Src = "https://genbuproject.github.io/Programs/DOM Extender/includes/mobile-detect.min.js"></Script>
<Script Src = "assets/classes/FileLoader.js"></Script>
<Script Src = "assets/classes/JSONLoader.js"></Script>
<Script Src = "assets/classes/LangLoader.js"></Script>
<Script Src = "assets/includes/dialog-polyfill.js"></Script>
<Link Rel = "StyleSheet" Href = "assets/includes/dialog-polyfill.css" />
<Script Src = "/SimpleThread/assets/includes/Component.js"></Script>
<Script Src = "https://apis.google.com/js/api.js"></Script>
<Script Src = "https://www.gstatic.com/firebasejs/4.8.0/firebase.js"></Script>
<Script Src = "https://genbuproject.github.io/Programs/FirebasePlus/FirebasePlus v1.2.js"></Script>
<Script Src = "/SimpleThread/assets/classes/DBLoader.js"></Script>
<Script Src = "https://caligatio.github.io/jsSHA/sha.js"></Script>
<Script Src = "/SimpleThread/assets/classes/Encrypter.js"></Script>
<Script Src = "Main.js"></Script>
<Link Rel = "StyleSheet" Href = "Main.css" />
<Script Src = "Dialog.js"></Script>
<Link Rel = "StyleSheet" Href = "Dialog.css" />
<Script Src = "/SimpleThread/assets/includes/Core.js"></Script>
<Link Rel = "StyleSheet" Href = "/SimpleThread/assets/includes/Core.css" />
<Style UUID = "Dialogs_Profile_InfoViewer_Content_Photo--Manager"></Style>
<Script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-88656260-1', 'auto');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</Script>
</Head>
<Body Style = 'Background: URL("assets/images/Back.jpg")'>
<Div Class = "mdl-layout mdl-js-layout mdl-layout--fixed-header">
<Header ID = "Header" Class = "mdl-layout__header">
<Div Class = "mdl-layout__header-row">
<Span ID = "Header_Title" Class = "mdl-layout-title" Data-Locales = "common.title">Simple Thread</Span>
<Div Class = "mdl-layout-spacer"></Div>
<Nav Class = "mdl-navigation">
<A Class = "mdl-navigation__link" Href = "Top/" Data-Locales = "main.top">Top</A>
<A ID = "Header_SignInOut" Class = "mdl-navigation__link" Data-Locales = "main.signIn">Sign In</A>
<A ID = "Header_AccountPane-Btn" UUID = "ProfilePhoto-Btn" Class = "mdl-button mdl-js-button mdl-button--icon mdl-js-ripple-effect ProfilePhoto" Href = "Profile/"></A>
<Div Class = "mdl-tooltip" For = "Header_AccountPane-Btn" Data-Locales = "main.profileBtn-hint">See your profile</Div>
</Nav>
</Div>
</Header>
<Div ID = "Drawer" Class = "mdl-layout__drawer">
<Span Class = "mdl-layout-title">
<Span Data-Locales = "common.title">Simple Thread</Span>
<A ID = "Drawer_AccountPane-Btn" UUID = "ProfilePhoto-Btn" Class = "mdl-button mdl-js-button mdl-button--icon mdl-js-ripple-effect ProfilePhoto" Href = "Profile/"></A>
<Div Class = "mdl-tooltip" For = "Drawer_AccountPane-Btn" Data-Locales = "main.profileBtn-hint">See your profile</Div>
</Span>
<Nav Class = "mdl-navigation">
<A Class = "mdl-navigation__link" Href = "Top/" Data-Locales = "main.top">Top</A>
<A Class = "mdl-navigation__link" Href = "Thread/" Data-Locales = "main.thread">Thread</A>
<A Class = "mdl-navigation__link" Href = "ServerInfo/" Data-Locales = "main.serverInfo">Server Info</A>
</Nav>
</Div>
<IFrame ID = "Page" Class = "mdl-layout__content" Src = "Top/"></IFrame>
</Div>
<Div ID = "Dialogs">
<Div ID = "Dialogs_Account">
<Dialog ID = "Dialogs_Account_CreateNotify" Class = "mdl-dialog">
<Div ID = "Dialogs_Account_CreateNotify_Content" Class = "mdl-dialog__content" Data-Locales = "dialog.account.createNotify">
アカウントを作成しました。
Simple Threadにようこそ!!
</Div>
<Div ID = "Dialogs_Account_CreateNotify_Btns" Class = "mdl-dialog__actions">
<Button ID = "Dialogs_Account_CreateNotify_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close" Data-Locales = "common.dialog_close">閉じる</Button>
</Div>
</Dialog>
<Dialog ID = "Dialogs_Account_DeleteNotify" Class = "mdl-dialog">
<Div ID = "Dialogs_Account_DeleteNotify_Content" Class = "mdl-dialog__content" Data-Locales = "dialog.account.deleteNotify">
アカウントを削除しました。
</Div>
<Div ID = "Dialogs_Account_DeleteNotify_Btns" Class = "mdl-dialog__actions">
<Button ID = "Dialogs_Account_DeleteNotify_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close" Data-Locales = "common.dialog_close">閉じる</Button>
</Div>
</Dialog>
</Div>
<Div ID = "Dialogs_Profile">
<Dialog ID = "Dialogs_Profile_ChangeNotify" Class = "mdl-dialog">
<Div ID = "Dialogs_Profile_ChangeNotify_Content" Class = "mdl-dialog__content" Data-Locales = "dialog.profile.changeNotify">
プロフィールが変更されました。
</Div>
<Div ID = "Dialogs_Profile_ChangeNotify_Btns" Class = "mdl-dialog__actions">
<Button ID = "Dialogs_Profile_ChangeNotify_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close" Data-Locales = "common.dialog_close">閉じる</Button>
</Div>
</Dialog>
<Dialog ID = "Dialogs_Profile_DeleteConfirmer" Class = "mdl-dialog">
<Div ID = "Dialogs_Profile_DeleteConfirmer_Content" Class = "mdl-dialog__content">
<Div Data-Locales = "dialog.profile.deleteConfirmer">
本当にアカウントを削除しますか?
処理を続行するにはメールアドレスを入力してください。
</Div>
<Div ID = "Dialogs_Profile_DeleteConfirmer_Content_Email" Class = "mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<Input ID = "Dialogs_Profile_DeleteConfirmer_Content_Email-Input" Class = "mdl-textfield__input" Type = "Email" Value = "" Required = "Required" />
<Label ID = "Dialogs_Profile_DeleteConfirmer_Content_Email-Label" Class = "mdl-textfield__label" For = "Dialogs_Profile_DeleteConfirmer_Content_Email-Input" Data-Locales = "dialog.profile.deleteConfirmer.email">メールアドレス...*</Label>
<Span Class = "mdl-textfield__error" Data-Locales = "dialog.profile.deleteConfirmer.email-error">無効なメールアドレスです</Span>
</Div>
</Div>
<Div ID = "Dialogs_Profile_DeleteConfirmer_Btns" Class = "mdl-dialog__actions">
<Button ID = "Dialogs_Profile_DeleteConfirmer_Btns_Yes" Class = "mdl-button mdl-js-button mdl-button--disabled mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Submit" Data-Locales = "common.dialog_yes">はい</Button>
<Button ID = "Dialogs_Profile_DeleteConfirmer_Btns_No" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close" Data-Locales = "common.dialog_no">いいえ</Button>
</Div>
</Dialog>
<Dialog ID = "Dialogs_Profile_InfoViewer" Class = "mdl-dialog">
<Div ID = "Dialogs_Profile_InfoViewer_Content" Class = "mdl-dialog__content">
<Div ID = "Dialogs_Profile_InfoViewer_Content_Photo" Class = "ProfilePhoto" Data-UID = ""></Div>
<Div ID = "Dialogs_Profile_InfoViewer_Content_Info">
<Span ID = "Dialogs_Profile_InfoViewer_Content_Info_Name" Class = "mdl-layout__title"></Span>
<Div ID = "Dialogs_Profile_InfoViewer_Content_Info_Detail"></Div>
<Span Class = "mdl-layout__title" Data-Locales = "dialog.profile.infoViewer.link">リンク</Span>
<Div ID = "Dialogs_Profile_InfoViewer_Content_Info_Links"></Div>
</Div>
</Div>
<Div ID = "Dialogs_Profile_InfoViewer_Btns" Class = "mdl-dialog__actions">
<Button ID = "Dialogs_Profile_InfoViewer_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close" Data-Locales = "common.dialog_close">閉じる</Button>
</Div>
<Input ID = "Dialogs_Profile_InfoViewer_UID" Type = "Hidden" Value = "" />
</Dialog>
</Div>
<Div ID = "Dialogs_Thread">
<Dialog ID = "Dialogs_Thread_EditNotify" Class = "mdl-dialog">
<Div ID = "Dialogs_Thread_EditNotify_Content" Class = "mdl-dialog__content" Data-Locales = "dialog.thread.editNotify">
スレッド情報が編集されました。
</Div>
<Div ID = "Dialogs_Thread_EditNotify_Btns" Class = "mdl-dialog__actions">
<Button ID = "Dialogs_Thread_EditNotify_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close" Data-Locales = "common.dialog_close">閉じる</Button>
</Div>
</Dialog>
<Dialog ID = "Dialogs_Thread_DeleteNotify" Class = "mdl-dialog">
<Div ID = "Dialogs_Thread_DeleteNotify_Content" Class = "mdl-dialog__content" Data-Locales = "dialog.thread.deleteNotify">
スレッドが削除されました。
</Div>
<Div ID = "Dialogs_Thread_DeleteNotify_Btns" Class = "mdl-dialog__actions">
<Button ID = "Dialogs_Thread_DeleteNotify_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close" Data-Locales = "common.dialog_close">閉じる</Button>
</Div>
</Dialog>
<Dialog ID = "Dialogs_Thread_DeleteConfirmer" Class = "mdl-dialog">
<Div ID = "Dialogs_Thread_DeleteConfirmer_Content" Class = "mdl-dialog__content" Data-Locales = "dialog.thread.deleteConfirmer">
本当にこのスレッドを削除してもよろしいですか?
</Div>
<Div ID = "Dialogs_Thread_DeleteConfirmer_Btns" Class = "mdl-dialog__actions">
<Button ID = "Dialogs_Thread_DeleteConfirmer_Btns_Yes" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close" Data-Locales = "common.dialog_yes">はい</Button>
<Button ID = "Dialogs_Thread_DeleteConfirmer_Btns_No" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close" Data-Locales = "common.dialog_no">いいえ</Button>
</Div>
<Input ID = "Dialogs_Thread_DeleteConfirmer_TID" Type = "Hidden" Value = "" />
</Dialog>
<Dialog ID = "Dialogs_Thread_InfoInputter" Class = "mdl-dialog">
<Div ID = "Dialogs_Thread_InfoInputter_Content" Class = "mdl-dialog__content">
<Div ID = "Dialogs_Thread_InfoInputter_Content_Name" Class = "mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<Input ID = "Dialogs_Thread_InfoInputter_Content_Name-Input" Class = "mdl-textfield__input" Type = "Text" Value = "" Required = "Required" />
<Label ID = "Dialogs_Thread_InfoInputter_Content_Name-Label" Class = "mdl-textfield__label" For = "Dialogs_Thread_InfoInputter_Content_Name-Input" Data-Locales = "dialog.thread.infoInputter.name">スレッド名...*</Label>
</Div>
<Div ID = "Dialogs_Thread_InfoInputter_Content_Overview" Class = "mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<Input ID = "Dialogs_Thread_InfoInputter_Content_Overview-Input" Class = "mdl-textfield__input" Type = "Text" Value = "" Required = "Required" />
<Label ID = "Dialogs_Thread_InfoInputter_Content_Overview-Label" Class = "mdl-textfield__label" For = "Dialogs_Thread_InfoInputter_Content_Overview-Input" Data-Locales = "dialog.thread.infoInputter.overview">概要...*</Label>
</Div>
<Div ID = "Dialogs_Thread_InfoInputter_Content_Detail" Class = "mdl-textfield mdl-js-textfield">
<Textarea ID = "Dialogs_Thread_InfoInputter_Content_Detail-Input" Class = "mdl-textfield__input" Rows = "10" MaxLength = "500"></Textarea>
<Label Class = "mdl-textfield__label" For = "Dialogs_Thread_InfoInputter_Content_Detail-Input" Data-Locales = "dialog.thread.infoInputter.detail">詳細...</Label>
</Div>
<Label ID = "Dialogs_Thread_InfoInputter_Content_Secured" Class = "mdl-switch mdl-js-switch mdl-js-ripple-effect" For = "Dialogs_Thread_InfoInputter_Content_Secured-Input">
<Input ID = "Dialogs_Thread_InfoInputter_Content_Secured-Input" Class = "mdl-switch__input" Type = "Checkbox" />
<Span Class = "mdl-switch__label" Data-Locales = "dialog.thread.infoInputter.secured">保護</Span>
</Label>
<Div ID = "Dialogs_Thread_InfoInputter_Content_Password" Class = "mdl-textfield mdl-js-textfield mdl-textfield--floating-label mdl-switch__child-hide">
<Input ID = "Dialogs_Thread_InfoInputter_Content_Password-Input" Class = "mdl-textfield__input" Type = "Password" Value = "" Required = "Required" />
<Label ID = "Dialogs_Thread_InfoInputter_Content_Password-Label" Class = "mdl-textfield__label" For = "Dialogs_Thread_InfoInputter_Content_Secured_Password-Input" Data-Locales = "dialog.thread.infoInputter.password">パスワード...</Label>
</Div>
</Div>
<Div ID = "Dialogs_Thread_InfoInputter_Btns" Class = "mdl-dialog__actions">
<Button ID = "Dialogs_Thread_InfoInputter_Btns_Create" Class = "mdl-button mdl-js-button mdl-button--disabled mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Submit" Data-Locales = "dialog.thread.infoInputter.create">作成</Button>
<Button ID = "Dialogs_Thread_InfoInputter_Btns_Edit" Class = "mdl-button mdl-js-button mdl-button--disabled mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Submit" Data-Locales = "dialog.thread.infoInputter.edit">編集</Button>
<Button ID = "Dialogs_Thread_InfoInputter_Btns_Cancel" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close" Data-Locales = "common.dialog_cancel">キャンセル</Button>
</Div>
<Input ID = "Dialogs_Thread_InfoInputter_TID" Type = "Hidden" Value = "" />
</Dialog>
<Dialog ID = "Dialogs_Thread_PasswordConfirmer" Class = "mdl-dialog">
<Div ID = "Dialogs_Thread_PasswordConfirmer_Content" Class = "mdl-dialog__content">
<Div Data-Locales = "dialog.thread.passwordConfirmer">
このスレッドはパスワードで保護されています。
閲覧にはパスワードが必要です。
</Div>
<Div ID = "Dialogs_Thread_PasswordConfirmer_Content_Password" Class = "mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<Input ID = "Dialogs_Thread_PasswordConfirmer_Content_Password-Input" Class = "mdl-textfield__input" Type = "Password" Value = "" Required = "Required" />
<Label ID = "Dialogs_Thread_PasswordConfirmer_Content_Password-Label" Class = "mdl-textfield__label" For = "Dialogs_Profile_DeleteConfirmer_Content_Password-Input" Data-Locales = "dialog.thread.passwordConfirmer.password">パスワード...*</Label>
<Span Class = "mdl-textfield__error" Data-Locales = "dialog.thread.passwordConfirmer.password-error">パスワードが間違っています</Span>
</Div>
</Div>
<Div ID = "Dialogs_Thread_PasswordConfirmer_Btns" Class = "mdl-dialog__actions">
<Button ID = "Dialogs_Thread_PasswordConfirmer_Btns_OK" Class = "mdl-button mdl-js-button mdl-button--disabled mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Submit" Data-Locales = "dialog.thread.passwordConfirmer.submit">確認</Button>
<Button ID = "Dialogs_Thread_PasswordConfirmer_Btns_Cancel" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close" Data-Locales = "common.dialog_cancel">キャンセル</Button>
</Div>
<Input ID = "Dialogs_Thread_PasswordConfirmer_Link" Type = "Hidden" Value = "" />
<Input ID = "Dialogs_Thread_PasswordConfirmer_Password" Type = "Hidden" Value = "" />
</Dialog>
<Dialog ID = "Dialogs_Thread_InfoViewer" Class = "mdl-dialog">
<Div ID = "Dialogs_Thread_InfoViewer_Content" Class = "mdl-dialog__content">
<Span ID = "Dialogs_Thread_InfoViewer_Content_Name" Class = "mdl-layout__title">スレッド名</Span>
<Div ID = "Dialogs_Thread_InfoViewer_Content_Overview">スレッドの概要</Div>
<Span Class = "mdl-layout__title" Data-Locales = "dialog.thread.infoViewer.detail">詳細...</Span>
<Div ID = "Dialogs_Thread_InfoViewer_Content_Detail">スレッドの詳細</Div>
</Div>
<Div ID = "Dialogs_Thread_InfoViewer_Btns" Class = "mdl-dialog__actions">
<Button ID = "Dialogs_Thread_InfoViewer_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close" Data-Locales = "common.dialog_close">閉じる</Button>
</Div>
<Input ID = "Dialogs_Thread_InfoViewer_TID" Type = "Hidden" Value = "" />
</Dialog>
<Dialog ID = "Dialogs_Thread_Poster" Class = "mdl-dialog">
<Div ID = "Dialogs_Thread_Poster_Header" Class = "mdl-dialog__title">
<Span ID = "Dialogs_Thread_Poster_Header_ActorPhoto" Class = "mdl-button--icon ProfilePhoto" Data-UID = ""></Span>
<Span ID = "Dialogs_Thread_Poster_Header_Actor" Class = "mdl-card__title-text">ユーザー</Span>
<Div Class = "mdl-layout-spacer"></Div>
<Button ID = "Dialogs_Thread_Poster_MenuBtn" Class = "mdl-button mdl-js-button mdl-button--icon">
<I Class = "material-icons">more_vert</I>
</Button>
<UL ID = "Dialogs_Thread_Poster_Menu" Class = "mdl-menu mdl-js-menu mdl-menu--bottom-right mdl-js-ripple-effect" For = "Dialogs_Thread_Poster_MenuBtn">
<Li ID = "Dialogs_Thread_Poster_Menu_MenuItem-EmbedLink" Class = "mdl-menu__item">
<I Class = "material-icons">link</I>
<Span Data-Locales = "dialog.thread.poster.menu.embedLink">リンク埋め込み...</Span>
</Li>
<Li ID = "Dialogs_Thread_Poster_Menu_MenuItem-EmbedImage" Class = "mdl-menu__item">
<I Class = "material-icons">add_a_photo</I>
<Span Data-Locales = "dialog.thread.poster.menu.embedImage">画像埋め込み...</Span>
</Li>
<Li ID = "Dialogs_Thread_Poster_Menu_MenuItem-EmbedFile" Class = "mdl-menu__item">
<I Class = "material-icons">attachment</I>
<Span Data-Locales = "dialog.thread.poster.menu.embedFile">ファイル埋め込み...</Span>
</Li>
</UL>
</Div>
<Div ID = "Dialogs_Thread_Poster_Content" Class = "mdl-dialog__content">
<Div ID = "Dialogs_Thread_Poster_Content_Text" Class = "mdl-textfield mdl-js-textfield">
<Textarea ID = "Dialogs_Thread_Poster_Content_Text-Input" Class = "mdl-textfield__input" Rows = "15" Required = "Required"></Textarea>
<Label Class = "mdl-textfield__label" For = "Dialogs_Thread_Poster_Content_Text-Input" Data-Locales = "dialog.thread.poster.text">最近の出来事を共有してみましょう</Label>
</Div>
</Div>
<Div ID = "Dialogs_Thread_Poster_Btns" Class = "mdl-dialog__actions">
<Button ID = "Dialogs_Thread_Poster_Btns_OK" Class = "mdl-button mdl-js-button mdl-button--disabled mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Submit" Data-Locales = "dialog.thread.poster.submit">投稿</Button>
<Button ID = "Dialogs_Thread_Poster_Btns_Cancel" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close" Data-Locales = "common.dialog_cancel">キャンセル</Button>
</Div>
<Input ID = "Dialogs_Thread_Poster_TID" Type = "Hidden" Value = "" />
</Dialog>
<Dialog ID = "Dialogs_Thread_Poster_LinkEmbedder" Class = "mdl-dialog">
<Div ID = "Dialogs_Thread_Poster_LinkEmbedder_Content" Class = "mdl-dialog__content">
<Div ID = "Dialogs_Thread_Poster_LinkEmbedder_Content_URL" Class = "mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<Input ID = "Dialogs_Thread_Poster_LinkEmbedder_Content_URL-Input" Class = "mdl-textfield__input" Type = "URL" Value = "" Required = "Required" />
<Label ID = "Dialogs_Thread_Poster_LinkEmbedder_Content_URL-Label" Class = "mdl-textfield__label" For = "Dialogs_Thread_Poster_LinkEmbedder_Content_URL-Input" Data-Locales = "dialog.thread.poster.linkEmbedder">URL...*</Label>
<Span Class = "mdl-textfield__error" Data-Locales = "dialog.thread.poster.linkEmbedder-error">無効なURL形式</Span>
</Div>
</Div>
<Div ID = "Dialogs_Thread_Poster_LinkEmbedder_Btns" Class = "mdl-dialog__actions">
<Button ID = "Dialogs_Thread_Poster_LinkEmbedder_Btns_OK" Class = "mdl-button mdl-js-button mdl-button--disabled mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Submit" Data-Locales = "dialog.thread.poster.linkEmbedder.add">追加</Button>
<Button ID = "Dialogs_Thread_Poster_LinkEmbedder_Btns_Cancel" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close" Data-Locales = "common.dialog_cancel">キャンセル</Button>
</Div>
</Dialog>
</Div>
</Div>
</Body>
</HTML>