Magellan Linux

Contents of /trunk/viewvc/magellan-template/include/log_header.ezt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (show annotations) (download)
Fri May 13 08:48:34 2016 UTC (8 years ago) by niro
File size: 1352 byte(s)
-updates magellan-template to match viewvc-1.1.24
1 [# setup page definitions]
2 [define page_title]Log of /[where][end]
3 [define help_href][docroot]/help_log.html[end]
4 [# end]
5
6 [include "header.ezt" "log"]
7 [include "file_header.ezt"]
8
9 <hr />
10
11 <table class="auto">
12
13 [if-any default_branch]
14 <tr>
15 <td>Default branch:</td>
16 <td>[for default_branch]<a href="[default_branch.href]">[default_branch.name]</a>[if-index default_branch last][else], [end]
17 [end]</td>
18 </tr>
19 [end]
20
21 [is pathtype "file"]
22 [if-any head_view_href]
23 <tr>
24 <td>Links to HEAD:</td>
25 <td>
26 (<a href="[head_view_href]">view</a>)
27 [if-any head_download_href](<a href="[head_download_href]">download</a>)[end]
28 [if-any head_download_text_href](<a href="[head_download_text_href]">as text</a>)[end]
29 [if-any head_annotate_href](<a href="[head_annotate_href]">annotate</a>)[end]
30 </td>
31 </tr>
32 [end]
33
34 [if-any tag_view_href]
35 <tr>
36 <td>Links to [pathrev]:</td>
37 <td>
38 (<a href="[tag_view_href]">view</a>)
39 [if-any tag_download_href](<a href="[tag_download_href]">download</a>)[end]
40 [if-any tag_download_text_href](<a href="[tag_download_text_href]">as text</a>)[end]
41 [if-any tag_annotate_href](<a href="[tag_annotate_href]">annotate</a>)[end]
42 </td>
43 </tr>
44 [end]
45 [end]
46
47 <tr>
48 <td>Sticky [is roottype "cvs"]Tag[else]Revision[end]:</td>
49 <td>[include "pathrev_form.ezt"]</td>
50 </tr>
51
52 </table>
53
54 [include "paging.ezt"]