source: LATMOS-Accounts-Web/root/html/users/address.tt @ 667

Last change on this file since 667 was 543, checked in by nanardon, 15 years ago
  • show address list on all address pages
  • Property svn:keywords set to Id Rev
File size: 542 bytes
RevLine 
[364]1<!-- $Id$ -->
2[% IF NOT user %]
3No user [% username | html %] found.
4[% ELSE %]
5   
6<div id="objectform" class="objectform">
7[% INCLUDE 'users/menu.tt' %]
8
9<div id="oform">
[543]10[% INCLUDE 'users/address_list.tt' %]
11
12<div style="border:outset">
13<p style="text-align:center"><img src="[% c.uri_for('/static', 'images', 'view-pim-contacts.png') %]">
14[% address.get_c_field('l') | html %]
15</p>
[364]16<form action="[% c.uri_for(username, subform, address.id) %]" method="POST">
[372]17[% INCLUDE 'users/address_form.tt' %]
[364]18</form>
19</div>
20</div>
[543]21</div>
[364]22[% END %]
[543]23
Note: See TracBrowser for help on using the repository browser.