EVOLUTION-MANAGER
Edit File: OAuthPanel.html
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html xmlns:wicket="http://wicket.apache.org"> <wicket:extend> <div class="adminPanelColumnTable"> <span wicket:id="navigator">[dataview navigator]</span> <table class="adminListTable"> <thead> <tr> <th class="two_column_layout_column1 ui-widget-header"><span wicket:id="orderById"></span><wicket:message key="188" /></th> <th class="two_column_layout_column2 ui-widget-header"><span wicket:id="orderByName"></span><wicket:message key="165" /></th> </tr> </thead> </table> <div class="tableWrapper" id="adminTable"> <table class="adminListTable"> <tbody wicket:id="listContainer"> <tr wicket:id="oauthServersList"> <td class="two_column_layout_column1"><div class="two_column_layout_divcolumn1"><span wicket:id="id"></span></div></td> <td class="two_column_layout_column2"><div class="two_column_layout_divcolumn2"><span wicket:id="name"></span></div></td> </tr> </tbody> </table> </div> </div> <div class="adminPanelColumnForm"> <form wicket:id="form" class="adminForm"> <div wicket:id="buttons"></div> <div class="scrollcontent" id="adminForm"> <fieldset class="ui-widget-content"> <legend class="ui-widget-header"><wicket:message key="1581" /></legend> <div class="formelement"> <label wicket:for="isEnabled"><wicket:message key="1109" /></label><input type="checkbox" class="formcheckbox" wicket:id="isEnabled"/> </div> <div class="formelement"> <label wicket:for="name"><wicket:message key="165" /></label><input type="text" wicket:id="name"/> </div> <div class="formelement"> <label wicket:for="iconUrl"><wicket:message key="1575" /></label><input type="text" wicket:id="iconUrl"/> </div> <div class="formelement"> <label wicket:for="clientId"><wicket:message key="1576" /></label><input type="text" wicket:id="clientId"/> </div> <div class="formelement"> <label wicket:for="clientSecret"><wicket:message key="1577" /></label><input type="text" wicket:id="clientSecret"/> </div> <div class="formelement"> <label wicket:for="redirectUri"><wicket:message key="1587" /></label><input type="text" readonly="readonly" wicket:id="redirectUri"/> </div> <div class="formelement"> <label wicket:for="requestKeyUrl"><wicket:message key="1578" /></label><input type="text" wicket:id="requestKeyUrl"/> </div> <div class="formelement"> <label wicket:for="requestTokenMethod"><wicket:message key="admin.oauth.req.token.method"/></label><select wicket:id="requestTokenMethod"></select> </div> <div class="formelement"> <label wicket:for="requestTokenUrl"><wicket:message key="1579" /></label><input type="text" wicket:id="requestTokenUrl"/> </div> <div class="formelement"> <label wicket:for="requestTokenAttributes"><wicket:message key="1586" /></label><input type="text" wicket:id="requestTokenAttributes"/> </div> <div class="formelement"> <label wicket:for="requestInfoMethod"><wicket:message key="admin.oauth.req.info.method"/></label><select wicket:id="requestInfoMethod"></select> </div> <div class="formelement"> <label wicket:for="requestInfoUrl"><wicket:message key="1580" /></label><input type="text" wicket:id="requestInfoUrl"/> </div> <!-- Attribute mapping --> <fieldset class="ui-widget-content"> <legend class="ui-widget-header"><wicket:message key="admin.oauth.user.mapping" /></legend> <form wicket:id="mappingForm"> <div class="formelement"> <label wicket:for="omAttr"><wicket:message key="admin.oauth.attr.om" /></label> <input type="text" class="input" wicket:id="omAttr"/> </div> <div class="formelement"> <label wicket:for="oauthAttr"><wicket:message key="admin.oauth.attr.oauth" /></label> <input type="text" class="input" wicket:id="oauthAttr"/> </div> <button type="button" wicket:id="addMapping"><wicket:message key="1261"/></button> </form> <table class="adminListTable"> <thead> <tr> <th class="ui-widget-header" style="width: 380px"><wicket:message key="admin.oauth.attr.om" /></th> <th class="ui-widget-header" style="width: 80px"><wicket:message key="admin.oauth.attr.oauth" /></th> <th class="ui-widget-header" style="width: 50px"><wicket:message key=275 /></th> </tr> </thead> </table> <div class="tableWrapperSmall" id="adminTableSmall"> <table class="adminListTable"> <tbody wicket:id="attrsContainer"> <tr wicket:id="mapping"> <td style="width: 380px"><div class="three_column_layout_divcolumn1" style="width: auto"><span wicket:id="key"></span></div></td> <td style="width: 80px"><span wicket:id="value"></span></td> <td style="width: 50px"> <div class="ui-button ui-widget ui-corner-all ui-button-icon-only ui-state-error" wicket:id="delete" wicket:message="title:80"> <span class="ui-button-icon ui-icon ui-icon-closethick"></span> </div> </td> </tr> </tbody> </table> </div> </fieldset> </fieldset> </div> </form> </div> </wicket:extend> </html>