X-Git-Url: http://git.hcoop.net/bpt/portal.git/blobdiff_plain/b251872c7d6e4d65e8a5deafec33949112aa06e5..466c59448d7bb1abee78e7f3f231be194e73b5ea:/portal.mlt diff --git a/portal.mlt b/portal.mlt index d03698f..03d8dbd 100644 --- a/portal.mlt +++ b/portal.mlt @@ -1,8 +1,9 @@ <% val you = Init.getUser(); val bal = Balance.lookupBalance (#bal you); +val deposit = Balance.depositAmount (#id bal); @header [] %> -

Add to your balance with PayPal

+<% @payment [] %>

Your recent account activity

@@ -12,7 +13,8 @@ val bal = Balance.lookupBalance (#bal you); <% #d trn %> <% Web.html (#descr trn) %> <% amount %>/<% #amount trn %> <% end %> -Balance: $<% #amount bal %> +Balance: $<% Util.sub (#amount bal, deposit) %>
+Deposit: $<% deposit %> (3 months of dues at your current pledge level) <% val polls = Poll.listCurrentPolls (); switch polls of @@ -40,6 +42,6 @@ switch issues of end %>
<% end -end %> +end; -<% @footer [] %> \ No newline at end of file +@footer [] %>