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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (show annotations)
Fri May 26 23:25:35 2006 UTC (17 years, 11 months ago) by dpavlin
File size: 223 byte(s)
added users list and simple edit form for user, check current_user->admin to
grant permissions
1 <%args>
2 $users
3 </%args>
4 <&|/_elements/wrapper&>
5
6 <ul>
7 % while (my $u = $users->next) {
8 <dt><% $u->name %> <tt><% $u->email %></tt>
9 <dd><% $u->admin ? 'admin' : 'user' %>
10 <a href="/user/<% $u->id %>">edit</a></td>
11 % }
12
13 </&>

  ViewVC Help
Powered by ViewVC 1.1.26