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:panel> <table> <tr> <td style="vertical-align: top"> <div wicket:id="list"></div> </td> <td style="vertical-align: top"> <!-- Users in this Room --> <fieldset class="ui-widget-content" wicket:id="details"> <div class="formelement" style="font-style: italic;"> <label><wicket:message key="404" /></label> </div> <div class="formelement"> <label style="font-weight: bold;"><wicket:message key="406" /></label> <span wicket:id="roomName"></span> #<span wicket:id="roomId"></span> </div> <div class="formelement"> <label style="font-weight: bold;"><wicket:message key="196" /></label> <span wicket:id="roomComment"></span> </div> <div class="formelement"> <label><wicket:message key="407" /></label> </div> <div class="tableWrapper" id="adminTable"> <table class="adminListTable"> <tbody wicket:id="clientsContainer"> <tr wicket:id="clients"> <td style="width: 50px;"><img wicket:id="clientImage" style="min-width: 50px; height:50px" /></td> <td style="width: 350px; height:50px"> <div style="width: 350px; height:50px"><span wicket:id="clientLogin"></span> <wicket:message key="408"/> <span wicket:id="from"></span></div> </td> </tr> </tbody> </table> </div> </fieldset> </td> </tr> </table> </wicket:panel> </html>