Ignore:
Timestamp:
07/05/10 14:51:56 (23 months ago)
Author:
dart
Message:

LoReality?:
o CSS custo
o Begin i18n
o Fill some new fields in mission
o Fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loreality/loreality/templates/derived/page/overview_pilot.html

    r2104 r2105  
    77<h3>${pilot.name} - <a href=${h.url_for(controller='squadron', action='view',id=pilot.squadron_id) }>${pilot.squadron.name}</a></h3> 
    88 
    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> 
    1212%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 /> 
    1614%endfor 
    1715 
Note: See TracChangeset for help on using the changeset viewer.