|
26 | 26 | <Script Src = "Dialog.js"></Script> |
27 | 27 | <Link Rel = "StyleSheet" Href = "Dialog.css" /> |
28 | 28 |
|
| 29 | + <Style UUID = "Dialogs_Profile_InfoViewer_Content_Photo--Manager"></Style> |
| 30 | + |
29 | 31 | <Script> |
30 | 32 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
31 | 33 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
|
89 | 91 | </Div> |
90 | 92 |
|
91 | 93 | <Div ID = "Dialogs_Account_CreateNotify_Btns" Class = "mdl-dialog__actions"> |
92 | | - <Button ID = "Dialogs_Account_CreateNotify_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Data-Action = "Dialog_Close" Type = "Button">閉じる</Button> |
| 94 | + <Button ID = "Dialogs_Account_CreateNotify_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close">閉じる</Button> |
93 | 95 | </Div> |
94 | 96 | </Dialog> |
95 | 97 |
|
|
99 | 101 | </Div> |
100 | 102 |
|
101 | 103 | <Div ID = "Dialogs_Account_DeleteNotify_Btns" Class = "mdl-dialog__actions"> |
102 | | - <Button ID = "Dialogs_Account_DeleteNotify_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Data-Action = "Dialog_Close" Type = "Button">閉じる</Button> |
| 104 | + <Button ID = "Dialogs_Account_DeleteNotify_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close">閉じる</Button> |
103 | 105 | </Div> |
104 | 106 | </Dialog> |
105 | 107 | </Div> |
|
111 | 113 | </Div> |
112 | 114 |
|
113 | 115 | <Div ID = "Dialogs_Profile_ChangeNotify_Btns" Class = "mdl-dialog__actions"> |
114 | | - <Button ID = "Dialogs_Profile_ChangeNotify_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Data-Action = "Dialog_Close" Type = "Button">閉じる</Button> |
| 116 | + <Button ID = "Dialogs_Profile_ChangeNotify_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close">閉じる</Button> |
115 | 117 | </Div> |
116 | 118 | </Dialog> |
117 | 119 |
|
|
131 | 133 |
|
132 | 134 | <Div ID = "Dialogs_Profile_DeleteConfirmer_Btns" Class = "mdl-dialog__actions"> |
133 | 135 | <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> |
| 136 | + <Button ID = "Dialogs_Profile_DeleteConfirmer_Btns_No" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close">いいえ</Button> |
135 | 137 | </Div> |
136 | 138 | </Dialog> |
137 | 139 |
|
138 | 140 | <Dialog ID = "Dialogs_Profile_InfoViewer" Class = "mdl-dialog"> |
139 | 141 | <Div ID = "Dialogs_Profile_InfoViewer_Content" Class = "mdl-dialog__content"> |
140 | | - <Div ID = "Dialogs_Profile_InfoViewer_Content_Photo" Data-TagID = "ProfilePhoto"></Div> |
| 142 | + <Div ID = "Dialogs_Profile_InfoViewer_Content_Photo" Data-UID = ""></Div> |
141 | 143 |
|
142 | 144 | <Div ID = "Dialogs_Profile_InfoViewer_Content_Info"> |
143 | | - <Span ID = "Dialogs_Profile_InfoViewer_Content_Info_Name" Class = "mdl-layout__title">プログラなーいGenboo</Span> |
| 145 | + <Span ID = "Dialogs_Profile_InfoViewer_Content_Info_Name" Class = "mdl-layout__title"></Span> |
144 | 146 |
|
145 | | - <Div ID = "Dialogs_Profile_InfoViewer_Content_Info_Detail"> |
146 | | - Google+で色々やってる暇人です。<Br /> |
147 | | - 一応Simple Threadのオーナーやってます✌('ω')スッ |
148 | | - </Div> |
| 147 | + <Div ID = "Dialogs_Profile_InfoViewer_Content_Info_Detail"></Div> |
149 | 148 |
|
150 | 149 | <Span Class = "mdl-layout__title">リンク</Span> |
151 | 150 |
|
|
161 | 160 | </Div> |
162 | 161 | </Div> |
163 | 162 | </Div> |
| 163 | + |
| 164 | + <Input ID = "Dialogs_Profile_InfoViewer_Content_UID" Type = "Hidden" Value = "" /> |
164 | 165 | </Div> |
165 | 166 |
|
166 | 167 | <Div ID = "Dialogs_Profile_InfoViewer_Btns" Class = "mdl-dialog__actions"> |
167 | | - <Button ID = "Dialogs_Profile_InfoViewer_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Data-Action = "Dialog_Close" Type = "Button">閉じる</Button> |
| 168 | + <Button ID = "Dialogs_Profile_InfoViewer_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close">閉じる</Button> |
168 | 169 | </Div> |
169 | 170 | </Dialog> |
170 | 171 | </Div> |
|
189 | 190 | </Div> |
190 | 191 |
|
191 | 192 | <Div ID = "Dialogs_Thread_InfoInputer_Btns" Class = "mdl-dialog__actions"> |
192 | | - <Button ID = "Dialogs_Thread_InfoInputer_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button">作成</Button> |
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> |
| 193 | + <Button ID = "Dialogs_Thread_InfoInputer_Btns_OK" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Submit">作成</Button> |
| 194 | + <Button ID = "Dialogs_Thread_InfoInputer_Btns_Cancel" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close">キャンセル</Button> |
194 | 195 | </Div> |
195 | 196 | </Dialog> |
196 | 197 |
|
|
205 | 206 | </Div> |
206 | 207 |
|
207 | 208 | <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> |
| 209 | + <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">投稿</Button> |
| 210 | + <Button ID = "Dialogs_Thread_Poster_Btns_Cancel" Class = "mdl-button mdl-js-button mdl-js-ripple-effect" Type = "Button" Data-Action = "Dialog_Close">キャンセル</Button> |
210 | 211 | </Div> |
211 | 212 | </Dialog> |
212 | 213 | </Div> |
|
0 commit comments