diff pylons_app/templates/files/files_browser.html @ 362:558eb7c5028f rhodecode-0.0.0.8.0

version bump to 0.8 hg app 0.8 new template. Add yui flot and graph into summary page. + various tweeks and patches into look of application
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Jul 2010 02:17:48 +0200
parents 373ddb868bd6
children 25ab66a26975
line wrap: on
line diff
--- a/pylons_app/templates/files/files_browser.html	Sat Jul 24 00:53:43 2010 +0200
+++ b/pylons_app/templates/files/files_browser.html	Sat Jul 24 02:17:48 2010 +0200
@@ -8,9 +8,13 @@
 <div id="body" class="browserblock">
 	<div class="browser-header">
 		${h.form(h.url.current())}
-		<span>${_('view')}@rev <a style="font-size: 1.3em"  href="${c.url_prev}">&laquo;</a>${h.text('at_rev',value=c.rev_nr,size='5')}<a style="font-size: 1.3em" href="${c.url_next}">&raquo;</a></span>
-		${c.cur_rev} 
-		${h.submit('view','view')}
+		<div class="info_box">
+          <span >${_('view')}@rev</span> 
+          <a href="${c.url_prev}">&laquo;</a>
+          ${h.text('at_rev',value=c.rev_nr,size=3)}
+          <a href="${c.url_next}">&raquo;</a>
+          ${h.submit('view','view')}
+	    </div>           
 		${h.end_form()}
 	</div>
 	<div class="browser-body">