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

Contents of /trunk/web/templates/_elements/nav

Parent Directory Parent Directory | Revision Log Revision Log


Revision 79 - (show annotations)
Tue Jun 13 22:39:14 2006 UTC (17 years, 11 months ago) by dpavlin
File size: 570 byte(s)
allow users to see landscape
1 <%init>
2 my $top = Jifty->web->navigation;
3
4 $top->child('New transport' => url => "/transports/create", sort_order => 1);
5 $top->child('List transports' => url => "/transports", sort_order => 2);
6
7 $top->child('Users' => url => '/users', sort_order => 4);
8
9 $top->child('Landscapes' => url => '/systems', sort_order => 100);
10
11 if (Jifty->config->framework('AdminMode') ) {
12 $top->child(Administration => url => "/__jifty/admin/", sort_order => 998);
13 $top->child(OnlineDocs => url => "/__jifty/online_docs/", label => 'Online docs', sort_order => 999);
14 }
15
16 return();
17 </%init>

  ViewVC Help
Powered by ViewVC 1.1.26