templates/changelog.tmpl
author mpm@selenic.com
Wed, 25 May 2005 16:21:06 -0800
changeset 157 2653740d8118
parent 142 529bf610092e
child 165 7fc8385df514
permissions -rw-r--r--
Install the templates where they can be found by hgweb.py This ought to use package_data but that doesn't exist in Python 2.3. So we do a hack of install_data and use glob. This also adds templatepath() to hgweb.py which finds the templates relative to hgweb.py's location.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
     1
#header#
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
     2
<title>#repo#: changelog</title>
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
     3
</head>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
     4
<body>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
     5
<h2>changelog for #repo#</h2>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
     6
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
     7
navigate: #changenav#<br>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
     8
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
     9
#entries#
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
    10
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
    11
navigate: #changenav#<br>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
    12
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
    13
#footer#