summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2010-05-08 18:04:45 -0500
committerJeremy Olexa <darkside@gentoo.org>2010-05-08 18:08:38 -0500
commitaa19c37f4ad67ec9cab0a8e8eb78f35c7eaedcf9 (patch)
treeb4486b08ba7bfe3732b926e3fe252348ea758479
parentMake anon.g.o links clickable (diff)
downloadgentoo-viewvc-templates-master.tar.gz
gentoo-viewvc-templates-master.tar.bz2
gentoo-viewvc-templates-master.zip
Header and Footer changesHEADmaster
Since the "Sticky" Revision box is largely useless for the gentoo-x86 repo, move the dropdown to the footer on the dir and log views. This is a style choice to make pages more cleanly presented.
-rw-r--r--include/dir_footer.ezt6
-rw-r--r--include/dir_header.ezt4
-rw-r--r--include/log_footer.ezt6
-rw-r--r--include/log_header.ezt5
4 files changed, 12 insertions, 9 deletions
diff --git a/include/dir_footer.ezt b/include/dir_footer.ezt
index 5f25e69..c00ab0b 100644
--- a/include/dir_footer.ezt
+++ b/include/dir_footer.ezt
@@ -3,6 +3,12 @@
<hr/>
<p style="margin:0;"><a href="[tarball_href]">Download GNU tarball</a></p>
[end]
+<br>
+<tr>
+ <td>Sticky [is roottype "cvs"]Tag[else]Revision[end]:</td>
+ <td>[include "pathrev_form.ezt"]</td>
+</tr>
+
[include "props.ezt"]
[include "footer.ezt"]
diff --git a/include/dir_header.ezt b/include/dir_header.ezt
index 9c01ee5..ee35ffb 100644
--- a/include/dir_header.ezt
+++ b/include/dir_header.ezt
@@ -61,10 +61,6 @@ cvs -d :ext:<i>${USER}</i>@cvs.gentoo.org:/var/cvsroot co [rootname][p]
<td><a href="[tree_rev_href]" title="Revision [tree_rev]">[tree_rev]</a>[if-any youngest_rev] (of <a href="[youngest_rev_href]" title="Revision [youngest_rev]">[youngest_rev]</a>)[end]</td>
</tr>
[end]
-<tr>
- <td>Sticky [is roottype "cvs"]Tag[else]Revision[end]:</td>
- <td>[include "pathrev_form.ezt"]</td>
-</tr>
[if-any search_re_action]
<tr>
diff --git a/include/log_footer.ezt b/include/log_footer.ezt
index b39c861..5c4ba7a 100644
--- a/include/log_footer.ezt
+++ b/include/log_footer.ezt
@@ -5,6 +5,12 @@
[end]
[include "sort.ezt"]
+<br>
+<tr>
+ <td>Sticky [is roottype "cvs"]Tag[else]Revision[end]:</td>
+ <td>[include "pathrev_form.ezt"]</td>
+</tr>
+
[include "footer.ezt"]
diff --git a/include/log_header.ezt b/include/log_header.ezt
index 34ed362..135bee6 100644
--- a/include/log_header.ezt
+++ b/include/log_header.ezt
@@ -44,11 +44,6 @@
[end]
[end]
-<tr>
- <td>Sticky [is roottype "cvs"]Tag[else]Revision[end]:</td>
- <td>[include "pathrev_form.ezt"]</td>
-</tr>
-
</table>
[include "paging.ezt"]