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

Diff of /trunk/web/templates/fragments/index.html

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

trunk/web/templates/all_transports revision 16 by dpavlin, Fri May 26 13:40:45 2006 UTC trunk/web/templates/transports revision 37 by dpavlin, Sat May 27 15:56:52 2006 UTC
# Line 1  Line 1 
 <%args>  
 $transports  
 </%args>  
1  <&|/_elements/wrapper&>  <&|/_elements/wrapper&>
 <table border="1" cellspacing="0" cellpadding="3">  
 <tr>  
 <th>source</th>  
 <th>destination</th>  
 <th>request nr</th>  
 <th>client dependency</th>  
 <th>created by</th>  
 </tr>  
2    
3  % while (my $t = $transports->next) {  <% Jifty->web->region(
4  <tr>          name => "transports-table",
5  <td><% $t->source->name %></td>          path => "/fragments/transports"
6  <td><% $t->destination->name %></td>  ) %>
7  <td><tt><% $t->request_nr %></tt></td>  
 <td>  
 <% $t->client_dependent ? 'dependent' : 'independent' %>  
 </td>  
 <td>  
 %  if ($t->created_by) {  
     <em><% $t->created_by->name %></em>  
 %  }  
 </td>  
 </tr>  
 % }  
 </table>  
8  </&>  </&>

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

  ViewVC Help
Powered by ViewVC 1.1.26