Mercurial > hg
annotate templates/header.tmpl @ 6743:86e8187b721a
simplify flag handling
add _checklink var to dirstate
introduce dirstate.flagfunc
switch users of util.execfunc/linkfunc to flagfunc
change manifestdict.set to take a flags string
change ctx.fileflags to ctx.flags
change gitmode func to a dict
remove util.execfunc/linkfunc
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 26 Jun 2008 13:46:34 -0500 |
parents | cfb4a51da7d5 |
children |
rev | line source |
---|---|
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
142
diff
changeset
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
142 | 2 <html> |
3 <head> | |
6029
5b6190dfb344
Revert e82dd2dd6276
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
5977
diff
changeset
|
4 <link rel="icon" href="#staticurl#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
|
5 <meta name="robots" content="index, nofollow" /> |
4084
51e52db6b40d
hgweb: allow static files to be served directly by the HTTP server
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
3781
diff
changeset
|
6 <link rel="stylesheet" href="#staticurl#style.css" type="text/css" /> |