/[transports]/trunk/web/templates/_elements/sidebar
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/web/templates/_elements/sidebar

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25 - (hide annotations)
Fri May 26 19:15:32 2006 UTC (18 years, 1 month ago) by dpavlin
File size: 425 byte(s)
refactor methods (much shorter), make default page with a Pony, automaticly fill user which
generated transport, added missing nav and sidebar
1 dpavlin 25 <div id="salutation">
2     % if (Jifty->web->current_user->id and Jifty->web->current_user->user_object) {
3     Logged in as <% Jifty->web->current_user->user_object->name %>.
4     (<% Jifty->web->link( label => q{Logout}, url => '/logout' )%>)
5     % } else {
6     <% Jifty->web->tangent( label => q{You're not currently signed in.}, url => '/login' )%>
7     % }
8     </div>
9     <div id="navigation">
10     <& /_elements/menu, menu => Jifty->web->navigation &>
11     </div>

  ViewVC Help
Powered by ViewVC 1.1.26