EVOLUTION-MANAGER
Edit File: UsersPanel.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="four_column_layout_column1 ui-widget-header"><span wicket:id="orderById"></span> <wicket:message key="188" /></th> <th class="four_column_layout_column2 ui-widget-header"><span wicket:id="orderByLogin"></span> <wicket:message key="108" /></th> <th class="four_column_layout_column3 ui-widget-header"><span wicket:id="orderByFirstName"></span> <wicket:message key="117" /></th> <th class="four_column_layout_column4 ui-widget-header"><span wicket:id="orderByLastName"></span> <wicket:message key="136" /></th> </tr> </thead> </table> <div class="tableWrapper" id="adminTable"> <table class="adminListTable"> <tbody wicket:id="listContainer"> <tr wicket:id="userList"> <td class="four_column_layout_column1"><div class="four_column_layout_divcolumn1"> <span wicket:id="id"></span> </div></td> <td class="four_column_layout_column2"><div class="four_column_layout_divcolumn2"> <span wicket:id="login"></span> </div></td> <td class="four_column_layout_column3"><div class="four_column_layout_divcolumn3"> <span wicket:id="firstname"></span> </div></td> <td class="four_column_layout_column4"><div class="four_column_layout_divcolumn4"> <span wicket:id="lastname"></span> </div></td> </tr> </tbody> </table> </div> </div> <div class="adminPanelColumnForm"> <form wicket:id="form" class="adminForm"/> </div> <div wicket:id="warning"></div> </wicket:extend> </html>