annotate templates/manifest.tmpl @ 597:e530637ea060

[PATCH] use <arpa/inet.h> instead of <netinet/in.h> for ntohl/htonl -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] use <arpa/inet.h> instead of <netinet/in.h> for ntohl/htonl From: Jed Davis <jdev@panix.com> This fixes the Mac OS X build problem; hopefully it won't break any other OSes, especially since SUSv3 says arpa/inet is the right header. ( http://www.opengroup.org/onlinepubs/009695399/functions/ntohl.html ) manifest hash: 2f06ff0cffefdb35e794131afcd1f34f9fdfa5cf -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCyEoFywK+sNU5EO8RAk6WAJ9v/pnr07zUXKM9EBQQGaKSZAlhxACdHrwS XTLSL6pPGAwaRfExGF2A3DQ= =Rtv9 -----END PGP SIGNATURE-----
author mpm@selenic.com
date Sun, 03 Jul 2005 12:26:45 -0800
parents e5d769afd3ef
children 87d40e085e08 5197fb9d65d5 4f81068ed8cd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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">
153
e8a360cd5a9f changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents: 142
diff changeset
7 <a href="?cmd=changelog;rev=#rev#">changelog</a>
168
65cf1b0cfe86 hgweb: add tags links and manifest links
mpm@selenic.com
parents: 155
diff changeset
8 <a href="?cmd=tags">tags</a>
153
e8a360cd5a9f changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents: 142
diff changeset
9 <a href="?cmd=changeset;node=#node#">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
375
b29219389b00 Show nice short hashes in hgweb
mpm@selenic.com
parents: 359
diff changeset
12 <h2>manifest #manifest|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;
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
17 <td><a href="?cmd=manifest;manifest=#manifest#;path=#up#">[up]</a>
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
18 #entries#
359
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
19 </table>
153
e8a360cd5a9f changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents: 142
diff changeset
20 #footer#