comparison 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
comparison
equal deleted inserted replaced
361:3581656180b7 362:558eb7c5028f
6 %endif 6 %endif
7 </%def> 7 </%def>
8 <div id="body" class="browserblock"> 8 <div id="body" class="browserblock">
9 <div class="browser-header"> 9 <div class="browser-header">
10 ${h.form(h.url.current())} 10 ${h.form(h.url.current())}
11 <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> 11 <div class="info_box">
12 ${c.cur_rev} 12 <span >${_('view')}@rev</span>
13 ${h.submit('view','view')} 13 <a href="${c.url_prev}">&laquo;</a>
14 ${h.text('at_rev',value=c.rev_nr,size=3)}
15 <a href="${c.url_next}">&raquo;</a>
16 ${h.submit('view','view')}
17 </div>
14 ${h.end_form()} 18 ${h.end_form()}
15 </div> 19 </div>
16 <div class="browser-body"> 20 <div class="browser-body">
17 <table class="code-browser"> 21 <table class="code-browser">
18 <thead> 22 <thead>