/etc/viewvc/templates/log_table.ezt is in viewvc 1.1.26-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 | [include "include/log_header.ezt"]
<hr />
<table cellspacing="1" cellpadding="2">
<thead>
<tr>
<th class="vc_header[is logsort "rev"]_sort[end]">Revision</th>
<th class="vc_header">Tasks</th>
[is pathtype "file"]
<th class="vc_header">Diffs</th>
[end]
[is roottype "cvs"]
<th class="vc_header">Branches/<br />Tags</th>
[end]
<th class="vc_header[is logsort "date"]_sort[end]">Age</th>
<th class="vc_header">Author</th>
</tr>
</thead>
[define first_revision][end]
[define last_revision][end]
[for entries]
[if-index entries first][define first_revision][entries.rev][end][end]
[if-index entries last][define last_revision][entries.rev][end][end]
<tbody>
<tr style="vertical-align: top;" class="vc_row_[if-index entries even]even[else]odd[end]">
[# Revision column]
<td rowspan="2">
[is roottype "svn"]<a href="[entries.revision_href]"><strong>[entries.rev]</strong></a>[else]<strong>[entries.rev]</strong>[end]
<a name="rev[entries.rev]"></a>
</td>
[# Tasks column]
<td>
[if-any entries.view_href]
[is pathtype "file"]
<a href="[entries.view_href]"><strong>View</strong></a><br />
[else]
<a href="[entries.view_href]"><strong>Directory Listing</strong></a><br />
[end]
[end]
[if-any entries.download_href]<a href="[entries.download_href]"><strong>Download</strong></a><br />[end]
[if-any entries.download_text_href]<a href="[entries.download_text_href]"><strong>As text</strong></a><br />[end]
[if-any entries.annotate_href]<a href="[entries.annotate_href]"><strong>Annotate</strong></a><br />[end]
</td>
[is pathtype "file"]
<td>
[# Diffs column]
[is entries.state "dead"]
<strong><em>FILE REMOVED</em></strong>
[else]
[# if you don't want to allow select for diffs then remove this section]
[is entries.rev rev_selected]
<strong>[[]selected]</strong><br />
[else]
<a href="[entries.sel_for_diff_href]"><strong>[[]select for diffs]</strong></a><br />
[end]
[if-any entries.diff_to_sel_href]
<a href="[entries.diff_to_sel_href]"><strong>Diff to selected [rev_selected]</strong></a>
[if-any human_readable]
[else]
(<a href="[entries.diff_to_sel_href]&diff_format=h"><strong>colored</strong></a>)
[end]<br />
[end]
[if-any entries.prev]
<a href="[entries.diff_to_prev_href]"><strong>Diff to previous [entries.prev]</strong></a>
[if-any human_readable]
[else]
(<a href="[entries.diff_to_prev_href]&diff_format=h"><strong>colored</strong></a>)
[end]<br />
[end]
[end]
</td>
[end]
[is roottype "cvs"]
<td>
[# Branches column]
[if-any entries.vendor_branch]
<em>vendor branch</em><br />
[end]
[if-any entries.branches]
[for entries.branches]
<a href="[entries.branches.href]"><strong>[entries.branches.name]</strong></a><br />
[end]
[end]
[if-any entries.branch_points]
Branch point for:
[for entries.branch_points]
<a href="[entries.branch_points.href]"><strong>[entries.branch_points.name]</strong></a><br />
[end]
[end]
[if-any entries.next_main]
<a href="[entries.diff_to_main_href]"><strong>Diff to next MAIN [entries.next_main]</strong></a>
[if-any human_readable]
[else]
(<a href="[entries.diff_to_main_href]&diff_format=h"><strong>colored</strong></a>)
[end]<br />
[end]
[if-any entries.branch_point]
<a href="[entries.diff_to_branch_href]"><strong>Diff to branch point [entries.branch_point]</strong></a>
[if-any human_readable]
[else]
(<a href="[entries.diff_to_branch_href]&diff_format=h"><strong>colored</strong></a>)
[end]<br />
[end]
[# Tags ]
[if-any entries.tags]
<form method=get action="[pathrev_action]" >
[for pathrev_hidden_values]<input type="hidden" name="[pathrev_hidden_values.name]" value="[pathrev_hidden_values.value]"/>[end]
<select name="pathrev" onChange="submit()">
<option value="" [is pathrev ""]selected[end]>Show all tags</option>
[for entries.tags]
<option [is pathrev entries.tags.name]selected[end]>[entries.tags.name]</option>
[end]
</select>
</form>
[else]
[end]
</td>
[end]
[# Time column]
<td>
[is roottype "svn"]
[if-index entries last]Added[else]Modified[end]
[end]
[if-any entries.ago][entries.ago] ago<br />[end]
[if-any entries.date]<em>[entries.date]</em>[end]
[is roottype "cvs"]
[if-any entries.prev]
[if-any entries.changed]
<br />Changes since <strong>[entries.prev]: [entries.changed] lines</strong>
[end]
[end]
[end]
</td>
[# Author column]
<td>
[entries.author]
</td>
</tr>
<tr class="vc_row_[if-index entries even]even[else]odd[end]">
<td colspan=5>
[if-any entries.lockinfo]
<strong>Lock status</strong>: <img src="[docroot]/images/lock.png" alt="Locked" width="16" height="16" /> [entries.lockinfo]<br />
[end]
[is roottype "svn"]
[if-any entries.orig_path]
<strong>Original Path</strong>: <a href="[entries.orig_href]"><em>[entries.orig_path]</em></a><br />
[end]
[if-any entries.size]
<strong>File length: </strong>[entries.size] byte(s)<br />
[end]
[if-any entries.copy_path]
<strong>Copied from: </strong><a href="[entries.copy_href]"><em>[entries.copy_path]</em></a> revision [entries.copy_rev]<br />
[end]
[end]
<strong>Log: </strong><pre class="vc_log">[entries.log]</pre>
</td>
</tr>
</tbody>
[end]
</table>
[include "include/log_footer.ezt"]
|