annotate templates/changelog.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 9bdf5ae63d1f
children 765182a4c843
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#
201
f918a6fa2572 hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents: 173
diff changeset
2 <title>#repo|escape#: changelog</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>
168
65cf1b0cfe86 hgweb: add tags links and manifest links
mpm@selenic.com
parents: 165
diff changeset
5
65cf1b0cfe86 hgweb: add tags links and manifest links
mpm@selenic.com
parents: 165
diff changeset
6 <div class="buttons">
65cf1b0cfe86 hgweb: add tags links and manifest links
mpm@selenic.com
parents: 165
diff changeset
7 <a href="?cmd=tags">tags</a>
65cf1b0cfe86 hgweb: add tags links and manifest links
mpm@selenic.com
parents: 165
diff changeset
8 <a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
65cf1b0cfe86 hgweb: add tags links and manifest links
mpm@selenic.com
parents: 165
diff changeset
9 </div>
65cf1b0cfe86 hgweb: add tags links and manifest links
mpm@selenic.com
parents: 165
diff changeset
10
201
f918a6fa2572 hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents: 173
diff changeset
11 <h2>changelog for #repo|escape#</h2>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
12
584
9bdf5ae63d1f [PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents: 201
diff changeset
13 <form action="#">
9bdf5ae63d1f [PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents: 201
diff changeset
14 <p>
9bdf5ae63d1f [PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents: 201
diff changeset
15 <label for="search1">search:</label>
165
7fc8385df514 Add tag/rev/node search to hgweb
mpm@selenic.com
parents: 142
diff changeset
16 <input type="hidden" name="cmd" value="changelog">
584
9bdf5ae63d1f [PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents: 201
diff changeset
17 <input name="rev" id="search1" type="text" size="30">
9bdf5ae63d1f [PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents: 201
diff changeset
18 navigate: <small>#changenav#</small>
9bdf5ae63d1f [PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents: 201
diff changeset
19 </p>
165
7fc8385df514 Add tag/rev/node search to hgweb
mpm@selenic.com
parents: 142
diff changeset
20 </form>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
21
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
22 #entries#
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
23
584
9bdf5ae63d1f [PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents: 201
diff changeset
24 <form action="#">
9bdf5ae63d1f [PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents: 201
diff changeset
25 <p>
9bdf5ae63d1f [PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents: 201
diff changeset
26 <label for="search2">search:</label>
165
7fc8385df514 Add tag/rev/node search to hgweb
mpm@selenic.com
parents: 142
diff changeset
27 <input type="hidden" name="cmd" value="changelog">
584
9bdf5ae63d1f [PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents: 201
diff changeset
28 <input name="rev" id="search2" type="text" size="30">
9bdf5ae63d1f [PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents: 201
diff changeset
29 navigate: <small>#changenav#</small>
9bdf5ae63d1f [PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents: 201
diff changeset
30 </p>
165
7fc8385df514 Add tag/rev/node search to hgweb
mpm@selenic.com
parents: 142
diff changeset
31 </form>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
32
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
33 #footer#