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

Annotation of /trunk/web/templates/transports

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (hide annotations)
Fri May 5 22:02:19 2006 UTC (18 years ago) by dpavlin
Original Path: trunk/web/templates/all_transports
File size: 354 byte(s)
added /all_transports
1 dpavlin 12 <%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