comparison pylons_app/templates/files/files_source.html @ 278:ed7abf925696

#4: changes proposed by feedback to annotation
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 13 Jun 2010 16:27:19 +0200
parents c3661cf28bec
children 558eb7c5028f
comparison
equal deleted inserted replaced
277:7ec4463b6e53 278:ed7abf925696
2 <dt>${_('Revision')}</dt> 2 <dt>${_('Revision')}</dt>
3 <dd>r${c.files_list.last_changeset.revision}:${c.files_list.last_changeset._short}</dd> 3 <dd>r${c.files_list.last_changeset.revision}:${c.files_list.last_changeset._short}</dd>
4 <dt>${_('Size')}</dt> 4 <dt>${_('Size')}</dt>
5 <dd>${h.format_byte_size(c.files_list.size,binary=True)}</dd> 5 <dd>${h.format_byte_size(c.files_list.size,binary=True)}</dd>
6 <dt>${_('Options')}</dt> 6 <dt>${_('Options')}</dt>
7 <dd>${h.link_to(_('annotate'), 7 <dd>${h.link_to(_('show annotation'),
8 h.url('files_annotate_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.f_path))} / ${h.link_to(_('raw'), 8 h.url('files_annotate_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.f_path))}
9 h.url('files_raw_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.f_path))}</dd> 9 / ${h.link_to(_('download as raw'),
10 h.url('files_raw_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.f_path))}
11 </dd>
10 <dt>${_('History')}</dt> 12 <dt>${_('History')}</dt>
11 <dd> 13 <dd>
12 ${h.form(h.url('files_diff_home',repo_name=c.repo_name,f_path=c.f_path),method='GET')} 14 ${h.form(h.url('files_diff_home',repo_name=c.repo_name,f_path=c.f_path),method='GET')}
13 ${h.hidden('diff2',c.files_list.last_changeset._short)} 15 ${h.hidden('diff2',c.files_list.last_changeset._short)}
14 ${h.select('diff1','',c.file_history)} 16 ${h.select('diff1','',c.file_history)}