Magellan Linux

Annotation of /trunk/viewvc/magellan-template/revision.ezt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations) (download)
Tue Oct 30 22:18:26 2012 UTC (11 years, 7 months ago) by niro
File size: 2538 byte(s)
-initial viewvc theme for cvs.magellan-linux.de/svn.magellan-linux.de
1 niro 4 [# setup page definitions]
2     [define page_title]Revision [rev][end]
3     [define help_href][docroot]/help_rootview.html[end]
4     [# end]
5    
6     [include "include/header.ezt" "revision"]
7    
8     <hr />
9     <form method="get" action="[jump_rev_action]">
10     <table cellspacing="1" cellpadding="2" style="width: auto;">
11     <tr align="left">
12     <th>Jump to revision:</th>
13     <td>
14     [jump_rev_hidden_values]
15     <input type="text" name="revision" value="[rev]" />
16     <input type="submit" value="Go" />
17     [if-any prev_href]
18     <a href="[prev_href]"><img src="[docroot]/images/back.png" alt="Previous" width="20" height="22" /></a>[end]
19     [if-any next_href] <a href="[next_href]"><img src="[docroot]/images/forward.png" width="20" height="22" alt="Next" /></a>[end]
20     </td>
21     </tr>
22     <tr align="left">
23     <th>Author:</th>
24     <td>[author]</td>
25     </tr>
26     <tr align="left">
27     <th>Date:</th>
28     <td>[date] <em>([ago] ago)</em></td>
29     </tr>
30     <tr align="left">
31     <th>Log Message:</th>
32     <td><pre class="vc_log">[log]</pre></td>
33     </tr>
34     </table>
35     </form>
36    
37     <hr />
38    
39     <p><strong>Changed paths:</strong></p>
40    
41     [if-any more_changes]
42     <div>
43     Only [limit_changes] changes shown,
44     <a href="[more_changes_href]">display [more_changes] more changes...</a>
45     </div>
46     [end]
47    
48     [if-any first_changes]
49     <div><a href="[first_changes_href]">Show only first [first_changes] changes...</div>
50     [end]
51    
52     <table cellspacing="1" cellpadding="2">
53     <thead>
54     <tr align="left">
55     <th class="vc_header_sort">Path</th>
56     <th class="vc_header">Details</th>
57     </tr>
58     </thead>
59     <tbody>
60     [if-any changes]
61     [for changes]
62     <tr class="vc_row_[if-index changes even]even[else]odd[end]">
63     <td>[if-any changes.view_href]<a href="[changes.view_href]">[end]<img src="[docroot]/images/[is changes.pathtype "dir"]dir[else]text[end].png" width="16" height="16" alt="Directory" />[changes.path][is changes.pathtype "dir"]/[end][if-any changes.view_href]</a>[end]
64     [if-any changes.is_copy]<br /><em>(Copied from [changes.copy_path], r[changes.copy_rev])</em>[end]
65     </td>
66     <td>[if-any changes.log_href]<a href="[changes.log_href]">[end][changes.action][if-any changes.log_href]</a>[end]
67     [if-any changes.text_mods], [if-any changes.diff_href]<a href="[changes.diff_href]">[end]text changed[if-any changes.diff_href]</a>[end][end]
68     [if-any changes.prop_mods], props changed[end]
69     </td>
70     </tr>
71     [end]
72     [else]
73     <tr>
74     <td colspan="5">No changed paths.</td>
75     </tr>
76     [end]
77     </tbody>
78     </table>
79    
80     [include "include/footer.ezt"]