Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (show annotations) (download)
Fri May 13 08:48:34 2016 UTC (7 years, 11 months ago) by niro
File size: 4614 byte(s)
-updates magellan-template to match viewvc-1.1.24
1 [include "include/log_header.ezt"]
2
3 [define first_revision][end]
4 [define last_revision][end]
5
6 [for entries]
7 [if-index entries first][define first_revision][entries.rev][end][end]
8 [if-index entries last][define last_revision][entries.rev][end][end]
9
10 <div>
11 <hr />
12
13 [is entries.state "dead"]
14 Revision <strong>[entries.rev]</strong>
15 [else]
16 <a name="rev[entries.rev]"></a>
17 [for entries.tag_names]<a name="[entries.tag_names]"></a>
18 [end]
19 [for entries.branch_names]<a name="[entries.branch_names]"></a>
20 [end]
21
22 Revision [is roottype "svn"]<a href="[entries.revision_href]"><strong>[entries.rev]</strong></a>[else]<strong>[entries.rev]</strong>[end] -
23 [if-any entries.view_href]
24 [is pathtype "file"]
25 (<a href="[entries.view_href]">view</a>)
26 [else]
27 <a href="[entries.view_href]">Directory Listing</a>
28 [end]
29 [end]
30 [if-any entries.download_href](<a href="[entries.download_href]">download</a>)[end]
31 [if-any entries.download_text_href](<a href="[entries.download_text_href]">as text</a>)[end]
32 [if-any entries.annotate_href](<a href="[entries.annotate_href]">annotate</a>)[end]
33
34 [is pathtype "file"]
35 [# if you don't want to allow select for diffs then remove this section]
36 [is entries.rev rev_selected]
37 - <strong>[[]selected]</strong>
38 [else]
39 - <a href="[entries.sel_for_diff_href]">[[]select for diffs]</a>
40 [end]
41 [end]
42 [end]
43
44 [if-any entries.vendor_branch]
45 <em>(vendor branch)</em>
46 [end]
47
48 <br />
49
50 [is roottype "svn"]
51 [if-index entries last]Added[else]Modified[end]
52 [end]
53
54 <em>[if-any entries.date][entries.date][else](unknown date)[end]</em>
55 [if-any entries.ago]([entries.ago] ago)[end]
56 by <em>[if-any entries.author][entries.author][else](unknown author)[end]</em>
57
58 [if-any entries.orig_path]
59 <br />Original Path: <a href="[entries.orig_href]"><em>[entries.orig_path]</em></a>
60 [end]
61
62 [if-any entries.branches]
63 <br />Branch:
64 [for entries.branches]
65 <a href="[entries.branches.href]"><strong>[entries.branches.name]</strong></a>[if-index entries.branches last][else],[end]
66 [end]
67 [end]
68
69 [if-any entries.tags]
70 <br />CVS Tags:
71 [for entries.tags]
72 <a href="[entries.tags.href]"><strong>[entries.tags.name]</strong></a>[if-index entries.tags last][else],[end]
73 [end]
74 [end]
75
76 [if-any entries.branch_points]
77 <br />Branch point for:
78 [for entries.branch_points]
79 <a href="[entries.branch_points.href]"><strong>[entries.branch_points.name]</strong></a>[if-index entries.branch_points last][else],[end]
80 [end]
81 [end]
82
83 [if-any entries.prev]
84 [if-any entries.changed]
85 [is roottype "cvs"]
86 <br />Changes since <strong>[entries.prev]: [entries.changed] lines</strong>
87 [end]
88 [end]
89 [end]
90
91 [is roottype "svn"]
92 [if-any entries.size]
93 <br />File length: [entries.size] byte(s)
94 [end]
95
96 [if-any entries.copy_path]
97 <br />Copied from: <a href="[entries.copy_href]"><em>[entries.copy_path]</em></a> revision [entries.copy_rev]
98 [end]
99 [end]
100
101 [if-any entries.lockinfo]
102 <br />Lock status: <img src="[docroot]/images/lock.png" alt="Locked" width="16" height="16" /> [entries.lockinfo]
103 [end]
104
105 [is entries.state "dead"]
106 <br /><strong><em>FILE REMOVED</em></strong>
107 [else]
108 [is pathtype "file"]
109 [if-any entries.prev]
110 <br />Diff to <a href="[entries.diff_to_prev_href]">previous [entries.prev]</a>
111 [if-any human_readable]
112 [else]
113 (<a href="[entries.diff_to_prev_href]&amp;diff_format=h">colored</a>)
114 [end]
115 [end]
116
117 [is roottype "cvs"]
118 [if-any entries.branch_point]
119 , to <a href="[entries.diff_to_branch_href]">branch point [entries.branch_point]</a>
120 [if-any human_readable]
121 [else]
122 (<a href="[entries.diff_to_branch_href]&amp;diff_format=h">colored</a>)
123 [end]
124 [end]
125
126 [if-any entries.next_main]
127 , to <a href="[entries.diff_to_main_href]">next main [entries.next_main]</a>
128 [if-any human_readable]
129 [else]
130 (<a href="[entries.diff_to_main_href]&amp;diff_format=h">colored</a>)
131 [end]
132 [end]
133 [end]
134
135 [if-any entries.diff_to_sel_href]
136 [if-any entries.prev], [else]<br />Diff[end]
137 to <a href="[entries.diff_to_sel_href]">selected [rev_selected]</a>
138 [if-any human_readable]
139 [else]
140 (<a href="[entries.diff_to_sel_href]&amp;diff_format=h">colored</a>)
141 [end]
142 [end]
143 [end]
144 [end]
145
146 <pre class="vc_log">[entries.log]</pre>
147 </div>
148 [end]
149
150 [include "include/log_footer.ezt"]