[% SET CPANEL.CPVAR.dprefix = "../" %] [% SET has_emailarchive = ( CPANEL.CPCONF.emailarchive == "disable" ? 0 : CPANEL.CPCONF.emailarchive.html); %] [% PROCESS '_assets/resource_usage_macro.html.tt' %] [% js_code = PROCESS js_block %] [% WRAPPER '_assets/master.html.tt' app_key = 'disk_usage' page_js = js_code include_legacy_stylesheets = 0 include_legacy_scripts = 1 include_cjt = 1 page_scripts = ["/yui/datasource/datasource.js", "js2-min/diskusage/index.js"] page_stylesheets = ["css2-min/diskusage/index.css"] -%]
[%- # Note: a MACRO was not used here because we need to be able # to access resource_usage_limits after the block runs SET resource_usage_key = 'diskusage'; SET resource_usage_percent_used_to_warn = 80; PROCESS resource_usage_block; -%]

[% locale.maketext("Monitor your account[output,apos]s available space with the Disk Usage feature. All presented figures are relative to the largest directory.") %] [% IF ExpVar.expand('$haspostgres') %] [% locale.maketext("Use the [output,url,_1,File Manager,id,_2,target,filemgr] to see usage data for individual files and the [output,url,_3,Manage My Databases,id,_4,target,databases] and [output,url,_5,PostgreSQL,id,_6,target,postgresql] features to see data for individual databases.", "../filemanager/index.html", "lnkMonitorYourAccountFileManager", "../sql/index.html", "lnkMonitorYourAccountDatabases", "../psql/index.html", "lnkMonitorYourAccountPostgreSQL") %] [% ELSE %] [% locale.maketext("Use the [output,url,_1,File Manager,id,_2,target,filemgr] to see usage data for individual files and the [output,url,_3,Manage My Databases,id,_4,target,databases] feature to see data for individual databases.", "../filemanager/index.html","lnkMonitorYourAccountFileManager", "../sql/index.html", "lnkMonitorYourAccountPostgreSQL") %] [% END %] [% locale.maketext("For more information, read our [output,url,_1,documentation,target,_2,id,_3].", "//go.cpanel.net/DiskUsage", "_blank","lnkMonitorYourAccountForMoreInformation") %]

loading [% locale.maketext("Loading …") %]
[% locale.maketext("Location") %] [% locale.maketext("Size (MB)") %] [% locale.maketext("Disk Usage") %]

[% locale.maketext("These figures may not reflect recent changes to your account’s disk usage.") %]

[% locale.maketext("The Disk Usage table below indicates how much space the directories’ contents use, not how much space the directory itself uses.") %] [% locale.maketext("Files typically occupy more disk space than their actual size.") %] [% locale.maketext("This may cause discrepancies between the data you see in the [output,url,_1,File Manager,id,_2,target,filemgr] versus the information you find here.", "../filemanager/index.html", "lnkDiskUsageTableBelowFileManager") %]

[% INCLUDE diskusage/diskusage_extras.html.tt %] [% END #wrapper -%] [% BLOCK js_block %] [% END %]