/[transports]/trunk/web/templates/users/index.html
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/users/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 65 - (show annotations)
Sun Jun 11 02:59:18 2006 UTC (17 years, 11 months ago) by dpavlin
File MIME type: text/html
File size: 223 byte(s)
refactor user editor into fragments
1 <&|/_elements/wrapper, title => 'Users' &>
2
3 % if (not Jifty->web->current_user->id) {
4 <% Jifty->web->redirect( '/login/users' ) %>
5 % } else {
6
7 <% Jifty->web->region(
8 name => 'users',
9 path => '/users/all',
10 ) %>
11
12 % }
13
14 </&>

  ViewVC Help
Powered by ViewVC 1.1.26