Changeset 2109 for trunk/loreality/loreality/templates/base/index.html
- Timestamp:
- 07/12/10 14:48:12 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/loreality/loreality/templates/base/index.html
r2105 r2109 20 20 ${self.heading()} 21 21 </div> 22 % if h.auth.authorized(h.auth.is_valid_user) and not (request.urlvars['controller'] == 'account' and request.urlvars['action'] == 'signout'): 23 <div id="message_box"> 24 You have <a href="${h.url_for(controller='messager', action='index')}">${h.msg.nb_messages(request.environ['REMOTE_USER'])} new messages</a>. 25 </div> 26 % endif 22 27 <div id="sign"> 23 28 % if h.auth.authorized(h.auth.is_valid_user) and not (request.urlvars['controller'] == 'account' and request.urlvars['action'] == 'signout'):
Note: See TracChangeset
for help on using the changeset viewer.
