X-Git-Url: https://git.hcoop.net/hcoop/portal.git/blobdiff_plain/8ca46bee88c7374a8b8f290c7de9c28408e5591e..0b4db14f7226c2e419320aa1a5140056038ba0c3:/list.mlt diff --git a/list.mlt b/list.mlt index e48b5c7..e57467f 100644 --- a/list.mlt +++ b/list.mlt @@ -22,17 +22,17 @@ elseif $"cmd" = "open" then


- +
By: <% name %>
Time: <% #stamp req %>
Time: <% #stamp req %> (<% Util.diffFromNow (#stamp req) %> ago)
List name: <% #data req %>
Reason: <% Web.html (#msg req) %>
<% if admin then - val (user, dom) = MailingList.listWebHost (#data req) %> + val vitals = MailingList.listWebHost (#data req) %>
[Modify] [Delete]
- To set up, run: listnew <% user %> <% dom %> <% name %> <% Util.randomPassword () %> + To set up, run: listnew <% #user vitals %> <% #dom vitals %> <% #vhost vitals %> <% name %> <% Util.randomPassword () %> <% end %> <% end @@ -44,7 +44,7 @@ elseif $"cmd" = "list" then


- +
By: <% name %>
Time: <% #stamp req %>
Time: <% #stamp req %> (<% Util.diffFromNow (#stamp req) %> ago)
List name: <% #data req %>
Reason: <% Web.html (#msg req) %>
@@ -68,7 +68,7 @@ elseif $"mod" <> "" then - +
Requestor: <% #name user %>
Time: <% #stamp req %>
Time: <% #stamp req %> (<% Util.diffFromNow (#stamp req) %> ago)
Status: @@ -128,4 +126,4 @@ elseif $"mod" <> "" then <% end %> -<% @footer[] %> \ No newline at end of file +<% @footer[] %>