EVOLUTION-MANAGER
Edit File: LdapsPanel.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. --> <!DOCTYPE html> <html xmlns:wicket="http://wicket.apache.org"> <wicket:extend> <div class="adminPanelColumnTable"> <div class="adminNav" wicket:id="navigator">[dataview navigator]</div> <table class="list-table table-striped table-hover"> <thead> <tr> <th class="col-1"><span wicket:id="orderById"></span><wicket:message key="188" /></th> <th class="col-5"><span wicket:id="orderByName"></span><wicket:message key="165" /></th> <th class="col-6"><span wicket:id="orderByFile"></span><wicket:message key="1106" /></th> </tr> </thead> <tbody wicket:id="listContainer"> <tr wicket:id="ldapList"> <td class="col-1"><div class="col-wrapper"><span wicket:id="id"></span></div></td> <td class="col-5"><div class="col-wrapper"><span wicket:id="name"></span></div></td> <td class="col-6"><div class="col-wrapper"><span wicket:id="configFileName"></span></div></td> </tr> </tbody> </table> </div> <div class="adminPanelColumnForm"> <form wicket:id="form" class="adminForm"> <div wicket:id="buttons"></div> <div class="scrollcontent" id="adminForm"> <fieldset> <legend><wicket:message key="1107" /></legend> <div class="formelement"> <label wicket:for="name" class="col-3 text-right"><wicket:message key="165" /></label> <input type="text" wicket:id="name" class="col-8"/> </div> <div class="formelement"> <label wicket:for="active" class="col-3 text-right"><wicket:message key="1109" /></label> <input type="checkbox" class="formcheckbox" wicket:id="active"/> </div> <div class="formelement"> <label class="col-3 text-right"><wicket:message key="1110" /></label> <span wicket:id="inserted" class="col-8"/> </div> <div class="formelement"> <label class="col-3 text-right"><wicket:message key="1111" /></label> <span wicket:id="insertedby.login" class="col-8"/> </div> <div class="formelement"> <label class="col-3 text-right"><wicket:message key="1112" /></label> <span wicket:id="updated" class="col-8"/> </div> <div class="formelement"> <label class="col-3 text-right"><wicket:message key="269" /></label> <span wicket:id="updatedby.login" class="col-8"/> </div> <div class="formelement"> <div> <div class="col-3 d-inline-block"></div> <div class="col-8 d-inline-block"><i class="fas fa-info-circle m-1 text-info"></i><wicket:message key="1114" /></div> </div> <label wicket:for="configFileName" class="col-3 text-right"><wicket:message key="1115" /></label> <input type="text" wicket:id="configFileName" class="col-8"/> </div> <div class="formelement"> <div> <div class="col-3 d-inline-block"></div> <div class="col-8 d-inline-block"><i class="fas fa-info-circle m-1 text-info"></i><wicket:message key="1116" /></div> </div> <label wicket:for="addDomainToUserName" class="col-3 text-right"><wicket:message key="1117" /></label> <input type="checkbox" class="formcheckbox" wicket:id="addDomainToUserName"/> </div> <div class="formelement"> <label wicket:for="domain" class="col-3 text-right"><wicket:message key="1118" /></label> <input type="text" wicket:id="domain" class="col-8"/> </div> <div class="formelement"> <label wicket:for="comment" class="col-3 text-right"><wicket:message key="196" /></label> <textarea wicket:id="comment" class="col-8"/> </div> </fieldset> <div class="bottom-bumper"></div> </div> </form> </div> </wicket:extend> </html>