Changeset 2102 for trunk/loreality/loreality/templates/base/index.html
- Timestamp:
- 07/03/10 13:42:07 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/loreality/loreality/templates/base/index.html
r2100 r2102 6 6 <html> 7 7 <head> 8 ${ h.stylesheet_link( '/style.css') } 8 9 <title>${self.title()}</title> 9 10 ${self.head()} … … 15 16 ${self.heading()} 16 17 </div> 17 <div class="yui-u">18 <div id="sign"> 18 19 % if h.auth.authorized(h.auth.is_valid_user) and not (request.urlvars['controller'] == 'account' and request.urlvars['action'] == 'signout'): 19 20 <p>Signed in as ${request.environ['REMOTE_USER']},
Note: See TracChangeset
for help on using the changeset viewer.
