Mercurial > hg
changeset 7725:6a888d491eaf
coal/paper: switch to XHTML 1.1
author | Benoit Allard <benoit@aeteurope.nl> |
---|---|
date | Thu, 05 Feb 2009 18:15:33 +0100 |
parents | fff6e253e1f6 |
children | 2486980fe211 |
files | templates/coal/header.tmpl templates/paper/changeset.tmpl templates/paper/error.tmpl templates/paper/fileannotate.tmpl templates/paper/filediff.tmpl templates/paper/filelog.tmpl templates/paper/filerevision.tmpl templates/paper/graph.tmpl templates/paper/header.tmpl templates/paper/manifest.tmpl templates/paper/map templates/paper/search.tmpl templates/paper/shortlog.tmpl templates/paper/tags.tmpl templates/static/style-coal.css templates/static/style-paper.css tests/test-hgweb-commands.out tests/test-hgweb-descend-empties.out tests/test-hgweb-diffs.out tests/test-hgweb-empty.out tests/test-hgweb-filelog.out tests/test-hgweb-removed.out tests/test-hgweb.out tests/test-highlight.out |
diffstat | 24 files changed, 234 insertions(+), 245 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/coal/header.tmpl Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/coal/header.tmpl Thu Feb 05 18:15:33 2009 +0100 @@ -1,7 +1,6 @@ -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="{staticurl}hgicon.png" type="image/png"> +<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" />
--- a/templates/paper/changeset.tmpl Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/paper/changeset.tmpl Thu Feb 05 18:15:33 2009 +0100 @@ -6,7 +6,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="{staticurl}hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> @@ -30,9 +30,9 @@ <form class="search" action="{url}log"> {sessionvars%hiddenformentry} -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">{desc|strip|escape|addbreaks}</div>
--- a/templates/paper/error.tmpl Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/paper/error.tmpl Thu Feb 05 18:15:33 2009 +0100 @@ -24,8 +24,8 @@ <form class="search" action="{url}log"> {sessionvars%hiddenformentry} <p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">
--- a/templates/paper/fileannotate.tmpl Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/paper/fileannotate.tmpl Thu Feb 05 18:15:33 2009 +0100 @@ -7,7 +7,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="{staticurl}hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> @@ -34,9 +34,9 @@ <form class="search" action="{url}log"> {sessionvars%hiddenformentry} -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">{desc|strip|escape|addbreaks}</div>
--- a/templates/paper/filediff.tmpl Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/paper/filediff.tmpl Thu Feb 05 18:15:33 2009 +0100 @@ -7,7 +7,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="{staticurl}hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> @@ -32,10 +32,10 @@ <h3>diff {file|escape} @ {rev}:{node|short}</h3> <form class="search" action="{url}log"> -{sessionvars%hiddenformentry} -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p>{sessionvars%hiddenformentry}</p> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">{desc|strip|escape|addbreaks}</div>
--- a/templates/paper/filelog.tmpl Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/paper/filelog.tmpl Thu Feb 05 18:15:33 2009 +0100 @@ -1,9 +1,9 @@ {header} <title>{repo|escape}: {file|escape} history</title> <link rel="alternate" type="application/atom+xml" - href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}"> + href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}" /> <link rel="alternate" type="application/rss+xml" - href="{url}rss-log/tip/{file|urlescape}" title="RSS feed for {repo|escape}:{file}"> + href="{url}rss-log/tip/{file|urlescape}" title="RSS feed for {repo|escape}:{file}" /> </head> <body> @@ -11,7 +11,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="{staticurl}hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> @@ -37,9 +37,9 @@ <form class="search" action="{url}log"> {sessionvars%hiddenformentry} -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="navigate">{nav%filenaventry}</div>
--- a/templates/paper/filerevision.tmpl Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/paper/filerevision.tmpl Thu Feb 05 18:15:33 2009 +0100 @@ -7,7 +7,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="{staticurl}hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> @@ -33,9 +33,9 @@ <form class="search" action="{url}log"> {sessionvars%hiddenformentry} -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">{desc|strip|escape|addbreaks}</div>
--- a/templates/paper/graph.tmpl Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/paper/graph.tmpl Thu Feb 05 18:15:33 2009 +0100 @@ -1,9 +1,9 @@ {header} <title>{repo|escape}: revision graph</title> <link rel="alternate" type="application/atom+xml" - href="{url}atom-log" title="Atom feed for {repo|escape}: log"> + href="{url}atom-log" title="Atom feed for {repo|escape}: log" /> <link rel="alternate" type="application/rss+xml" - href="{url}rss-log" title="RSS feed for {repo|escape}: log"> + href="{url}rss-log" title="RSS feed for {repo|escape}: log" /> <!--[if IE]><script type="text/javascript" src="{staticurl}excanvas.js"></script><![endif]--> </head> <body> @@ -12,7 +12,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="{staticurl}hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> @@ -31,9 +31,9 @@ <form class="search" action="{url}log"> {sessionvars%hiddenformentry} -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="navigate"> @@ -42,7 +42,7 @@ | rev {rev}: {changenav%navgraphentry} </div> -<noscript>The revision graph only works with JavaScript-enabled browsers.</noscript> +<noscript><p>The revision graph only works with JavaScript-enabled browsers.</p></noscript> <div id="wrapper"> <ul id="nodebgs"></ul>
--- a/templates/paper/header.tmpl Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/paper/header.tmpl Thu Feb 05 18:15:33 2009 +0100 @@ -1,7 +1,6 @@ -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="{staticurl}hgicon.png" type="image/png"> +<link rel="icon" href="{staticurl}hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="{staticurl}style-paper.css" type="text/css" />
--- a/templates/paper/manifest.tmpl Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/paper/manifest.tmpl Thu Feb 05 18:15:33 2009 +0100 @@ -7,7 +7,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="{staticurl}hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> @@ -29,9 +29,9 @@ <form class="search" action="{url}log"> {sessionvars%hiddenformentry} -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <table class="bigtable">
--- a/templates/paper/map Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/paper/map Thu Feb 05 18:15:33 2009 +0100 @@ -23,8 +23,8 @@ changeset = changeset.tmpl manifest = manifest.tmpl -direntry = '<tr class="fileline parity{parity}"><td class="name"><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}"><img src="{staticurl}coal-folder.png"> {basename|escape}/</a> <a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">{emptydirs|escape}</a><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr>' -fileentry = '<tr class="fileline parity{parity}"><td class="filename"><a href="{url}file/{node|short}/{file|urlescape}#l1{sessionvars%urlparameter}"><img src="{staticurl}coal-file.png"> {basename|escape}</a></td><td class="size">{size}</td><td class="permissions">{permissions|permissions}</td></tr>' +direntry = '<tr class="fileline parity{parity}"><td class="name"><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}"><img src="{staticurl}coal-folder.png" alt="dir."/> {basename|escape}/</a> <a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">{emptydirs|escape}</a></td><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr>' +fileentry = '<tr class="fileline parity{parity}"><td class="filename"><a href="{url}file/{node|short}/{file|urlescape}#l1{sessionvars%urlparameter}"><img src="{staticurl}coal-file.png" alt="file"/> {basename|escape}</a></td><td class="size">{size}</td><td class="permissions">{permissions|permissions}</td></tr>' filerevision = filerevision.tmpl fileannotate = fileannotate.tmpl
--- a/templates/paper/search.tmpl Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/paper/search.tmpl Thu Feb 05 18:15:33 2009 +0100 @@ -23,8 +23,8 @@ <form class="search" action="{url}log"> {sessionvars%hiddenformentry} <p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <table class="bigtable">
--- a/templates/paper/shortlog.tmpl Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/paper/shortlog.tmpl Thu Feb 05 18:15:33 2009 +0100 @@ -1,9 +1,9 @@ {header} <title>{repo|escape}: log</title> <link rel="alternate" type="application/atom+xml" - href="{url}atom-log" title="Atom feed for {repo|escape}"> + href="{url}atom-log" title="Atom feed for {repo|escape}" /> <link rel="alternate" type="application/rss+xml" - href="{url}rss-log" title="RSS feed for {repo|escape}"> + href="{url}rss-log" title="RSS feed for {repo|escape}" /> </head> <body> @@ -11,7 +11,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="{staticurl}hglogo.png" alt="mercurial" /></a> </div> <ul> <li class="active">log</li> @@ -33,9 +33,9 @@ <form class="search" action="{url}log"> {sessionvars%hiddenformentry} -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="navigate">rev {rev}: {changenav%navshortentry}</div>
--- a/templates/paper/tags.tmpl Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/paper/tags.tmpl Thu Feb 05 18:15:33 2009 +0100 @@ -1,9 +1,9 @@ {header} <title>{repo|escape}: tags</title> <link rel="alternate" type="application/atom+xml" - href="{url}atom-tags" title="Atom feed for {repo|escape}: tags"> + href="{url}atom-tags" title="Atom feed for {repo|escape}: tags" /> <link rel="alternate" type="application/rss+xml" - href="{url}rss-tags" title="RSS feed for {repo|escape}: tags"> + href="{url}rss-tags" title="RSS feed for {repo|escape}: tags" /> </head> <body> @@ -11,7 +11,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="{staticurl}hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> @@ -26,9 +26,9 @@ <form class="search" action="{url}log"> {sessionvars%hiddenformentry} -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <table class="bigtable">
--- a/templates/static/style-coal.css Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/static/style-coal.css Thu Feb 05 18:15:33 2009 +0100 @@ -63,6 +63,12 @@ color: white; } +.menu img { + width: 75px; + height: 90px; + border: 0; +} + .menu a { color: black; display: block; } .search { @@ -71,7 +77,7 @@ right: 2em; } -form.search span { +form.search div#hint { display: none; position: absolute; top: 40px; @@ -85,7 +91,7 @@ -webkit-border-radius: 5px; /* this is just for Safari */ } -form.search:hover span { display: block; } +form.search:hover div#hint { display: block; } a { text-decoration:none; } .age { white-space:nowrap; }
--- a/templates/static/style-paper.css Tue Feb 03 20:32:42 2009 +0100 +++ b/templates/static/style-paper.css Thu Feb 05 18:15:33 2009 +0100 @@ -54,6 +54,12 @@ font-weight: bold; } +.menu img { + width: 75px; + height: 90px; + border: 0; +} + .menu a { color: black; display: block; } .search { @@ -62,7 +68,7 @@ right: 2em; } -form.search span { +form.search div#hint { display: none; position: absolute; top: 40px; @@ -76,7 +82,7 @@ -webkit-border-radius: 5px; /* this is just for Safari */ } -form.search:hover span { display: block; } +form.search:hover div#hint { display: block; } a { text-decoration:none; } .age { white-space:nowrap; }
--- a/tests/test-hgweb-descend-empties.out Tue Feb 03 20:32:42 2009 +0100 +++ b/tests/test-hgweb-descend-empties.out Thu Feb 05 18:15:33 2009 +0100 @@ -7,11 +7,10 @@ % manifest with descending 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> @@ -23,7 +22,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/9087c84a0f5d">log</a></li> @@ -45,9 +44,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <table class="bigtable"> @@ -61,7 +60,7 @@ <td class="size"></td> <td class="permissions">drwxr-xr-x</td> </tr> -<tr class="fileline parity1"><td class="name"><a href="/file/9087c84a0f5d/a1"><img src="/static/coal-folder.png"> a1/</a> <a href="/file/9087c84a0f5d/a1/a2/a3/a4">a2/a3/a4</a><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr><tr class="fileline parity0"><td class="name"><a href="/file/9087c84a0f5d/b1"><img src="/static/coal-folder.png"> b1/</a> <a href="/file/9087c84a0f5d/b1/b2">b2</a><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr><tr class="fileline parity1"><td class="name"><a href="/file/9087c84a0f5d/d1"><img src="/static/coal-folder.png"> d1/</a> <a href="/file/9087c84a0f5d/d1/d2">d2</a><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr> +<tr class="fileline parity1"><td class="name"><a href="/file/9087c84a0f5d/a1"><img src="/static/coal-folder.png" alt="dir."/> a1/</a> <a href="/file/9087c84a0f5d/a1/a2/a3/a4">a2/a3/a4</a></td><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr><tr class="fileline parity0"><td class="name"><a href="/file/9087c84a0f5d/b1"><img src="/static/coal-folder.png" alt="dir."/> b1/</a> <a href="/file/9087c84a0f5d/b1/b2">b2</a></td><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr><tr class="fileline parity1"><td class="name"><a href="/file/9087c84a0f5d/d1"><img src="/static/coal-folder.png" alt="dir."/> d1/</a> <a href="/file/9087c84a0f5d/d1/d2">d2</a></td><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr> </table> </div>
--- a/tests/test-hgweb-diffs.out Tue Feb 03 20:32:42 2009 +0100 +++ b/tests/test-hgweb-diffs.out Thu Feb 05 18:15:33 2009 +0100 @@ -6,11 +6,10 @@ % revision 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> @@ -21,7 +20,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/0cd96de13884">log</a></li> @@ -45,9 +44,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">a</div> @@ -98,11 +97,10 @@ % diff removed file 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> @@ -114,7 +112,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/78e4ebad7cdf">log</a></li> @@ -139,10 +137,10 @@ <h3>diff a @ 1:78e4ebad7cdf</h3> <form class="search" action="/log"> - -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p></p> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">b</div> @@ -188,11 +186,10 @@ % revision 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> @@ -203,7 +200,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/0cd96de13884">log</a></li> @@ -227,9 +224,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">a</div> @@ -282,11 +279,10 @@ % diff removed file 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> @@ -298,7 +294,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/78e4ebad7cdf">log</a></li> @@ -323,10 +319,10 @@ <h3>diff a @ 1:78e4ebad7cdf</h3> <form class="search" action="/log"> - -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p></p> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">b</div>
--- a/tests/test-hgweb-empty.out Tue Feb 03 20:32:42 2009 +0100 +++ b/tests/test-hgweb-empty.out Thu Feb 05 18:15:33 2009 +0100 @@ -1,18 +1,17 @@ 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> <title>test: log</title> <link rel="alternate" type="application/atom+xml" - href="/atom-log" title="Atom feed for test"> + href="/atom-log" title="Atom feed for test" /> <link rel="alternate" type="application/rss+xml" - href="/rss-log" title="RSS feed for test"> + href="/rss-log" title="RSS feed for test" /> </head> <body> @@ -20,7 +19,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li class="active">log</li> @@ -42,9 +41,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="navigate">rev -1: <a href="/shortlog/000000000000">(0)</a> <a href="/shortlog/tip">tip</a> </div> @@ -69,19 +68,18 @@ 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> <title>test: log</title> <link rel="alternate" type="application/atom+xml" - href="/atom-log" title="Atom feed for test"> + href="/atom-log" title="Atom feed for test" /> <link rel="alternate" type="application/rss+xml" - href="/rss-log" title="RSS feed for test"> + href="/rss-log" title="RSS feed for test" /> </head> <body> @@ -89,7 +87,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li class="active">log</li> @@ -111,9 +109,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="navigate">rev -1: <a href="/shortlog/000000000000">(0)</a> <a href="/shortlog/tip">tip</a> </div> @@ -138,19 +136,18 @@ 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> <title>test: revision graph</title> <link rel="alternate" type="application/atom+xml" - href="/atom-log" title="Atom feed for test: log"> + href="/atom-log" title="Atom feed for test: log" /> <link rel="alternate" type="application/rss+xml" - href="/rss-log" title="RSS feed for test: log"> + href="/rss-log" title="RSS feed for test: log" /> <!--[if IE]><script type="text/javascript" src="/static/excanvas.js"></script><![endif]--> </head> <body> @@ -159,7 +156,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/000000000000">log</a></li> @@ -178,9 +175,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="navigate"> @@ -189,7 +186,7 @@ | rev -1: <a href="/graph/000000000000">(0)</a> <a href="/graph/tip">tip</a> </div> -<noscript>The revision graph only works with JavaScript-enabled browsers.</noscript> +<noscript><p>The revision graph only works with JavaScript-enabled browsers.</p></noscript> <div id="wrapper"> <ul id="nodebgs"></ul> @@ -282,11 +279,10 @@ 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> @@ -298,7 +294,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/000000000000">log</a></li> @@ -320,9 +316,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <table class="bigtable">
--- a/tests/test-hgweb-filelog.out Tue Feb 03 20:32:42 2009 +0100 +++ b/tests/test-hgweb-filelog.out Thu Feb 05 18:15:33 2009 +0100 @@ -88,19 +88,18 @@ % tip - two revisions 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> <title>test: a history</title> <link rel="alternate" type="application/atom+xml" - href="/atom-log/tip/a" title="Atom feed for test:a"> + href="/atom-log/tip/a" title="Atom feed for test:a" /> <link rel="alternate" type="application/rss+xml" - href="/rss-log/tip/a" title="RSS feed for test:a"> + href="/rss-log/tip/a" title="RSS feed for test:a" /> </head> <body> @@ -108,7 +107,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/01de2d66a28d">log</a></li> @@ -134,9 +133,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="navigate"><a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div> @@ -171,19 +170,18 @@ % second version - two revisions 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> <title>test: a history</title> <link rel="alternate" type="application/atom+xml" - href="/atom-log/tip/a" title="Atom feed for test:a"> + href="/atom-log/tip/a" title="Atom feed for test:a" /> <link rel="alternate" type="application/rss+xml" - href="/rss-log/tip/a" title="RSS feed for test:a"> + href="/rss-log/tip/a" title="RSS feed for test:a" /> </head> <body> @@ -191,7 +189,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/01de2d66a28d">log</a></li> @@ -217,9 +215,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="navigate"><a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div> @@ -254,19 +252,18 @@ % first deleted - one revision 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> <title>test: a history</title> <link rel="alternate" type="application/atom+xml" - href="/atom-log/tip/a" title="Atom feed for test:a"> + href="/atom-log/tip/a" title="Atom feed for test:a" /> <link rel="alternate" type="application/rss+xml" - href="/rss-log/tip/a" title="RSS feed for test:a"> + href="/rss-log/tip/a" title="RSS feed for test:a" /> </head> <body> @@ -274,7 +271,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/5ed941583260">log</a></li> @@ -300,9 +297,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="navigate"><a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div> @@ -332,19 +329,18 @@ % first version - one revision 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> <title>test: a history</title> <link rel="alternate" type="application/atom+xml" - href="/atom-log/tip/a" title="Atom feed for test:a"> + href="/atom-log/tip/a" title="Atom feed for test:a" /> <link rel="alternate" type="application/rss+xml" - href="/rss-log/tip/a" title="RSS feed for test:a"> + href="/rss-log/tip/a" title="RSS feed for test:a" /> </head> <body> @@ -352,7 +348,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/5ed941583260">log</a></li> @@ -378,9 +374,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="navigate"><a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div> @@ -410,11 +406,10 @@ % before addition - error 404 Not Found -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> @@ -443,8 +438,8 @@ <form class="search" action="/log"> <p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">
--- a/tests/test-hgweb-removed.out Tue Feb 03 20:32:42 2009 +0100 +++ b/tests/test-hgweb-removed.out Thu Feb 05 18:15:33 2009 +0100 @@ -4,11 +4,10 @@ % revision 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> @@ -19,7 +18,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/c78f6c5cbea9">log</a></li> @@ -43,9 +42,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">del</div> @@ -92,11 +91,10 @@ % diff removed file 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> @@ -108,7 +106,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/c78f6c5cbea9">log</a></li> @@ -133,10 +131,10 @@ <h3>diff a @ 1:c78f6c5cbea9</h3> <form class="search" action="/log"> - -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p></p> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">del</div>
--- a/tests/test-hgweb.out Tue Feb 03 20:32:42 2009 +0100 +++ b/tests/test-hgweb.out Thu Feb 05 18:15:33 2009 +0100 @@ -21,11 +21,10 @@ % should give a 404 - static file that does not exist 404 Not Found -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> @@ -54,8 +53,8 @@ <form class="search" action="/log"> <p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description"> @@ -91,11 +90,10 @@ error: bork@2ef0ac749a14: not found in manifest 404 Not Found -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> @@ -124,8 +122,8 @@ <form class="search" action="/log"> <p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">
--- a/tests/test-highlight.out Tue Feb 03 20:32:42 2009 +0100 +++ b/tests/test-highlight.out Thu Feb 05 18:15:33 2009 +0100 @@ -4,11 +4,10 @@ % hgweb filerevision, html 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> @@ -21,7 +20,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/e55e3a42c53a">log</a></li> @@ -47,9 +46,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">a</div> @@ -90,11 +89,10 @@ % hgweb filerevision, html 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> @@ -107,7 +105,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/e55e3a42c53a">log</a></li> @@ -133,9 +131,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">a</div> @@ -176,11 +174,10 @@ % hgweb fileannotate, html 200 Script output follows -<!-- quirksmode --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> -<link rel="icon" href="/static/hgicon.png" type="image/png"> +<link rel="icon" href="/static/hgicon.png" type="image/png" /> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> @@ -193,7 +190,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog/e55e3a42c53a">log</a></li> @@ -220,9 +217,9 @@ <form class="search" action="/log"> -<p><input name="rev" id="search1" type="text" size="30"></p> -<span>find changesets by author, revision, -files, or words in the commit message</span> +<p><input name="rev" id="search1" type="text" size="30" /></p> +<div id="hint">find changesets by author, revision, +files, or words in the commit message</div> </form> <div class="description">a</div>