X-Git-Url: http://git.hcoop.net/hcoop/portal.git/blobdiff_plain/ddc53b567f705a72730b21c2e7f02faba478f80a..588a1662c076994dc4321f86da2619933b3a1e13:/quota.mlt diff --git a/quota.mlt b/quota.mlt index 64b99d8..2b80f1c 100644 --- a/quota.mlt +++ b/quota.mlt @@ -51,7 +51,7 @@ elseif $"cmd" = "open" then


- +
By: <% name %>
Time: <% #stamp req %>
Time: <% #stamp req %> (<% Util.diffFromNow (#stamp req) %> ago)
Request: <% Web.htmlNl (#data req) %>
Reason: <% Web.html (#msg req) %>
@@ -71,7 +71,7 @@ elseif $"cmd" = "list" then


- +
By: <% name %>
Time: <% #stamp req %>
Time: <% #stamp req %> (<% Util.diffFromNow (#stamp req) %> ago)
Request: <% Web.htmlNl (#data req) %>
Reason: <% Web.html (#msg req) %>
@@ -95,7 +95,7 @@ elseif $"mod" <> "" then - +
Requestor: <% #name user %>
Time: <% #stamp req %>
Time: <% #stamp req %> (<% Util.diffFromNow (#stamp req) %> ago)
Status: - + <% foreach vol in Quotas.getQuotas (Init.getUserName ()) do %> - - + + <% end %>
Volume Used (kB) Quota now (kB) Requested quota (kB)
Volume Used Current Quota Requested Quota (kB)
<% #vol vol %> <% #used vol %> <% #quota vol %>
<% #vol vol %> <% #used vol %> kB (<% (#used vol) / 1024 %> MiB) <% #quota vol %> kB (<% (# quota vol) / 1024 %> MiB)