X-Git-Url: https://git.hcoop.net/hcoop/portal.git/blobdiff_plain/95446a44b598d8ba68f2629b435d136d97c9dd01..573def24c0220a72beff4e3f5739a450d83de170:/portal.mlt diff --git a/portal.mlt b/portal.mlt index f41f567..f7f303d 100644 --- a/portal.mlt +++ b/portal.mlt @@ -4,18 +4,17 @@ 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. +

+ +

Welcome to the Portal On Navajos

+ +

Deleuze +suffered a hardware failure, and the benefit is that the portal is now +running on our Debian Wheezy web server. List preferences are +temporarily non-functional, email admins@hcoop.net if you +would like to change your hcoop list subscriptions.

+
<% @payment [] %> @@ -23,11 +22,11 @@ for recent mail from hcoop if you have not received it.

Your recent account activity

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

Pending Stripe Payments

+ + + +<% foreach stripePmt in Money.listUserPendingStripePayments + (Init.getUserId () ) do %> + + + + +<% end %> +
DateNet Amount (After Fees)
<% #paid_on stripePmt %>$<% #net stripePmt %>
+ + <% val polls = Poll.listCurrentPolls (); @@ -69,9 +82,9 @@ val {total, vhosts} = Stats.getWebbwUser {user = Init.getUserName (), last = 0}; switch vhosts of _ :: _ => %>

Your web traffic this month

- <% +
Site Data transferred (kB)
<% foreach e in vhosts do %> - + <% end %>
Site Data transferred (kB)
<% #hostname (#host e) %><% if #ssl (#host e) then %> (SSL)<% end %> [detail]<% #size e %>
<% #hostname (#host e) %><% if #ssl (#host e) then %> (SSL)<% end %> [detail]<% #size e %>
<% end;