2004-07-04 19:33:13 +02:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<style type="text/css">
|
|
|
|
.letter_box,.letter_box_active {
|
|
|
|
background-color: #D3DCE3;
|
|
|
|
width: 25px;
|
|
|
|
border: 1px solid #D3DCE3;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
cusror: hand;
|
|
|
|
}
|
|
|
|
.letter_box_active {
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: #E8F0F0;
|
|
|
|
}
|
|
|
|
.letter_box_active,.letter_box:hover {
|
|
|
|
border: 1px solid black;
|
|
|
|
background-color: #E8F0F0;
|
|
|
|
}
|
|
|
|
</style>
|
2003-08-28 16:16:30 +02:00
|
|
|
|
2004-07-04 19:33:13 +02:00
|
|
|
<div align="center">
|
|
|
|
<table border="0" width="80%">
|
|
|
|
<tr>
|
|
|
|
<td align="right" colspan="5">
|
|
|
|
<form method="POST" action="{accounts_url}">
|
|
|
|
<table width="100%"><tr>
|
|
|
|
<td>{lang_group} {group}</td>
|
|
|
|
<td align="right">
|
|
|
|
{query_type}
|
2006-10-28 11:38:20 +02:00
|
|
|
<input type="text" name="query" value="{query}">
|
2004-07-04 19:33:13 +02:00
|
|
|
<input type="submit" name="search" value="{lang_search}">
|
|
|
|
</td>
|
|
|
|
</tr></table>
|
|
|
|
</form>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="5">
|
|
|
|
<table width="100%"><tr>
|
|
|
|
<!-- BEGIN letter_search -->
|
|
|
|
<td class="{class}" onclick="location.href='{link}';">{letter}</td>
|
|
|
|
<!-- END letter_search -->
|
|
|
|
</tr></table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
{left_next_matchs}
|
|
|
|
<td align="center">{lang_showing}</td>
|
|
|
|
{right_next_matchs}
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
2003-08-28 16:16:30 +02:00
|
|
|
<div align="center">
|
2004-07-04 19:33:13 +02:00
|
|
|
<table border="0" width="80%">
|
|
|
|
<tr class="th">
|
|
|
|
<td width="20%">{lang_loginid}</td>
|
|
|
|
<td width="20%">{lang_lastname}</td>
|
|
|
|
<td width="20%">{lang_firstname}</td>
|
|
|
|
<td>{lang_email}</td>
|
2008-04-10 11:08:51 +02:00
|
|
|
<td>{lang_account_active}</td>
|
2005-07-01 05:29:44 +02:00
|
|
|
<td class="narrow_column">{lang_edit}</td>
|
|
|
|
<td class="narrow_column">{lang_delete}</td>
|
|
|
|
<td class="narrow_column">{lang_view}</td>
|
2003-08-28 16:16:30 +02:00
|
|
|
</tr>
|
|
|
|
|
2004-07-04 19:33:13 +02:00
|
|
|
<!-- BEGIN row -->
|
|
|
|
<tr class="{class}">
|
|
|
|
<td>{account_lid}</td>
|
|
|
|
<td>{account_lastname}</td>
|
|
|
|
<td>{account_firstname}</td>
|
|
|
|
<td>{account_email}</td>
|
2008-04-10 11:08:51 +02:00
|
|
|
<td>{account_status}</td>
|
2004-07-04 19:33:13 +02:00
|
|
|
<td>{row_edit}</td>
|
|
|
|
<td>{row_delete}</td>
|
|
|
|
<td>{row_view}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END row -->
|
2003-08-28 16:16:30 +02:00
|
|
|
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div align="center">
|
2004-07-04 19:33:13 +02:00
|
|
|
<table border="0" width="80%">
|
2003-08-28 16:16:30 +02:00
|
|
|
<tr>
|
2003-11-05 11:35:53 +01:00
|
|
|
<td align="left">
|
|
|
|
<form method="POST" action="{new_action}">
|
|
|
|
{input_add}
|
|
|
|
</form>
|
|
|
|
</td>
|
2003-08-28 16:16:30 +02:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- BEGIN row_empty -->
|
|
|
|
<tr>
|
|
|
|
<td colspan="5" align="center">{message}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END row_empty -->
|