X-Git-Url: http://git.hcoop.net/hcoop/portal.git/blobdiff_plain/432aa2587e034970d8273d0e39062952196b8fcf..b6392a52a07ca163e5a1ee1b46d62a48ef395829:/portal.mlt diff --git a/portal.mlt b/portal.mlt index 7fb59ee..f41f567 100644 --- a/portal.mlt +++ b/portal.mlt @@ -1,19 +1,38 @@ <% val you = Init.getUser(); val bal = Balance.lookupBalance (#bal you); val deposit = Balance.depositAmount (#id bal); +val showBal = Util.sub (#amount bal, deposit); @header [] %> +
+ +

Notice: Transition to Upgraded Servers in Progress

+ +

We are now providing a more powerful shell server and web server +running Debian Squeeze. All members must take action +to run their services on the new machines. There are also changes to +mail routing that require action by most members. Read the migration +guide for details on what you need to do to keep your account +working. We have also called a roll call, so check your spam folder +for recent mail from hcoop if you have not received it. +

+ <% @payment [] %>

Your recent account activity

+<% ref running = showBal %> - + <% foreach (amount, trn) in Money.listUserTransactionsLimit (Init.getUserId (), 5) do %> - -<% end %> + + +<% running := Util.sub (running, amount) +end %>
Date Description Amount
Date Description Amount Balance
<% #d trn %> <% Web.html (#descr trn) %> <% amount %>/<% #amount trn %>
<% #d trn %> <% Web.html (#descr trn) %> <% amount %>/<% #amount trn %><% running %>
-Balance: $<% Util.sub (#amount bal, deposit) %>
+Show all transactions
+Balance: $<% showBal %>
Deposit: $<% deposit %> (3 months of dues at the minimal pledge level)