Файл: EasyHost v2.0/system/htdocs/manager/files/usage.html
Строк: 108
<?php
<html>
<head>
<link rel="stylesheet" type="text/css" href="<{system.htdocs}>styles/<{system.color}>/default.css" />
<title>USAGE</title>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" rightmargin="0" bottomargin="0" bgcolor="<{system.color('left_bg')}>">
<table border="0" cellspacing="0" cellpadding="0" width="1" height="100%" align="right">
<tr>
<td width="1" height="100%" bgcolor="<{system.color('border')}>"><img src="<{system.htdocs}>images/blank.gif" width="1" height="1" /></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="1">
<tr>
<td width="10" height="1" nowrap="nowrap"><img src="<{system.htdocs}>images/blank.gif" width="10" height="1" /></td>
<td width="100%" height="1" bgcolor="<{system.color('border')}>"><img src="<{system.htdocs}>images/blank.gif" width="1" height="1" /></td>
<td width="11" height="1" nowrap="nowrap"><img src="<{system.htdocs}>images/blank.gif" width="10" height="1" /></td>
</tr>
</table>
<table border="0" cellspacing="10" cellpadding="0" width="100%">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="<{system.color('content_bg')}>"><img src="<{system.htdocs}>styles/<{system.color}>/topleft_left.gif" alt="["></td>
<td bgcolor="<{system.color('content_bg')}>">
<table border="0" cellspacing="0" cellpadding="0" height="24">
<tr>
<td height="1" bgcolor="<{system.color('border')}>"><img src="<{system.htdocs}>images/blank.gif" width="1" height="1" /></td>
</tr>
<tr>
<td height="23"><a href="<{system.url('links')}>">Quick Links</a></td>
</tr>
</table>
</td>
<td bgcolor="<{system.color('content_bg')}>"><img src="<{system.htdocs}>styles/<{system.color}>/topmiddle_left.gif" alt="|"></td>
<td bgcolor="<{system.color('highlight_bg')}>"><img src="<{system.htdocs}>styles/<{system.color}>/topleft_left.gif" alt="["></td>
<td bgcolor="<{system.color('highlight_bg')}>">
<table border="0" cellspacing="0" cellpadding="0" height="24">
<tr>
<td height="1" bgcolor="<{system.color('border')}>"><img src="<{system.htdocs}>images/blank.gif" width="1" height="1" /></td>
</tr>
<tr>
<td height="23"><a href="<{system.url('usage')}>"><font color="#000000">Disk Usage</font></a></td>
</tr>
</table>
</td>
<td bgcolor="<{system.color('highlight_bg')}>"><img src="<{system.htdocs}>styles/<{system.color}>/topmiddle_left.gif" alt="|"></td>
<td><img src="<{system.htdocs}>styles/<{system.color}>/topright_left.gif" alt="]"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="1" width="100%">
<tr>
<td bgcolor="<{system.color('border')}>">
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100" bgcolor="<{system.color('content_bg')}>">
<tr>
<td height="59">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="center" width="100%"><img src="<{system.htdocs}>images/usage.gif" width="48" height="48"></td>
<td align="right" nowrap="nowrap">
<table cellspacing="0" cellpadding="0">
<tr>
<td align="right" nowrap="nowrap"><%size:"{login.user.usage('space')}"%><%if:"{login.user.config('space_quota')} > 0"%><br><%size:"{login.user.config('space_quota')} - {login.user.usage('space')}"%><br><%size:"{login.user.config('space_quota')}"%><%end%></td>
<td nowrap="nowrap"> used<%if:"{login.user.config('space_quota')} > 0"%><br> available<br> total<%end%></td>
</tr>
</table>
</td>
<td nowrap="nowrap" width="10"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="10" cellpadding="0" width="100%">
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" bgcolor="<{system.color('border')}>" width="100%">
<tr>
<td width="100%">
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<tr>
<td bgcolor="<{system.color('content_bg')}>">
<table border="0" cellspacing="1" cellpadding="0" width="<%if:"{login.user.usage('space')} > 0 && {login.user.config('space_quota')} > 0"%><%number:"{login.user.usage('space')} / {login.user.config('space_quota')} * 100"%><%else%>0.00<%end%>%">
<tr>
<td bgcolor="#ff9900" width="100%"><img src="<{system.htdocs}>images/blank.gif" width="1" height="10" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td nowrap="nowrap"><%if:"{login.user.usage('space')} > 0 && {login.user.config('space_quota')} > 0"%><%number:"{login.user.usage('space')} / {login.user.config('space_quota')} * 100"%><%else%>0.00<%end%>%</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
?>