blob: 665c9da809b1a9edf5a0ba5785eae0ffbe3b20a9 [file] [log] [blame]
<!--
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. *
-->
<lift:surround with="base" at="left">
<link rel="stylesheet" type="text/css" href="../style/esme_user_page.css"/>
<link rel="stylesheet" type="text/css" href="../style/esme_user_table.css"/>
<script type="text/javascript" src="../scripts/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="../scripts/esme_table_sorter_users.js"></script>
<div id="back-header">
<h1><b><lift:loc>ui_user_list_title</lift:loc></b></h1>
<!---CONTENT BOX-->
<div class="container-aux">
<table id="esme-table" class="display">
<thead>
<tr>
<th>
</th>
<th>
<lift:loc>ui_user_list_nickname</lift:loc>
</th>
<th>
<lift:loc>ui_user_list_name</lift:loc>
</th>
<th>
<lift:loc>ui_user_list_last_message</lift:loc>
</th>
<th>
<lift:loc>ui_user_list_last_message_date</lift:loc>
</th>
</tr>
</thead>
<tbody>
<lift:displayUsers>
<disp:item>
<tr>
<td>
<item:imageUrl/>
</td>
<td>
<div>
<item:nickname/>
</div>
</td>
<td>
<item:firstName/> <item:lastName/>
</td>
<td class="user_message">
<item:lastMsg/>
</td>
<td>
<item:lastMsgWhen/>
</td>
</tr>
</disp:item>
</lift:displayUsers>
</tbody>
<tfoot>
<tr>
<th>
</th>
<th>
<lift:loc>ui_user_list_nickname</lift:loc>
</th>
<th>
<lift:loc>ui_user_list_name</lift:loc>
</th>
<th>
<lift:loc>ui_user_list_last_message</lift:loc>
</th>
<th>
<lift:loc>ui_user_list_last_message_date</lift:loc>
</th>
</tr>
</tfoot>
</table>
</div><!--container-settings-->
</div><!--END CONTENT BOX-->
</lift:surround>