@@ -151,14 +151,59 @@ <h1 data-i18n="policy.policy-form.edit">Edit Policy</h1>
151
151
< button class = "btn btn-small btn-cancel" > < i class = "icon-ban-circle" > </ i > < span data-i18n = "common.cancel" > Cancel</ span > </ button >
152
152
</ div >
153
153
154
- < div id = "add-required-claim" >
155
- < form class = "form-horizontal" >
156
- < fieldset >
157
- < input type = "text" id = "email" placeholder = "email address" data-i18n = "[placeholder]policy.policy-form.email-address" />
158
- < button class = "btn btn-info btn-share" > < i class = "icon-share icon-white" > </ i > < span data-i18n = "policy.policy-form.share-email" > Share with email address</ span > </ button >
159
- </ fieldset >
160
- </ form >
154
+ < ul class = "nav nav-tabs" >
155
+ < li class = "active" > < a data-target = "#policy-webfinger-tab" data-toggle = "tab" href = "#" data-i18n = "policy.policy-form.webfinger" > Webfinger</ a > </ li >
156
+ < li > < a data-target = "#policy-advanced-tab" data-toggle = "tab" href = "#" data-i18n = "policy.policy-form.advanced" > Advanced</ a > < / l i >
157
+ </ul >
158
+
159
+ < div class = "tab-content" >
160
+ < div class = "tab-pane active" id = "policy-webfinger-tab" >
161
+ < div id = "add-required-claim" class = "well" >
162
+ < form class = "form-horizontal" >
163
+ < fieldset >
164
+ < input type = "text" id = "email" placeholder = "email address" data-i18n = "[placeholder]policy.policy-form.email-address" />
165
+ < button class = "btn btn-info btn-share" > < i class = "icon-share icon-white" > </ i > < span data-i18n = "policy.policy-form.share-email" > Share with email address</ span > </ button >
166
+ </ fieldset >
167
+ </ form >
168
+ </ div >
169
+ </ div >
170
+
171
+ < divdiv class = "tab-pane" id = "policy-advanced-tab" >
172
+ < div class = "well" >
173
+ < form class = "form-horizontal" >
174
+ < fieldset >
175
+ < div id = "issuers" class = "control-group" >
176
+ < div class = "controls" >
177
+ </ div >
178
+ </ div >
179
+ < div class = "control-group" >
180
+ < div class = "controls" >
181
+ < input type = "text" id = "name" placeholder = "claim name" data-i18n = "[placeholder]policy.policy-form.claim-name" />
182
+ < input type = "text" id = "friendly-name" placeholder = "friendly claim name" data-i18n = "[placeholder]policy.policy-form.friendly-claim-name" />
183
+ </ div >
184
+ </ div >
185
+ < div class = "control-group" >
186
+ < div class = "controls" >
187
+ < input type = "text" id = "value" placeholder = "claim value" data-i18n = "[placeholder]policy.policy-form.claim-value" />
188
+ < select id = "value-type" >
189
+ < option value = "text" data-i18n = "policy.policy-form.value-type-text" > Text</ option >
190
+ < option value = "number" data-i18n = "policy.policy-form.value-type-number" > Number</ option >
191
+ < option value = "boolean" data-i18n = "policy.policy-form.value-type-boolean" > Boolean</ option >
192
+ < option value = "json" data-i18n = "policy.policy-form.value-type-json" > JSON</ option >
193
+ </ select >
194
+ </ div >
195
+ </ div >
196
+ < div class = "control-group" >
197
+ < div class = "controls" >
198
+ < button class = "btn btn-info btn-share-advanced" > < i class = "icon-share icon-white" > </ i > < span data-i18n = "policy.policy-form.share-advanced" > Add to claim set</ span > </ button >
199
+ </ div >
200
+ </ div >
201
+ </ fieldset >
202
+ </ form >
203
+ </ div >
204
+
161
205
</ div >
206
+ </ div >
162
207
163
208
< form class = "form-horizontal" >
164
209
< fieldset >
0 commit comments