26 lines
1.0 KiB
HTML
26 lines
1.0 KiB
HTML
<html>
|
|
<head>
|
|
<title>Disk Usage Details for
|
|
|*if user|
|
|
|user|
|
|
|*else|
|
|
|USERNAME|
|
|
|*endif|
|
|
</title>
|
|
<link href="/CSS_PU_STYLE" type="text/css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<form action=? method=GET>
|
|
<input type=checkbox name="hidezero" value="1" |*if hidezero="1"|checked|*endif|>Hide entries which use 0 bytes<br>
|
|
<input type=checkbox name="hide_duplicate_count" value="1" |*if hide_duplicate_count="1"|checked|*endif|>Hide entries which are already included in the System Quotas <a href="javascript:alert('Many entries that DirectAdmin counts are not added to the totals because they are already included in some other counted item such as the System Quotas. Unhiding these entries will help you track account disk usage, but are not included in the totals.');">(?)</a><br>
|
|
<input type=hidden name="sort1" value="|sort1|">
|
|
<input type=hidden name="ipp" value="|ipp|">
|
|
<input type=submit value="Update">
|
|
|*if user|<input type=hidden name="user" value="|user|">|*endif|
|
|
<center>
|
|
|TABLE|
|
|
<br>
|
|
<a href="javascript:self.close();">Close Window</a>
|
|
</center>
|
|
</body>
|
|
</html> |