EVOLUTION-MANAGER
Edit File: RoomsPanel.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 rooms"> <span wicket:id="navigator">[dataview navigator]</span> <table class="adminListTable"> <thead> <tr> <th class="three_column_layout_column1 ui-widget-header"><span wicket:id="orderById"></span><wicket:message key="188" /></th> <th class="three_column_layout_column2 ui-widget-header"><span wicket:id="orderByName"></span><wicket:message key="165" /></th> <th class="three_column_layout_column3 ui-widget-header"><span wicket:id="orderByPublic"></span><wicket:message key="190" /></th> </tr> </thead> </table> <div class="tableWrapper" id="adminTable"> <table class="adminListTable"> <tbody wicket:id="listContainer"> <tr wicket:id="roomList"> <td class="three_column_layout_column1"><div class="three_column_layout_divcolumn1"><span wicket:id="id"></span></div></td> <td class="three_column_layout_column2"><div class="three_column_layout_divcolumn2"><span wicket:id="name"></span></div></td> <td class="three_column_layout_column3"><div class="three_column_layout_divcolumn3"><span wicket:id="ispublic"></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"> <!-- General --> <fieldset class="ui-widget-content"> <legend class="ui-widget-header"><wicket:message key="187" /></legend> <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="capacity"><wicket:message key="482" /></label><select wicket:id="capacity"/> </div> <div class="formelement"> <label wicket:for="type"><wicket:message key="45" /></label><select wicket:id="type"/> </div> <div class="formelement"> <label wicket:for="comment"><wicket:message key="196" /></label><textarea style="width: 200px; height: 100px;" wicket:id="comment"/> </div> <div class="formelement"> <label wicket:for="appointment"><wicket:message key="620" /></label><input type="checkbox" class="formcheckbox" wicket:id="appointment" /> </div> </fieldset> <!-- Groups --> <fieldset class="ui-widget-content"> <legend class="ui-widget-header"><wicket:message key="126" /></legend> <div class="formelement"> <label wicket:for="ispublic"><wicket:message key="190" /></label><input type="checkbox" class="formcheckbox" wicket:id="ispublic" /> </div> <div class="formelement"> <div class="info-text"><wicket:message key="828" /></div> <label wicket:for="groups"><wicket:message key="126" /></label><div class="om-select2"><select class="input" wicket:id="groups"></select></div> </div> </fieldset> <!-- Limitations --> <fieldset class="ui-widget-content"> <legend class="ui-widget-header"><wicket:message key="830" /></legend> <div class="formelement"> <label wicket:for="isDemoRoom"><wicket:message key="636" /></label><input type="checkbox" class="formcheckbox" wicket:id="isDemoRoom" /> </div> <div class="formelement"> <label wicket:for="demoTime"><wicket:message key="637" /></label><input type="text" wicket:id="demoTime" /> </div> </fieldset> <!-- Rights --> <fieldset class="ui-widget-content"> <legend class="ui-widget-header"><wicket:message key="881" /></legend> <div class="formelement"> <div class="info-text"><wicket:message key="880" /></div> <label wicket:for="allowUserQuestions"><wicket:message key="879" /></label><input type="checkbox" class="formcheckbox" wicket:id="allowUserQuestions" /> </div> <div class="formelement"> <div class="info-text"><wicket:message key="1077" /></div> <label wicket:for="audioOnly"><wicket:message key="1076" /></label><input type="checkbox" class="formcheckbox" wicket:id="audioOnly" /> </div> <div class="formelement"> <div class="info-text"><wicket:message key="1101" /></div> <label wicket:for="closed"><wicket:message key="1099" /></label><input type="checkbox" class="formcheckbox" wicket:id="closed" /> </div> <div class="formelement"> <label wicket:for="redirectURL"><wicket:message key="1100" /></label><input type="text" wicket:id="redirectURL" /> </div> <div class="formelement"> <div class="info-text"><wicket:message key="1102" /></div> <br/> <label wicket:for="waitForRecording"><wicket:message key="1356" /></label><input type="checkbox" class="formcheckbox" wicket:id="waitForRecording" /> </div> <div class="formelement"> <label wicket:for="allowRecording"><wicket:message key="1355" /></label><input type="checkbox" class="formcheckbox" wicket:id="allowRecording" /> </div> <div class="formelement"> <label wicket:for="chatModerated"><wicket:message key="1513" /></label><input type="checkbox" class="formcheckbox" wicket:id="chatModerated" /> </div> </fieldset> <!-- Room Layout options --> <fieldset class="ui-widget-content"> <legend class="ui-widget-header"><wicket:message key="1443" /></legend> <div class="formelement"> <label wicket:for="hiddenElements"><wicket:message key="admin.room.hidden.elements" /></label> <div class="om-select2"><select class="input" wicket:id="hiddenElements"></select></div> </div> <div class="formelement"> <label wicket:for="chatOpened"><wicket:message key="1515" /></label><input type="checkbox" class="formcheckbox" wicket:id="chatOpened" /> </div> <div class="formelement"> <label wicket:for="filesOpened"><wicket:message key="1516" /></label><input type="checkbox" class="formcheckbox" wicket:id="filesOpened" /> </div> </fieldset> <!-- Room files --> <fieldset class="ui-widget-content"> <legend class="ui-widget-header"><wicket:message key="245" /></legend> <form wicket:id="filesForm"> <div class="formelement"> <label wicket:for="files2add"><wicket:message key="245" /></label> <div class="om-select2"><select class="input" wicket:id="files2add"></select></div> </div> <div class="formelement"> <label wicket:for="wbidx"><wicket:message key="615" /></label> <input type="number" class="input" wicket:id="wbidx"/> </div> <button type="button" wicket:id="addFiles"><wicket:message key="1261"/></button> </form> <table class="adminListTable"> <thead> <tr> <th class="ui-widget-header" style="width: 380px"><wicket:message key="165" /></th> <th class="ui-widget-header" style="width: 80px"><wicket:message key="615" /></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="filesContainer"> <tr wicket:id="files"> <td style="width: 380px"><div class="three_column_layout_divcolumn1" style="width: auto"><span wicket:id="name"></span></div></td> <td style="width: 80px"><span wicket:id="wbIdx"></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> <!-- Users in this Room --> <fieldset class="ui-widget-content"> <legend class="ui-widget-header"><wicket:message key="407" /></legend> <table class="adminListTable"> <thead> <tr> <th class="three_column_layout_column1 ui-widget-header"><wicket:message key="188" /></th> <th class="three_column_layout_column2 ui-widget-header"><wicket:message key="108" /></th> <th class="three_column_layout_column3 ui-widget-header"><wicket:message key="275" /></th> </tr> </thead> </table> <div class="tableWrapperSmall" id="adminTableSmall"> <table class="adminListTable"> <tbody wicket:id="clientsContainer"> <tr wicket:id="clients"> <td class="three_column_layout_column1"><div class="three_column_layout_divcolumn1"><span wicket:id="clientId"></span></div></td> <td class="three_column_layout_column2"><div class="three_column_layout_divcolumn2"><span wicket:id="clientLogin"></span></div></td> <td class="three_column_layout_column3"> <div class="ui-button ui-widget ui-corner-all ui-button-icon-only ui-state-error" wicket:id="clientDelete" wicket:message="title:603"> <span class="ui-button-icon ui-icon ui-icon-closethick"></span> </div> </td> </tr> </tbody> </table> </div> </fieldset> <!-- Default moderators --> <fieldset class="ui-widget-content"> <div class="formelement"> <div class="info-text"><wicket:message key="823" /></div> <label wicket:for="moderated"><wicket:message key="640" /></label><input type="checkbox" class="formcheckbox" wicket:id="moderated" /> </div> <div class="formelement"> <label wicket:for="moderator2add"><wicket:message key="816" /></label><div class="om-select2"><select wicket:id="moderator2add" class="input"></select></div> </div> <div class="formelement" wicket:id="moderatorContainer"> <table class="adminListTableSmall"> <thead> <tr> <th class="three_column_layout_column1 ui-widget-header" style="overflow: hidden;" wicket:message="title:817"><wicket:message key="817" /></th> <th class="three_column_layout_column2 ui-widget-header"><wicket:message key="188" /></th> <th class="three_column_layout_column3 ui-widget-header"><wicket:message key="165" /></th> <th class="three_column_layout_column4 ui-widget-header"><wicket:message key="510" /></th> <th class="three_column_layout_column5 ui-widget-header"><wicket:message key="275" /></th> </tr> </thead> </table> <div class="tableWrapperSmall" id="adminTableSmall"> <table class="adminListTableSmall"> <tbody> <tr wicket:id="moderators"> <td class="three_column_layout_column1"><div class="three_column_layout_divcolumn1"><input type="checkbox" wicket:id="superModerator"/></div></td> <td class="three_column_layout_column2"><div class="three_column_layout_divcolumn2"><span wicket:id="userId"></span></div></td> <td class="three_column_layout_column3"><div class="three_column_layout_divcolumn3"><span wicket:id="uName"></span></div></td> <td class="three_column_layout_column4"><div class="three_column_layout_divcolumn4" style="overflow: hidden;"><span wicket:id="email"></span></div></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> </div> </fieldset> <!--SIP Settings --> <fieldset class="ui-widget-content"> <legend class="ui-widget-header"><wicket:message key="1001" /></legend> <div class="formelement"> <div class="info-text"><wicket:message key="1002" /></div> <br/> </div> <div class="formelement"> <label wicket:for="confno"><wicket:message key="1003" /></label><input type="text" wicket:id="confno" /> </div> <div class="formelement"> <label wicket:for="pin"><wicket:message key="1004" /></label><input type="text" wicket:id="pin" /> </div> <div class="formelement"> <label wicket:for="ownerId"><wicket:message key="1308" /></label><input type="text" wicket:id="ownerId" /> </div> <div class="formelement"> <label wicket:for="sipEnabled"><wicket:message key="1538" /></label><input type="checkbox" class="formcheckbox" wicket:id="sipEnabled" /> </div> </fieldset> </div> </form> </div> </wicket:extend> </html>