# HG changeset patch # User Marcin Kuzminski # Date 1276445929 -7200 # Node ID 373ddb868bd636c5d62a1b9da6fd56a8456a17d4 # Parent ba0523f440d278a97e99915eb2aac87cd38bd5c3 html updates,mostly tables diff -r ba0523f440d2 -r 373ddb868bd6 pylons_app/templates/branches/branches.html --- a/pylons_app/templates/branches/branches.html Sun Jun 13 16:33:22 2010 +0200 +++ b/pylons_app/templates/branches/branches.html Sun Jun 13 18:18:49 2010 +0200 @@ -17,10 +17,17 @@ - +
+ + + + + + %for cnt,branch in enumerate(c.repo_branches.items()): + - +
${_('date')}${_('revision')}${_('name')}${_('links')}
${branch[1]._ctx.date()|n,filters.age}r${branch[1].revision}:${branch[1].raw_id} ${h.link_to(branch[0], diff -r ba0523f440d2 -r 373ddb868bd6 pylons_app/templates/changelog/changelog.html --- a/pylons_app/templates/changelog/changelog.html Sun Jun 13 16:33:22 2010 +0200 +++ b/pylons_app/templates/changelog/changelog.html Sun Jun 13 18:18:49 2010 +0200 @@ -19,7 +19,7 @@ <%def name="main()"> - +
@@ -29,7 +29,7 @@
${h.form(h.url.current(),method='get')} - ${_('Show')}: ${h.text('size',size=5,value=c.size)} ${_('revisions')} + ${_('Show')}: ${h.text('size',size=2,value=c.size)} ${_('revisions')} ${h.submit('','set')} ${h.end_form()}
diff -r ba0523f440d2 -r 373ddb868bd6 pylons_app/templates/files/files_browser.html --- a/pylons_app/templates/files/files_browser.html Sun Jun 13 16:33:22 2010 +0200 +++ b/pylons_app/templates/files/files_browser.html Sun Jun 13 18:18:49 2010 +0200 @@ -9,6 +9,7 @@
${h.form(h.url.current())} ${_('view')}@rev «${h.text('at_rev',value=c.rev_nr,size='5')}» + ${c.cur_rev} ${h.submit('view','view')} ${h.end_form()}
diff -r ba0523f440d2 -r 373ddb868bd6 pylons_app/templates/shortlog/shortlog_data.html --- a/pylons_app/templates/shortlog/shortlog_data.html Sun Jun 13 16:33:22 2010 +0200 +++ b/pylons_app/templates/shortlog/shortlog_data.html Sun Jun 13 18:18:49 2010 +0200 @@ -17,16 +17,16 @@
${cs._ctx.date()|n,filters.age} ${cs.author|n,filters.person}r${cs.revision}r${cs.revision}:${cs.raw_id} ${h.link_to(h.truncate(cs.message,60), h.url('changeset_home',repo_name=c.repo_name,revision=cs._short), title=cs.message)} - - ${cs.branch} - + + ${cs.branch} + diff -r ba0523f440d2 -r 373ddb868bd6 pylons_app/templates/summary/summary.html --- a/pylons_app/templates/summary/summary.html Sun Jun 13 16:33:22 2010 +0200 +++ b/pylons_app/templates/summary/summary.html Sun Jun 13 18:18:49 2010 +0200 @@ -62,13 +62,23 @@ -

${h.link_to(_('Changes'),h.url('changelog_home',repo_name=c.repo_name))}

- +

${h.link_to(_('Last ten changes'),h.url('changelog_home',repo_name=c.repo_name))}

+
+ + + + + + + + + + %for cnt,cs in enumerate(c.repo_changesets): - + +
${_('date')}${_('author')}${_('revision')}${_('commit message')}${_('branch')}${_('tags')}${_('links')}
${cs._ctx.date()|n,filters.age} ${cs.author|n,filters.person}r${cs.revision}r${cs.revision}:${cs.raw_id} ${h.link_to(h.truncate(cs.message,60), h.url('changeset_home',repo_name=c.repo_name,revision=cs._short), @@ -77,6 +87,10 @@ ${cs.branch} + + + %for tag in cs.tags: ${tag} %endfor @@ -91,11 +105,18 @@ %endfor
-

${h.link_to(_('Tags'),h.url('tags_home',repo_name=c.repo_name))}

- +

${h.link_to(_('Last ten tags'),h.url('tags_home',repo_name=c.repo_name))}

+
+ + + + + + %for cnt,tag in enumerate(c.repo_tags.items()): +
${_('date')}${_('revision')}${_('name')}${_('links')}
${tag[1]._ctx.date()|n,filters.age}r${tag[1].revision}:${tag[1].raw_id} ${h.link_to(tag[0], @@ -111,11 +132,18 @@ %endfor
-

${h.link_to(_('Branches'),h.url('branches_home',repo_name=c.repo_name))}

- +

${h.link_to(_('Last ten branches'),h.url('branches_home',repo_name=c.repo_name))}

+
+ + + + + + %for cnt,branch in enumerate(c.repo_branches.items()): +
${_('date')}${_('revision')}${_('name')}${_('links')}
${branch[1]._ctx.date()|n,filters.age}r${branch[1].revision}:${branch[1].raw_id} ${h.link_to(branch[0], diff -r ba0523f440d2 -r 373ddb868bd6 pylons_app/templates/tags/tags.html --- a/pylons_app/templates/tags/tags.html Sun Jun 13 16:33:22 2010 +0200 +++ b/pylons_app/templates/tags/tags.html Sun Jun 13 18:18:49 2010 +0200 @@ -18,10 +18,17 @@ <%def name="main()"> - +
+ + + + + + %for cnt,tag in enumerate(c.repo_tags.items()): +
${_('date')}${_('revision')}${_('name')}${_('links')}
${tag[1]._ctx.date()|n,filters.age}r${tag[1].revision}:${tag[1].raw_id} ${h.link_to(tag[0],