# HG changeset patch # User Paul Boddie # Date 1322266092 -3600 # Node ID ad34bfccab10801d60954f31c7cebad0ed967099 # Parent 2020f37c72a16b50332b6850919936abd9248824 Updated the theme to work with 2.0 features, providing bookmarks and help pages. diff -r 2020f37c72a1 -r ad34bfccab10 themes/mercurialweb/bookmarkentry.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/mercurialweb/bookmarkentry.tmpl Sat Nov 26 01:08:12 2011 +0100 @@ -0,0 +1,6 @@ + + {date|age} + files + {node|short} + {bookmark|escape} + diff -r 2020f37c72a1 -r ad34bfccab10 themes/mercurialweb/bookmarks.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/mercurialweb/bookmarks.tmpl Sat Nov 26 01:08:12 2011 +0100 @@ -0,0 +1,41 @@ +{header} +{repo|escape} (bookmarks) + + + + + + +

{repo|escape}

+ +

Bookmarks

+ + + +{entries%bookmarkentry} + +
+ +{footer} diff -r 2020f37c72a1 -r ad34bfccab10 themes/mercurialweb/branches.tmpl --- a/themes/mercurialweb/branches.tmpl Sun Nov 20 01:17:34 2011 +0100 +++ b/themes/mercurialweb/branches.tmpl Sat Nov 26 01:08:12 2011 +0100 @@ -5,7 +5,7 @@