- Timestamp:
- 07/05/10 12:56:53 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/loreality/loreality/templates/component/navigation.html
r2102 r2104 12 12 <li> <a href=${h.url_for('/')}>Home</a> </li> 13 13 % if h.auth.authorized(h.auth.is_valid_user) and not (request.urlvars['controller'] == 'account' and request.urlvars['action'] == 'signout'): 14 <li> <a href=${h.url_for(controller='campaign', action='index')}>Campaign</a> </li> 14 <li> <a href=${h.url_for(controller='campaign', action='index')}>Campaigns</a> </li> 15 <li> <a href=${h.url_for(controller='squadron', action='index')}>Squadrons</a> </li> 16 <li> <a href=${h.url_for(controller='pilot', action='index')}>Pilots</a> </li> 15 17 % endif 16 18 </ul>
Note: See TracChangeset
for help on using the changeset viewer.
