##// END OF EJS Templates
hgweb: improve shortlog formatting...
hgweb: improve shortlog formatting shorten author with |person don't shrink font (default font is presumed to be preferred reading size) set widths based on font ems rather than page percents.

File last commit:

r4084:51e52db6 default
r4703:bc63247c default
Show More
header.tmpl
10 lines | 470 B | application/x-cheetah | CheetahLexer
Matt Mackall
hgweb: report detected character set...
r3781 Content-type: text/html; charset={encoding}
Brendan Cully
Move gitweb theme into subdirectory
r3234
Matt Mackall
hgweb: report detected character set...
r3781 <?xml version="1.0" encoding="{encoding}"?>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
Alexis S. L. Carvalho
hgweb: allow static files to be served directly by the HTTP server
r4084 <link rel="icon" href="{staticurl}hgicon.png" type="image/png">
Brendan Cully
Move gitweb theme into subdirectory
r3234 <meta name="robots" content="index, nofollow"/>
Alexis S. L. Carvalho
hgweb: allow static files to be served directly by the HTTP server
r4084 <link rel="stylesheet" href="{staticurl}style-gitweb.css" type="text/css" />
Brendan Cully
Move gitweb theme into subdirectory
r3234