X-Git-Url: http://git.hcoop.net/hcoop/zz_old/portal.git/blobdiff_plain/369e1577bf72be99dcbb142fe605e5b4e6548102..45f95cf524d092a135be81d994d68182819f1ce4:/user.mlt diff --git a/user.mlt b/user.mlt new file mode 100644 index 0000000..498fc49 --- /dev/null +++ b/user.mlt @@ -0,0 +1,25 @@ +<% val id = Web.stoi ($"id"); +val user = Init.lookupUser id; + +@header[("title", [#name user])] %> + + + + + + + + + + + +<% val level = iff Group.inGroupName "contact" then Contact.ADMINS else Contact.MEMBERS; + +foreach (kind, cont) in Contact.listUserContacts (id, level) do %> + + +<% end %> + +
Member: <% #name user %>
Real name: <% Web.html (#rname user) %>
Hcoop e-mail: <% #name user %>@hcoop.net
Joined: <% #joined user %>
Contact information
<% Web.html (#name kind) %>:<% Contact.format (kind, cont) %>
+ +<% @footer[] %>