%PDF- %PDF-
| Direktori : /proc/self/root/usr/share/l.v.e-manager/interworx/lvemanager/templates/admin/ |
| Current File : //proc/self/root/usr/share/l.v.e-manager/interworx/lvemanager/templates/admin/accounts.tpl |
{$nav|html_entity_decode}
<form name="reloadform" method=POST>
<table class="iw-table iw-w-full" border="1">
<tr class="iw-table-hd">
{if $ProcLVEVersion ge '6'}
<td class="iw-w-xs left" colspan="11">
{else}
<td class="iw-w-xs left" colspan="8">
{/if}
Accounts
</td>
</tr>
<tr class="{cycle} ruler">
<td class="nowrap"><b>LVE id</b></td>
<td class="nowrap"><b>Username</b></td>
<td class="nowrap"><b>Domain</b></td>
<td class="nowrap"><b>SPEED</b></td>
<td class="nowrap"><b>nCPU</b></td>
<td class="nowrap"><b>vMEM(MB)</b></td>
{if $ProcLVEVersion ge '6'}
<td class="nowrap"><b>pMEM(MB)</b></td>
{/if}
<td class="nowrap"><b>EP</b></td>
{if $ProcLVEVersion ge '6'}
<td class="nowrap"><b>nPROC</b></td>
{/if}
<td class="nowrap"><b>IO {if $ProcLVEVersion ge '6'}(KB/s){/if}</b></td>
<td class="nowrap"> </td>
</tr>
{foreach from=$accounts item=account}
<tr class="{cycle} ruler">
<td class="nowrap" style="text-align:right;">{$account.ID}</td>
<td class="nowrap">{$account.Username}</td>
<td class="nowrap">{$account.Domain}</td>
<td class="nowrap" style="text-align:right;">{$account.SPEED|html_entity_decode}</td>
<td class="nowrap" style="text-align:right;">{$account.NCPU|html_entity_decode}</td>
<td class="nowrap">{$account.VMEM|html_entity_decode}</td>
{if $ProcLVEVersion ge '6'}
<td class="nowrap">{$account.PMEM|html_entity_decode}</td>
{/if}
<td class="nowrap" style="text-align:right">{$account.EP|html_entity_decode}</td>
{if $ProcLVEVersion ge '6'}
<td class="nowrap">{$account.NPROC|html_entity_decode}</td>
{/if}
<td class="nowrap">{$account.IOPRIO|html_entity_decode}</td>
<td class="nowrap">
<a href="edit?uid={$account.ID}&acc={$account.Username}">[Edit]</a>
{if $account.ID neq 'DEFAULT'}
<a href="reset?uid={$account.ID}&acc={$account.Username}">[Reset]</a>
<a href="history?uid={$account.ID}&acc={$account.Username}">[History]</a>
{/if}
</td>
</tr>
{/foreach}
</table>
</form>