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

Last change on this file since 730 was 214, checked in by nanardon, 15 years ago
  • web and css improvements
  • Property svn:keywords set to Id Rev
File size: 267 bytes
RevLine 
[104]1<!-- $Id$ -->
2[% IF NOT user %]
3No user [% username | html %] found.
4[% ELSE %]
[116]5   
[214]6<div id="objectform" class="objectform">
[148]7[% INCLUDE 'users/menu.tt' %]
[111]8
[116]9[% INCLUDE 'includes/form.tt'
[118]10    form = form
11    form_uri = c.uri_for(username, subform) %]
[135]12</div>
[104]13[% END %]
Note: See TracBrowser for help on using the repository browser.