changeset 6702:af7b26b0f884

templates: graph lacked bottom search in default style
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 18 Jun 2008 12:56:41 +0200
parents bf72e756c98b
children bacfee67c1a9
files templates/graph.tmpl
diffstat 1 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/templates/graph.tmpl	Wed Jun 18 12:55:05 2008 +0200
+++ b/templates/graph.tmpl	Wed Jun 18 12:56:41 2008 +0200
@@ -85,11 +85,13 @@
 graph.render(data);
 </script>
 
-<br />
-<small class="navigate">
-<a href="{url}graph/{uprev}{sessionvars%urlparameter}?revcount={revcountless}">less</a>
-<a href="{url}graph/{uprev}{sessionvars%urlparameter}?revcount={revcountmore}">more</a>
-| {changenav%navgraphentry}
-</small>
+<form action="#url#log">
+{sessionvars%hiddenformentry}
+<p>
+<label for="search1">search:</label>
+<input name="rev" id="search1" type="text" size="30">
+navigate: <small class="navigate">#changenav%navgraphentry#</small>
+</p>
+</form>
 
 #footer#