templates/header.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 11 Oct 2006 20:59:37 +0200
changeset 3362 887da2247b57
parent 3265 d1aa83f199ef
child 3781 713e35dcc321
permissions -rw-r--r--
hgweb: Keep session variables (currently only style) in HTML forms, too. Adjusted default and gitweb template for this.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     1
Content-type: text/html
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     2
154
1d5f799ebe1e fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents: 142
diff changeset
     3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     4
<html>
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     5
<head>
3265
d1aa83f199ef Update templates to use NewWebInterface
Brendan Cully <brendan@kublai.com>
parents: 2126
diff changeset
     6
<link rel="icon" href="#url#static/hgicon.png" type="image/png">
1628
88ad18c16ae5 [hgweb] Prevent search engine bots from indexing the entire repository
Matt Mackall <mpm@selenic.com>
parents: 1425
diff changeset
     7
<meta name="robots" content="index, nofollow" />
3265
d1aa83f199ef Update templates to use NewWebInterface
Brendan Cully <brendan@kublai.com>
parents: 2126
diff changeset
     8
<link rel="stylesheet" href="#url#static/style.css" type="text/css" />