Magellan Linux

Contents of /trunk/viewvc/magellan-template/revision.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: 3075 byte(s)
-updates magellan-template to match viewvc-1.1.24
1 [# 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
10 <form method="get" action="[jump_rev_action]">
11 <table cellspacing="1" cellpadding="2" style="width: auto;">
12 <tr align="left">
13 <th>Jump to revision:</th>
14 <td>
15 [for jump_rev_hidden_values]<input type="hidden" name="[jump_rev_hidden_values.name]" value="[jump_rev_hidden_values.value]"/>[end]
16 <input type="text" name="revision" value="[rev]" />
17 <input type="submit" value="Go" />
18 [if-any prev_href]
19 <a href="[prev_href]" title="Previous Revision"><img src="[docroot]/images/back.png" alt="Previous" width="20" height="22" /></a>[end]
20 [if-any next_href] <a href="[next_href]" title="Next Revision"><img src="[docroot]/images/forward.png" width="20" height="22" alt="Next" /></a>[end]
21 </td>
22 </tr>
23 <tr align="left">
24 <th>Author:</th>
25 <td>[if-any author][author][else]<em>(unknown author)</em>[end]</td>
26 </tr>
27 <tr align="left">
28 <th>Date:</th>
29 <td>[if-any date][date][else]<em>(unknown date)</em>[end]
30 [if-any ago]<em>([ago] ago)</em>[end]</td>
31 </tr>
32 <tr align="left">
33 <th>Changed paths:</th>
34 <td><strong>[num_changes]</strong>
35 [if-any more_changes](showing only [limit_changes]; <a href="[more_changes_href]">show all</a>)[end][if-any first_changes](<a href="[first_changes_href]">show only first [first_changes]</a>)[end]</td>
36 </tr>
37 <tr align="left">
38 <th>Log Message:</th>
39 <td><pre class="vc_log">[log]</pre></td>
40 </tr>
41 </table>
42 </form>
43
44 <hr />
45
46 <h2>Changed paths</h2>
47
48 <table cellspacing="1" cellpadding="2">
49 <thead>
50 <tr align="left">
51 <th class="vc_header_sort">Path</th>
52 <th class="vc_header">Details</th>
53 </tr>
54 </thead>
55 <tbody>
56 [if-any changes]
57 [for changes]
58 <tr class="vc_row_[if-index changes even]even[else]odd[end]">
59 <td>[if-any changes.view_href]<a href="[changes.view_href]" title="View [is changes.pathtype "dir"]Directory[else]File[end] Contents">[end]<img src="[docroot]/images/[is changes.pathtype "dir"]dir[else]text[end].png" class="vc_icon" alt="Directory" />[changes.path][is changes.pathtype "dir"]/[end][if-any changes.view_href]</a>[end]
60 [if-any changes.is_copy]<br /><em>(Copied from [changes.copy_path], r[changes.copy_rev])</em>[end]
61 </td>
62 <td>[if-any changes.log_href]<a href="[changes.log_href]" title="View Log">[end][changes.action][if-any changes.log_href]</a>[end]
63 [if-any changes.text_mods], [if-any changes.diff_href]<a href="[changes.diff_href]" title="View Diff">[end]text changed[if-any changes.diff_href]</a>[end][end]
64 [if-any changes.prop_mods], props changed[end]
65 </td>
66 </tr>
67 [end]
68 [else]
69 <tr>
70 <td colspan="5">No changed paths.</td>
71 </tr>
72 [end]
73 [if-any more_changes]
74 <tr>
75 <td colspan="5">[[]<a href="[more_changes_href]">...</a>]</td>
76 </tr>
77 [end]
78 </tbody>
79 </table>
80
81 [include "include/props.ezt"]
82 [include "include/footer.ezt"]