# HG changeset patch # User Josef "Jeff" Sipek # Date 1153960012 14400 # Node ID d98eebc48d5eb8fc31d03f50b5b045b1b4b2e42f # Parent 783220e5d2d1c488e2ef68ec4cafa798f2562964 [hgweb] Shortlog template for default theme diff -r 783220e5d2d1 -r d98eebc48d5e templates/map --- a/templates/map Mon Jul 24 20:56:30 2006 -0400 +++ b/templates/map Wed Jul 26 20:26:52 2006 -0400 @@ -3,7 +3,10 @@ footer = footer.tmpl search = search.tmpl changelog = changelog.tmpl +shortlog = shortlog.tmpl +shortlogentry = shortlogentry.tmpl naventry = '#label|escape# ' +navshortentry = '#label|escape# ' filedifflink = '#file|escape# ' filenodelink = '#file|escape# ' fileellipses = '...' diff -r 783220e5d2d1 -r d98eebc48d5e templates/shortlog.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/shortlog.tmpl Wed Jul 26 20:26:52 2006 -0400 @@ -0,0 +1,37 @@ +#header# +#repo|escape#: shortlog + + + + +
+tags +manifest +#archives%archiveentry# +rss +
+ +

shortlog for #repo|escape#

+ +
+

+ + + +navigate: #changenav%navshortentry# +

+
+ +#entries%shortlogentry# + +
+

+ + + +navigate: #changenav%navshortentry# +

+
+ +#footer# diff -r 783220e5d2d1 -r d98eebc48d5e templates/shortlogentry.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/shortlogentry.tmpl Wed Jul 26 20:26:52 2006 -0400 @@ -0,0 +1,7 @@ + + + + + + +
#date|age##author|obfuscate##desc|strip|firstline|escape#
diff -r 783220e5d2d1 -r d98eebc48d5e templates/static/style.css --- a/templates/static/style.css Mon Jul 24 20:56:30 2006 -0400 +++ b/templates/static/style.css Wed Jul 26 20:26:52 2006 -0400 @@ -57,6 +57,12 @@ .logEntry th.age, .logEntry th.firstline { font-weight: bold; } .logEntry th.firstline { text-align: left; width: inherit; } +/* Shortlog entries */ +.slogEntry { width: 100%; font-size: smaller; } +.slogEntry .age { width: 7%; } +.slogEntry td { font-weight: normal; text-align: left; vertical-align: top; } +.slogEntry td.author { width: 35%; } + /* Tag entries */ #tagEntries { list-style: none; margin: 0; padding: 0; } #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }