- Timestamp:
- 07/05/10 14:51:56 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/loreality/loreality/templates/derived/page/overview_pilot.html
r2104 r2105 7 7 <h3>${pilot.name} - <a href=${h.url_for(controller='squadron', action='view',id=pilot.squadron_id) }>${pilot.squadron.name}</a></h3> 8 8 9 Login: ${pilot.login} 10 % if request.environ['REMOTE_USER'] == pilot.login:11 < p>It is you!</p>9 <p>Login: ${pilot.login}</p> 10 % if h.auth.authorized(h.auth.is_admin) or request.environ['REMOTE_USER'] == pilot.login: 11 <a href=${h.url_for(controller='pilot', action='edit',id=pilot.id) } class="action">[Edit]</a></li> 12 12 %endif 13 % if h.auth.authorized(h.auth.is_admin): 14 <a href=${h.url_for(controller='pilot', action='edit',id=pilot.id) }>[Edit]</a></li> 15 %endif 13 <br /> 16 14 %endfor 17 15
Note: See TracChangeset
for help on using the changeset viewer.
