/[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

Diff of /trunk/web/templates/all_transports

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 15 by dpavlin, Fri May 5 22:02:19 2006 UTC revision 16 by dpavlin, Fri May 26 13:40:45 2006 UTC
# Line 2  Line 2 
2  $transports  $transports
3  </%args>  </%args>
4  <&|/_elements/wrapper&>  <&|/_elements/wrapper&>
5  <ul>  <table border="1" cellspacing="0" cellpadding="3">
6    <tr>
7    <th>source</th>
8    <th>destination</th>
9    <th>request nr</th>
10    <th>client dependency</th>
11    <th>created by</th>
12    </tr>
13    
14  % while (my $t = $transports->next) {  % while (my $t = $transports->next) {
15   <li><% $t->source->name %> -&gt; <% $t->destination->name %>  <tr>
16          <tt><% $t->request_nr %></tt>  <td><% $t->source->name %></td>
17          client <% $t->client_dependent ? 'dependent' : 'independent' %>  <td><% $t->destination->name %></td>
18  %    if ($t->created_by) {  <td><tt><% $t->request_nr %></tt></td>
19          requested by <em><% $t->created_by->name %></em>  <td>
20  %    }  <% $t->client_dependent ? 'dependent' : 'independent' %>
21   </li>  </td>
22    <td>
23    %  if ($t->created_by) {
24        <em><% $t->created_by->name %></em>
25    %  }
26    </td>
27    </tr>
28  % }  % }
29    </table>
30  </&>  </&>

Legend:
Removed from v.15  
changed lines
  Added in v.16

  ViewVC Help
Powered by ViewVC 1.1.26