|
115 | 115 | </Div> |
116 | 116 | </Dialog> |
117 | 117 |
|
118 | | - <Dialog ID = "Dialogs_Profile_ConfirmDelete" Class = "mdl-dialog"> |
119 | | - <Div ID = "Dialogs_Profile_ConfirmDelete_Content" Class = "mdl-dialog__content"> |
| 118 | + |
| 119 | + |
| 120 | + <Dialog ID = "Dialogs_Profile_DeleteConfirmer" Class = "mdl-dialog"> |
| 121 | + <Div ID = "Dialogs_Profile_DeleteConfirmer_Content" Class = "mdl-dialog__content"> |
120 | 122 | 本当にアカウントを削除しますか?<Br /> |
121 | 123 | 処理を続行するにはメールアドレスを入力してください。 |
122 | 124 |
|
123 | | - <Div ID = "Dialogs_Profile_ConfirmDelete_Content_Email" Class = "mdl-textfield mdl-js-textfield mdl-textfield--floating-label"> |
124 | | - <Input ID = "Dialogs_Profile_ConfirmDelete_Content_Email_Input" Class = "mdl-textfield__input" Type = "Email" Value = "" /> |
125 | | - <Label ID = "Dialogs_Profile_ConfirmDelete_Content_Email_Label" Class = "mdl-textfield__label" For = "Dialogs_Profile_ConfirmDelete_Content_Email_Input">メールアドレス...</Label> |
| 125 | + <Div ID = "Dialogs_Profile_DeleteConfirmer_Content_Email" Class = "mdl-textfield mdl-js-textfield mdl-textfield--floating-label"> |
| 126 | + <Input ID = "Dialogs_Profile_DeleteConfirmer_Content_Email_Input" Class = "mdl-textfield__input" Type = "Email" Value = "" /> |
| 127 | + <Label ID = "Dialogs_Profile_DeleteConfirmer_Content_Email_Label" Class = "mdl-textfield__label" For = "Dialogs_Profile_DeleteConfirmer_Content_Email_Input">メールアドレス...</Label> |
126 | 128 | <Span Class = "mdl-textfield__error">無効なメールアドレスです</Span> |
127 | 129 | </Div> |
128 | 130 | </Div> |
129 | 131 |
|
130 | | - <Div ID = "Dialogs_Profile_ConfirmDelete_Btns" Class = "mdl-dialog__actions"> |
131 | | - <Button ID = "Dialogs_Profile_ConfirmDelete_Btns_Yes" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button">はい</Button> |
132 | | - <Button ID = "Dialogs_Profile_ConfirmDelete_Btns_No" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Data-Action = "Dialog_Close" Type = "Button">いいえ</Button> |
| 132 | + <Div ID = "Dialogs_Profile_DeleteConfirmer_Btns" Class = "mdl-dialog__actions"> |
| 133 | + <Button ID = "Dialogs_Profile_DeleteConfirmer_Btns_Yes" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button">はい</Button> |
| 134 | + <Button ID = "Dialogs_Profile_DeleteConfirmer_Btns_No" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Data-Action = "Dialog_Close" Type = "Button">いいえ</Button> |
133 | 135 | </Div> |
134 | 136 | </Dialog> |
135 | 137 |
|
|
138 | 140 | <Div ID = "Dialogs_Profile_InfoViewer_Content_Photo" Data-TagID = "ProfilePhoto"></Div> |
139 | 141 |
|
140 | 142 | <Div ID = "Dialogs_Profile_InfoViewer_Content_Info"> |
141 | | - <Span ID = "Dialogs_Profile_InfoViewer_Content_Info_Name" Class = "mdl-layout__title">Genbu Hase</Span> |
| 143 | + <Span ID = "Dialogs_Profile_InfoViewer_Content_Info_Name" Class = "mdl-layout__title">プログラなーいGenboo</Span> |
142 | 144 |
|
143 | 145 | <Div ID = "Dialogs_Profile_InfoViewer_Content_Info_Detail"> |
144 | 146 | Google+で色々やってる暇人です。<Br /> |
|
191 | 193 | <Button ID = "Dialogs_Thread_InfoInputer_Btns_Cancel" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Data-Action = "Dialog_Close" Type = "Button">キャンセル</Button> |
192 | 194 | </Div> |
193 | 195 | </Dialog> |
| 196 | + |
| 197 | + <Dialog ID = "Dialogs_Thread_Poster" Class = "mdl-dialog"> |
| 198 | + <Div ID = "Dialogs_Thread_Poster_Content" Class = "mdl-dialog__content"> |
| 199 | + <Div ID = "Dialogs_Thread_Poster_Content_Value" Class = "mdl-textfield mdl-js-textfield"> |
| 200 | + <Textarea ID = "Dialogs_Thread_Poster_Content_Value_Input" Class = "mdl-textfield__input" Rows = "15" MaxLength = "500"></Textarea> |
| 201 | + <Label Class = "mdl-textfield__label" For = "Dialogs_Thread_Poster_Content_Value_Input">最近の出来事を共有してみましょう</Label> |
| 202 | + </Div> |
| 203 | + |
| 204 | + <Input ID = "Dialogs_Thread_Poster_Content_TID" Type = "Hidden" Value = "" /> |
| 205 | + </Div> |
| 206 | + |
| 207 | + <Div ID = "Dialogs_Thread_Poster_Btns" Class = "mdl-dialog__actions"> |
| 208 | + <Button ID = "Dialogs_Thread_Poster_Btns_OK" Class = "mdl-button mdl-js-button mdl-button--disabled mdl-js-ripple-effect" Type = "Button">投稿</Button> |
| 209 | + <Button ID = "Dialogs_Thread_Poster_Btns_Cancel" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Data-Action = "Dialog_Close" Type = "Button">キャンセル</Button> |
| 210 | + </Div> |
| 211 | + </Dialog> |
194 | 212 | </Div> |
195 | 213 | </Div> |
196 | 214 | </Body> |
|
0 commit comments