templates/manifest.tmpl
author Matt Mackall <mpm@selenic.com>
Tue, 18 Oct 2005 23:08:35 -0700
changeset 1410 17703aa4491e
parent 1370 710079d2a821
child 1498 78590fb4a82b
permissions -rw-r--r--
hgweb: shorten all the URLs in the standard templates A URL like this: http://www.selenic.com/hg/?cmd=changeset;node=5010207c35273ac1331cae44c253dd41fa07cb7f is now presented as: http://www.selenic.com/hg/?cs=5010207c352 (though the old style still works, of course)
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#
375
b29219389b00 Show nice short hashes in hgweb
mpm@selenic.com
parents: 359
diff changeset
     2
<title>#repo|escape#: manifest #manifest|short#</title>
142
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
154
1d5f799ebe1e fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents: 153
diff changeset
     6
<div class="buttons">
1410
17703aa4491e hgweb: shorten all the URLs in the standard templates
Matt Mackall <mpm@selenic.com>
parents: 1370
diff changeset
     7
<a href="?cl=#rev#">changelog</a>
17703aa4491e hgweb: shorten all the URLs in the standard templates
Matt Mackall <mpm@selenic.com>
parents: 1370
diff changeset
     8
<a href="?tags=">tags</a>
17703aa4491e hgweb: shorten all the URLs in the standard templates
Matt Mackall <mpm@selenic.com>
parents: 1370
diff changeset
     9
<a href="?cs=#node|short#">changeset</a>
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
    10
</div>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
    11
1370
710079d2a821 hgweb: remove various manifest and file hashes from display
Matt Mackall <mpm@selenic.com>
parents: 981
diff changeset
    12
<h2>manifest for changeset #node|short#: #path#</h2>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
    13
359
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
    14
<table cellpadding="0" cellspacing="0">
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
    15
<tr class="parity1">
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
    16
  <td><tt>drwxr-xr-x</tt>&nbsp;
1410
17703aa4491e hgweb: shorten all the URLs in the standard templates
Matt Mackall <mpm@selenic.com>
parents: 1370
diff changeset
    17
  <td><a href="?mf=#manifest|short#;path=#up#">[up]</a>
979
87d40e085e08 hgweb: Changed manifest page to list format syntax
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents: 377
diff changeset
    18
#dentries%manifestdirentry#
87d40e085e08 hgweb: Changed manifest page to list format syntax
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents: 377
diff changeset
    19
#fentries%manifestfileentry#
359
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
    20
</table>
153
e8a360cd5a9f changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents: 142
diff changeset
    21
#footer#