Magellan Linux

Contents of /trunk/viewvc/magellan-template/annotate.ezt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations) (download)
Tue Oct 30 22:18:26 2012 UTC (11 years, 6 months ago) by niro
File size: 1492 byte(s)
-initial viewvc theme for cvs.magellan-linux.de/svn.magellan-linux.de
1 [# setup page definitions][define page_title]Annotation of /[where][end][define help_href][docroot]/help_rootview.html[end][# end][include "include/header.ezt" "annotate"]
2 [include "include/file_header.ezt"]
3
4 <hr />
5
6 <p>
7 Revision [if-any revision_href]<a href="[revision_href]"><strong>[rev]</strong></a>[else]<strong>[rev]</strong>[end] -
8 (<a href="[view_href]"><strong>view</strong></a>)
9 (<a href="[download_href]"><strong>download</strong></a>)
10 [if-any download_text_href](<a href="[download_text_href]"><strong>as text</strong></a>)[end]
11 [if-any orig_path]
12 <br />Original Path: <a href="[orig_href]"><em>[orig_path]</em></a>
13 [end]
14 </p>
15
16
17 [define class1]vc_row_even[end]
18 [define class2]vc_row_odd[end]
19 [define last_rev]0[end]
20 [define rowclass][class1][end]
21
22 <table cellspacing="0" cellpadding="0">
23 [for lines]
24 [is lines.rev last_rev]
25 [else]
26 [is rowclass class1]
27 [define rowclass][class2][end]
28 [else]
29 [define rowclass][class1][end]
30 [end]
31 [end]
32
33 <tr class="[rowclass]" id="l[lines.line_number]">
34 <td class="vc_blame_line">[lines.line_number] :</td>
35 <td class="vc_blame_author">[is lines.rev last_rev]&nbsp;[else][lines.author][end]</td>
36 <td class="vc_blame_rev">[is lines.rev last_rev]&nbsp;[else][if-any lines.diff_url]<a href="[lines.diff_url]">[end][lines.rev][if-any lines.diff_url]</a>[end][end]</td>
37 <td class="vc_blame_text">[lines.text]</td>
38 </tr>
39 [define last_rev][lines.rev][end]
40 [end]
41 </table>
42
43 [include "include/footer.ezt"]