comparison pylons_app/templates/files/files_browser.html @ 280:373ddb868bd6

html updates,mostly tables
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 13 Jun 2010 18:18:49 +0200
parents e35210568664
children 558eb7c5028f
comparison
equal deleted inserted replaced
279:ba0523f440d2 280:373ddb868bd6
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 <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>
12 ${c.cur_rev}
12 ${h.submit('view','view')} 13 ${h.submit('view','view')}
13 ${h.end_form()} 14 ${h.end_form()}
14 </div> 15 </div>
15 <div class="browser-body"> 16 <div class="browser-body">
16 <table class="code-browser"> 17 <table class="code-browser">