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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (show annotations)
Fri May 5 22:02:19 2006 UTC (18 years, 1 month ago) by dpavlin
File size: 354 byte(s)
added /all_transports
1 <%args>
2 $transports
3 </%args>
4 <&|/_elements/wrapper&>
5 <ul>
6 % while (my $t = $transports->next) {
7 <li><% $t->source->name %> -&gt; <% $t->destination->name %>
8 <tt><% $t->request_nr %></tt>
9 client <% $t->client_dependent ? 'dependent' : 'independent' %>
10 % if ($t->created_by) {
11 requested by <em><% $t->created_by->name %></em>
12 % }
13 </li>
14 % }
15 </&>

  ViewVC Help
Powered by ViewVC 1.1.26