Magellan Linux

Diff of /trunk/viewvc/magellan-template/roots.ezt

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

revision 7 by niro, Tue Oct 30 22:18:26 2012 UTC revision 8 by niro, Fri May 13 08:48:34 2016 UTC
# Line 9  Line 9 
9  <thead>  <thead>
10  <tr>  <tr>
11    <th class="vc_header_sort">Name</th>    <th class="vc_header_sort">Name</th>
12    [is cfg.options.show_roots_lastmod "1"]
13      <th class="vc_header">Revision</th>
14      <th class="vc_header">Age</th>
15      <th class="vc_header">Author</th>
16      <th class="vc_header">Log</th>
17    [end]
18  </tr>  </tr>
19  </thead>  </thead>
20    
# Line 17  Line 23 
23    <tr class="vc_row_[if-index roots even]even[else]odd[end]">    <tr class="vc_row_[if-index roots even]even[else]odd[end]">
24      <td>      <td>
25        <a href="[roots.href]">        <a href="[roots.href]">
26        <img src="[docroot]/images/dir.png" alt="" width="16" height="16" />        <img src="[docroot]/images/dir.png" alt="" class="vc_icon" />
27        [roots.name]</a>        [roots.name]</a>
28      </td>      </td>
29    [is cfg.options.show_roots_lastmod "1"]
30        <td style="width:20">&nbsp;[if-any roots.log_href]<a href="[roots.log_href]">[roots.rev]</a>[else][roots.rev][end]</td>
31        <td style="width:20">&nbsp;[roots.ago]</td>
32        <td style="width:20">&nbsp;[roots.author]</td>
33        <td style="width:20">&nbsp;[roots.short_log]</td>
34    [end]
35    </tr>    </tr>
36  [end]  [end]
37  </tbody>  </tbody>

Legend:
Removed from v.7  
changed lines
  Added in v.8