Файл: EasyHost v2.0/system/htdocs/manager/main.html
Строк: 128
<?php
<html>
<head>
<link rel="stylesheet" type="text/css" href="<{system.htdocs}>styles/<{system.color}>/default.css" />
</head>
<body marginwidth="10" marginheight="10" topmargin="10" leftmargin="10" rightmargin="10" bottommargin="10" bgcolor="<{system.color('body_bg')}>" style="background: #ffffff url('<{system.htdocs}>images/bg.jpg') no-repeat">
<form method="post" name="form">
<input type="hidden" name="command" value="manager/main" />
<table border="0" cellspacing="0" cellpadding="0" bgcolor="<{system.color('border')}>" align="right">
<tr>
<td>
<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="25" bgcolor="<{system.color('link')}>" background="<{system.htdocs}>styles/<{system.color}>/titlebg.gif">
<tr>
<td><font color="#ffffff"><b> Usage Summary</b></font></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="10" width="100%" bgcolor="<{system.color('content_bg')}>">
<tr>
<td>
<table border="0" cellspacing="10" cellpadding="0">
<tr>
<td><b>Disk</b> [ <a href="<{system.url('usage')}>">More...</a> ]</td>
</tr>
</table>
<table border="0" cellspacing="10" cellpadding="0">
<tr>
<td width="100">Space:</td>
<td><%size:"{login.user.usage('space')}"%><%if:"{login.user.config('space_quota')} > 0"%> / <%size:"{login.user.config('space_quota')}"%><%end%></td>
</tr>
<tr>
<td width="100">Files:</td>
<td><{login.user.usage('files')}><%if:"{login.user.config('space_max_files')} > 0"%> / <{login.user.config('space_max_files')}><%end%></td>
</tr>
<tr>
<td width="100">Directories:</td>
<td><{login.user.usage('directories')}><%if:"{login.user.config('space_max_directories')} > 0"%> / <{login.user.config('space_max_directories')}><%end%></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<%if:"{login.user.config('mysql_allow')}"%>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="10" width="100%" bgcolor="<{system.color('content_bg')}>">
<tr>
<td>
<table border="0" cellspacing="10" cellpadding="0">
<tr>
<td><b>MySQL</b> [ <a href="<{system.url('mysql')}>">More...</a> ]</td>
</tr>
</table>
<table border="0" cellspacing="10" cellpadding="0">
<tr>
<td width="100">Databases:</td>
<td><%databases%><%if:"{login.user.config('mysql_databases')}"%> / <{login.user.config('mysql_databases')}><%end%></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<%end%>
<%if:"{system.service.config('transfer')}"%>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="10" width="100%" bgcolor="<{system.color('content_bg')}>">
<tr>
<td>
<table border="0" cellspacing="10" cellpadding="0">
<tr>
<td><b>Transfer</b> [ <a href="<{system.url('usage/transfer')}>">More...</a> ]</td>
</tr>
</table>
<table border="0" cellspacing="10" cellpadding="0">
<tr>
<td width="100">Today:</td>
<td><{login.user.transfer.string}></td>
</tr>
<tr>
<td width="100">Month total:</td>
<td><{login.user.transfer_monthly.string}></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<%end%>
</table>
</td>
</tr>
</table>
<table border="0" cellspacing="10" cellpadding="0">
<tr valign="top">
<td width="75"> </td>
<td><a href="<{system.url('files')}>"><b>File Manager</b></a><br>Manage your files and directories.</td>
</tr>
<%if:"{login.user.config('mysql_allow')}"%>
<tr valign="top">
<td width="75"> </td>
<td><a href="<{system.url('mysql')}>"><b>MySQL Access</b></a><br>Create or remove your personal MySQL databases.</td>
</tr>
<%end%>
<tr valign="top">
<td width="75"> </td>
<td><a href="<{system.url('account/password')}>"><b>Account Setup</b></a><br>Modify your account and site information.</td>
</tr>
<tr valign="top">
<td width="75"> </td>
<td><a href="<{system.url('usage')}>"><b>Usage Summary</b></a><br>Display details of your account usage.</td>
</tr>
<tr valign="top">
<td width="75"> </td>
<td><input type="checkbox" name="showfiles" value="1" <%if:"{login.user.config('showfiles')}"%>checked="checked" <%end%>onclick="document.form.submit()" /> Automatically display file manager on login.</td>
</tr>
</table>
</form>
</body>
</html>
?>