##// END OF EJS Templates
hgweb (coal/paper): make file, diff and annotate easier to render...
hgweb (coal/paper): make file, diff and annotate easier to render This patch removes tables altogether for file and diff, and removes one column from annotate, making firefox's incremental renderer much faster for large files.

File last commit:

r6453:cb16217f default
r7394:03b60f2f default
Show More
header.tmpl
7 lines | 286 B | application/x-cheetah | CheetahLexer
Matt Mackall
coal: more tweaking...
r6453 <!-- quirksmode -->
Matt Mackall
templates: add coal web theme
r6436 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="icon" href="{staticurl}hgicon.png" type="image/png">
<meta name="robots" content="index, nofollow" />
<link rel="stylesheet" href="{staticurl}style-coal.css" type="text/css" />