source: LATMOS-Accounts-Web/root/html/users/default.tt @ 116

Last change on this file since 116 was 116, checked in by nanardon, 15 years ago
  • factorize forms, beautify
  • Property svn:keywords set to Id Rev
File size: 512 bytes
Line 
1<!-- $Id$ -->
2[% IF NOT user %]
3No user [% username | html %] found.
4[% ELSE %]
5   
6<div>
7    <img src="[% c.uri_for('/static', 'icons', 'user-properties.png') %]"
8    alt="[% "User " _ username %]" style="float: left">
9    [% username | html %]<br>
10    [% user.get_c_field('sn') | html %]
11    [% user.get_c_field('givenName') | html %]
12    <div style="clear: both"></div>
13</div>
14
15[% INCLUDE 'includes/form.tt'
16    form_object = user
17    form_uri = c.uri_for(username)
18    form_name = 'user_main' %]
19[% END %]
Note: See TracBrowser for help on using the repository browser.