comparison pylons_app/templates/files/files_browser.html @ 149:b3c93efd1c97

Updated template for summary (archives links) added nex prev revision to file browser. updated logic in files to implement next and prev revison switch
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 12 May 2010 10:29:41 +0200
parents 3f01d02c2cc6
children e35210568664
comparison
equal deleted inserted replaced
148:d928d5f0a251 149:b3c93efd1c97
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 ${h.submit('view_low','-')}${h.text('at_rev',value=c.rev_nr,size='5')}${h.submit('view_high','+')}</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 ${h.submit('view','view')} 12 ${h.submit('view','view')}
13 ${h.end_form()} 13 ${h.end_form()}
14 </div> 14 </div>
15 <div class="browser-body"> 15 <div class="browser-body">
16 <table class="code-browser"> 16 <table class="code-browser">
17 <thead> 17 <thead>
18 <tr> 18 <tr>
19 <th>${_('Name')}</th> 19 <th>${_('Name')}</th>
20 <th>${_('Size')}</th> 20 <th>${_('Size')}</th>