templates/header.tmpl
author mpm@selenic.com
Thu, 26 May 2005 12:24:01 -0800
changeset 168 65cf1b0cfe86
parent 155 083c38bdfa64
child 172 e9b1147db448
permissions -rw-r--r--
hgweb: add tags links and manifest links This adds a simple new tags page to browse by tag, adds the tag link everywhere, and adds manifest links to the tags and changelog pages.
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>
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     6
<style type="text/css">
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     7
a { text-decoration:none; }
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     8
.parity0 { background-color: #eeeeee; }
168
65cf1b0cfe86 hgweb: add tags links and manifest links
mpm@selenic.com
parents: 155
diff changeset
     9
.parity1 { background-color: #f8f8f8; }
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    10
.lineno { width: 60px; color: #cccccc; font-size: smaller; }
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    11
.plusline { color: green; }
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    12
.minusline { color: red; }
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    13
.atline { color: purple; }
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    14
.annotate { font-size: smaller; text-align: right; padding-right: 1em; }
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    15
.buttons a {
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    16
  background-color: #666666;
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    17
  padding: 2pt;
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    18
  color: white;
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    19
  font-family: sans;
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    20
  font-weight: bold;
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    21
}
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    22
.metatag {
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    23
  background-color: #888888;
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    24
  color: white;
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    25
  text-align: right; 
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    26
}
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    27
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
    28
</style>