##// END OF EJS Templates
coal/paper: link repo name to hgweb root
Dirkjan Ochtman -
r7314:a0843c82 default
parent child Browse files
Show More
@@ -1,74 +1,74 b''
1 {header}
1 {header}
2 <title>{repo|escape}: {node|short}</title>
2 <title>{repo|escape}: {node|short}</title>
3 </head>
3 </head>
4 <body>
4 <body>
5 <div class="container">
5 <div class="container">
6 <div class="menu">
6 <div class="menu">
7 <div class="logo">
7 <div class="logo">
8 <a href="http://www.selenic.com/mercurial/">
8 <a href="http://www.selenic.com/mercurial/">
9 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
9 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
10 </div>
10 </div>
11 <ul>
11 <ul>
12 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
12 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
13 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
13 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
14 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
14 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
15 </ul>
15 </ul>
16 <ul>
16 <ul>
17 <li class="active">changeset</li>
17 <li class="active">changeset</li>
18 <li><a href="{url}raw-rev/{node|short}{sessionvars%urlparameter}">raw</a></li>
18 <li><a href="{url}raw-rev/{node|short}{sessionvars%urlparameter}">raw</a></li>
19 <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">browse</a></li>
19 <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">browse</a></li>
20 </ul>
20 </ul>
21 <ul>
21 <ul>
22 {archives%archiveentry}
22 {archives%archiveentry}
23 </ul>
23 </ul>
24 </div>
24 </div>
25
25
26 <div class="main">
26 <div class="main">
27
27
28 <h2>{repo|escape}</h2>
28 <h2><a href="{url}">{repo|escape}</a></h2>
29 <h3>changeset {rev}:{node|short} {changesettag}</h3>
29 <h3>changeset {rev}:{node|short} {changesettag}</h3>
30
30
31 <form class="search" action="{url}log">
31 <form class="search" action="{url}log">
32 {sessionvars%hiddenformentry}
32 {sessionvars%hiddenformentry}
33 <p><input name="rev" id="search1" type="text" size="30"></p>
33 <p><input name="rev" id="search1" type="text" size="30"></p>
34 <span>find changesets by author, revision,
34 <span>find changesets by author, revision,
35 files, or words in the commit message</span>
35 files, or words in the commit message</span>
36 </form>
36 </form>
37
37
38 <div class="description">{desc|strip|escape|addbreaks}</div>
38 <div class="description">{desc|strip|escape|addbreaks}</div>
39
39
40 <table id="changesetEntry">
40 <table id="changesetEntry">
41 <tr>
41 <tr>
42 <th class="author">author</th>
42 <th class="author">author</th>
43 <td class="author">{author|obfuscate}</td>
43 <td class="author">{author|obfuscate}</td>
44 </tr>
44 </tr>
45 <tr>
45 <tr>
46 <th class="date">date</th>
46 <th class="date">date</th>
47 <td class="date">{date|date} ({date|age} ago)</td></tr>
47 <td class="date">{date|date} ({date|age} ago)</td></tr>
48 <tr>
48 <tr>
49 <th class="author">parents</th>
49 <th class="author">parents</th>
50 <td class="author">{parent%changesetparent}</td>
50 <td class="author">{parent%changesetparent}</td>
51 </tr>
51 </tr>
52 <tr>
52 <tr>
53 <th class="author">children</th>
53 <th class="author">children</th>
54 <td class="author">{child%changesetchild}</td>
54 <td class="author">{child%changesetchild}</td>
55 </tr>
55 </tr>
56 <tr>
56 <tr>
57 <th class="files">files</th>
57 <th class="files">files</th>
58 <td class="files">{files}</td>
58 <td class="files">{files}</td>
59 </tr>
59 </tr>
60 </table>
60 </table>
61
61
62 <div class="overflow">
62 <div class="overflow">
63 <table class="bigtable">
63 <table class="bigtable">
64 <tr>
64 <tr>
65 <th class="lineno">line</th>
65 <th class="lineno">line</th>
66 <th class="source">diff</th>
66 <th class="source">diff</th>
67 </tr>
67 </tr>
68 </table>
68 </table>
69 {diff}
69 {diff}
70 </div>
70 </div>
71
71
72 </div>
72 </div>
73 </div>
73 </div>
74 {footer}
74 {footer}
@@ -1,42 +1,42 b''
1 {header}
1 {header}
2 <title>{repo|escape}: error</title>
2 <title>{repo|escape}: error</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="container">
6 <div class="container">
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://www.selenic.com/mercurial/">
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
13 <li><a href="{url}log{sessionvars%urlparameter}">log</a></li>
13 <li><a href="{url}log{sessionvars%urlparameter}">log</a></li>
14 <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
14 <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
15 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
15 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
16 </ul>
16 </ul>
17 </div>
17 </div>
18
18
19 <div class="main">
19 <div class="main">
20
20
21 <h2>{repo|escape}</h2>
21 <h2><a href="{url}">{repo|escape}</a></h2>
22 <h3>error</h3>
22 <h3>error</h3>
23
23
24 <form class="search" action="{url}log">
24 <form class="search" action="{url}log">
25 {sessionvars%hiddenformentry}
25 {sessionvars%hiddenformentry}
26 <p><input name="rev" id="search1" type="text" size="30"></p>
26 <p><input name="rev" id="search1" type="text" size="30"></p>
27 <span>find changesets by author, revision,
27 <span>find changesets by author, revision,
28 files, or words in the commit message</span>
28 files, or words in the commit message</span>
29 </form>
29 </form>
30
30
31 <div class="description">
31 <div class="description">
32 <p>
32 <p>
33 An error occurred while processing your request:
33 An error occurred while processing your request:
34 </p>
34 </p>
35 <p>
35 <p>
36 {error|escape}
36 {error|escape}
37 </p>
37 </p>
38 </div>
38 </div>
39 </div>
39 </div>
40 </div>
40 </div>
41
41
42 {footer}
42 {footer}
@@ -1,79 +1,79 b''
1 {header}
1 {header}
2 <title>{repo|escape}: {file|escape} annotate</title>
2 <title>{repo|escape}: {file|escape} annotate</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="container">
6 <div class="container">
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://www.selenic.com/mercurial/">
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
14 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
14 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
15 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
15 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
16 </ul>
16 </ul>
17
17
18 <ul>
18 <ul>
19 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
19 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
20 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
20 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
21 </ul>
21 </ul>
22 <ul>
22 <ul>
23 <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
23 <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
24 <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
24 <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
25 <li class="active">annotate</li>
25 <li class="active">annotate</li>
26 <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
26 <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
27 <li><a href="{url}raw-annotate/{node|short}/{file|urlescape}">raw</a></li>
27 <li><a href="{url}raw-annotate/{node|short}/{file|urlescape}">raw</a></li>
28 </ul>
28 </ul>
29 </div>
29 </div>
30
30
31 <div class="main">
31 <div class="main">
32 <h2>{repo|escape}</h2>
32 <h2><a href="{url}">{repo|escape}</a></h2>
33 <h3>annotate {file|escape} @ {rev}:{node|short}</h3>
33 <h3>annotate {file|escape} @ {rev}:{node|short}</h3>
34
34
35 <form class="search" action="{url}log">
35 <form class="search" action="{url}log">
36 {sessionvars%hiddenformentry}
36 {sessionvars%hiddenformentry}
37 <p><input name="rev" id="search1" type="text" size="30"></p>
37 <p><input name="rev" id="search1" type="text" size="30"></p>
38 <span>find changesets by author, revision,
38 <span>find changesets by author, revision,
39 files, or words in the commit message</span>
39 files, or words in the commit message</span>
40 </form>
40 </form>
41
41
42 <div class="description">{desc|strip|escape|addbreaks}</div>
42 <div class="description">{desc|strip|escape|addbreaks}</div>
43
43
44 <table id="changesetEntry">
44 <table id="changesetEntry">
45 <tr>
45 <tr>
46 <th class="author">author</th>
46 <th class="author">author</th>
47 <td class="author">{author|obfuscate}</td>
47 <td class="author">{author|obfuscate}</td>
48 </tr>
48 </tr>
49 <tr>
49 <tr>
50 <th class="date">date</th>
50 <th class="date">date</th>
51 <td class="date">{date|date} ({date|age} ago)</td>
51 <td class="date">{date|date} ({date|age} ago)</td>
52 </tr>
52 </tr>
53 <tr>
53 <tr>
54 <th class="author">parents</th>
54 <th class="author">parents</th>
55 <td class="author">{parent%filerevparent}</td>
55 <td class="author">{parent%filerevparent}</td>
56 </tr>
56 </tr>
57 <tr>
57 <tr>
58 <th class="author">children</th>
58 <th class="author">children</th>
59 <td class="author">{child%filerevchild}</td>
59 <td class="author">{child%filerevchild}</td>
60 </tr>
60 </tr>
61 {changesettag}
61 {changesettag}
62 </table>
62 </table>
63
63
64 <br/>
64 <br/>
65
65
66 <div class="overflow">
66 <div class="overflow">
67 <table class="bigtable">
67 <table class="bigtable">
68 <tr>
68 <tr>
69 <th class="annotate">rev</th>
69 <th class="annotate">rev</th>
70 <th class="lineno">line</th>
70 <th class="lineno">line</th>
71 <th class="line">source</th>
71 <th class="line">source</th>
72 </tr>
72 </tr>
73 {annotate%annotateline}
73 {annotate%annotateline}
74 </table>
74 </table>
75 </div>
75 </div>
76 </div>
76 </div>
77 </div>
77 </div>
78
78
79 {footer}
79 {footer}
@@ -1,76 +1,76 b''
1 {header}
1 {header}
2 <title>{repo|escape}: {file|escape} diff</title>
2 <title>{repo|escape}: {file|escape} diff</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="container">
6 <div class="container">
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://www.selenic.com/mercurial/">
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
14 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
14 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
15 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
15 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
16 </ul>
16 </ul>
17 <ul>
17 <ul>
18 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
18 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
19 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
19 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
20 </ul>
20 </ul>
21 <ul>
21 <ul>
22 <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
22 <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
23 <li class="active">diff</li>
23 <li class="active">diff</li>
24 <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
24 <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
25 <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
25 <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
26 <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
26 <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
27 </ul>
27 </ul>
28 </div>
28 </div>
29
29
30 <div class="main">
30 <div class="main">
31 <h2>{repo|escape}</h2>
31 <h2><a href="{url}">{repo|escape}</a></h2>
32 <h3>diff {file|escape} @ {rev}:{node|short}</h3>
32 <h3>diff {file|escape} @ {rev}:{node|short}</h3>
33
33
34 <form class="search" action="{url}log">
34 <form class="search" action="{url}log">
35 {sessionvars%hiddenformentry}
35 {sessionvars%hiddenformentry}
36 <p><input name="rev" id="search1" type="text" size="30"></p>
36 <p><input name="rev" id="search1" type="text" size="30"></p>
37 <span>find changesets by author, revision,
37 <span>find changesets by author, revision,
38 files, or words in the commit message</span>
38 files, or words in the commit message</span>
39 </form>
39 </form>
40
40
41 <div class="description">{desc|strip|escape|addbreaks}</div>
41 <div class="description">{desc|strip|escape|addbreaks}</div>
42
42
43 <table id="changesetEntry">
43 <table id="changesetEntry">
44 <tr>
44 <tr>
45 <th>author</th>
45 <th>author</th>
46 <td>{author|obfuscate}</td>
46 <td>{author|obfuscate}</td>
47 </tr>
47 </tr>
48 <tr>
48 <tr>
49 <th>date</th>
49 <th>date</th>
50 <td>{date|date} ({date|age} ago)</td>
50 <td>{date|date} ({date|age} ago)</td>
51 </tr>
51 </tr>
52 <tr>
52 <tr>
53 <th>parents</th>
53 <th>parents</th>
54 <td>{parent%filerevparent}</td>
54 <td>{parent%filerevparent}</td>
55 </tr>
55 </tr>
56 <tr>
56 <tr>
57 <th>children</th>
57 <th>children</th>
58 <td>{child%filerevchild}</td>
58 <td>{child%filerevchild}</td>
59 </tr>
59 </tr>
60 {changesettag}
60 {changesettag}
61 </table>
61 </table>
62
62
63 <div class="overflow">
63 <div class="overflow">
64 <table class="bigtable">
64 <table class="bigtable">
65 <tr>
65 <tr>
66 <th class="lineno">line</th>
66 <th class="lineno">line</th>
67 <th class="source">diff</th>
67 <th class="source">diff</th>
68 </tr>
68 </tr>
69 </table>
69 </table>
70
70
71 {diff}
71 {diff}
72 </div>
72 </div>
73 </div>
73 </div>
74 </div>
74 </div>
75
75
76 {footer}
76 {footer}
@@ -1,60 +1,59 b''
1 {header}
1 {header}
2 <title>{repo|escape}: {file|escape} history</title>
2 <title>{repo|escape}: {file|escape} history</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}">
4 href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}">
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log/tip/{file|urlescape}" title="RSS feed for {repo|escape}:{file}">
6 href="{url}rss-log/tip/{file|urlescape}" title="RSS feed for {repo|escape}:{file}">
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="container">
10 <div class="container">
11 <div class="menu">
11 <div class="menu">
12 <div class="logo">
12 <div class="logo">
13 <a href="http://www.selenic.com/mercurial/">
13 <a href="http://www.selenic.com/mercurial/">
14 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
14 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
15 </div>
15 </div>
16 <ul>
16 <ul>
17 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
17 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
18 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
18 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
19 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
19 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
20 </ul>
20 </ul>
21 <ul>
21 <ul>
22 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
22 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
23 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
23 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
24 </ul>
24 </ul>
25 <ul>
25 <ul>
26 <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
26 <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
27 <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
27 <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
28 <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
28 <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
29 <li class="active">file log</li>
29 <li class="active">file log</li>
30 <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
30 <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
31 </ul>
31 </ul>
32 </div>
32 </div>
33
33
34 <div class="main">
34 <div class="main">
35
35 <h2><a href="{url}">{repo|escape}</a></h2>
36 <h2>{repo|escape}</h2>
37 <h3>log {file|escape}</h3>
36 <h3>log {file|escape}</h3>
38
37
39 <form class="search" action="{url}log">
38 <form class="search" action="{url}log">
40 {sessionvars%hiddenformentry}
39 {sessionvars%hiddenformentry}
41 <p><input name="rev" id="search1" type="text" size="30"></p>
40 <p><input name="rev" id="search1" type="text" size="30"></p>
42 <span>find changesets by author, revision,
41 <span>find changesets by author, revision,
43 files, or words in the commit message</span>
42 files, or words in the commit message</span>
44 </form>
43 </form>
45
44
46 <div class="navigate">{nav%filenaventry}</div>
45 <div class="navigate">{nav%filenaventry}</div>
47
46
48 <table class="bigtable">
47 <table class="bigtable">
49 <tr>
48 <tr>
50 <th class="age">age</th>
49 <th class="age">age</th>
51 <th class="author">author</th>
50 <th class="author">author</th>
52 <th class="description">description</th>
51 <th class="description">description</th>
53 </tr>
52 </tr>
54 {entries%filelogentry}
53 {entries%filelogentry}
55 </table>
54 </table>
56
55
57 </div>
56 </div>
58 </div>
57 </div>
59
58
60 {footer}
59 {footer}
@@ -1,76 +1,75 b''
1 {header}
1 {header}
2 <title>{repo|escape}: {node|short} {file|escape}</title>
2 <title>{repo|escape}: {node|short} {file|escape}</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="container">
6 <div class="container">
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://www.selenic.com/mercurial/">
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
14 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
14 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
15 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
15 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
16 </ul>
16 </ul>
17 <ul>
17 <ul>
18 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
18 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
19 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
19 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
20 </ul>
20 </ul>
21 <ul>
21 <ul>
22 <li class="active">file</li>
22 <li class="active">file</li>
23 <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
23 <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
24 <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
24 <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
25 <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
25 <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
26 <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
26 <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
27 </ul>
27 </ul>
28 </div>
28 </div>
29
29
30 <div class="main">
30 <div class="main">
31
31 <h2><a href="{url}">{repo|escape}</a></h2>
32 <h2>{repo|escape}</h2>
33 <h3>view {file|escape} @ {rev}:{node|short}</h3>
32 <h3>view {file|escape} @ {rev}:{node|short}</h3>
34
33
35 <form class="search" action="{url}log">
34 <form class="search" action="{url}log">
36 {sessionvars%hiddenformentry}
35 {sessionvars%hiddenformentry}
37 <p><input name="rev" id="search1" type="text" size="30"></p>
36 <p><input name="rev" id="search1" type="text" size="30"></p>
38 <span>find changesets by author, revision,
37 <span>find changesets by author, revision,
39 files, or words in the commit message</span>
38 files, or words in the commit message</span>
40 </form>
39 </form>
41
40
42 <div class="description">{desc|strip|escape|addbreaks}</div>
41 <div class="description">{desc|strip|escape|addbreaks}</div>
43
42
44 <table id="changesetEntry">
43 <table id="changesetEntry">
45 <tr>
44 <tr>
46 <th class="author">author</th>
45 <th class="author">author</th>
47 <td class="author">{author|obfuscate}</td>
46 <td class="author">{author|obfuscate}</td>
48 </tr>
47 </tr>
49 <tr>
48 <tr>
50 <th class="date">date</th>
49 <th class="date">date</th>
51 <td class="date">{date|date} ({date|age} ago)</td>
50 <td class="date">{date|date} ({date|age} ago)</td>
52 </tr>
51 </tr>
53 <tr>
52 <tr>
54 <th class="author">parents</th>
53 <th class="author">parents</th>
55 <td class="author">{parent%filerevparent}</td>
54 <td class="author">{parent%filerevparent}</td>
56 </tr>
55 </tr>
57 <tr>
56 <tr>
58 <th class="author">children</th>
57 <th class="author">children</th>
59 <td class="author">{child%filerevchild}</td>
58 <td class="author">{child%filerevchild}</td>
60 </tr>
59 </tr>
61 {changesettag}
60 {changesettag}
62 </table>
61 </table>
63
62
64 <div class="overflow">
63 <div class="overflow">
65 <table class="bigtable">
64 <table class="bigtable">
66 <tr>
65 <tr>
67 <th class="lineno">line</th>
66 <th class="lineno">line</th>
68 <th class="source">source</th>
67 <th class="source">source</th>
69 </tr>
68 </tr>
70 {text%fileline}
69 {text%fileline}
71 </table>
70 </table>
72 </div>
71 </div>
73 </div>
72 </div>
74 </div>
73 </div>
75
74
76 {footer}
75 {footer}
@@ -1,113 +1,113 b''
1 {header}
1 {header}
2 <title>{repo|escape}: revision graph</title>
2 <title>{repo|escape}: revision graph</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for {repo|escape}: log">
4 href="{url}atom-log" title="Atom feed for {repo|escape}: log">
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for {repo|escape}: log">
6 href="{url}rss-log" title="RSS feed for {repo|escape}: log">
7 <!--[if IE]><script type="text/javascript" src="{staticurl}excanvas.js"></script><![endif]-->
7 <!--[if IE]><script type="text/javascript" src="{staticurl}excanvas.js"></script><![endif]-->
8 </head>
8 </head>
9 <body>
9 <body>
10
10
11 <div class="container">
11 <div class="container">
12 <div class="menu">
12 <div class="menu">
13 <div class="logo">
13 <div class="logo">
14 <a href="http://www.selenic.com/mercurial/">
14 <a href="http://www.selenic.com/mercurial/">
15 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
15 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
16 </div>
16 </div>
17 <ul>
17 <ul>
18 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
18 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
19 <li class="active">graph</li>
19 <li class="active">graph</li>
20 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
20 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
21 </ul>
21 </ul>
22 <ul>
22 <ul>
23 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
23 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
24 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
24 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
25 </ul>
25 </ul>
26 </div>
26 </div>
27
27
28 <div class="main">
28 <div class="main">
29 <h2>{repo|escape}</h2>
29 <h2><a href="{url}">{repo|escape}</a></h2>
30 <h3>graph</h3>
30 <h3>graph</h3>
31
31
32 <form class="search" action="{url}log">
32 <form class="search" action="{url}log">
33 {sessionvars%hiddenformentry}
33 {sessionvars%hiddenformentry}
34 <p><input name="rev" id="search1" type="text" size="30"></p>
34 <p><input name="rev" id="search1" type="text" size="30"></p>
35 <span>find changesets by author, revision,
35 <span>find changesets by author, revision,
36 files, or words in the commit message</span>
36 files, or words in the commit message</span>
37 </form>
37 </form>
38
38
39 <div class="navigate">
39 <div class="navigate">
40 <a href="{url}graph/{uprev}{sessionvars%urlparameter}?revcount={revcountless}">less</a>
40 <a href="{url}graph/{uprev}{sessionvars%urlparameter}?revcount={revcountless}">less</a>
41 <a href="{url}graph/{uprev}{sessionvars%urlparameter}?revcount={revcountmore}">more</a>
41 <a href="{url}graph/{uprev}{sessionvars%urlparameter}?revcount={revcountmore}">more</a>
42 | {changenav%navgraphentry}
42 | {changenav%navgraphentry}
43 </div>
43 </div>
44
44
45 <noscript>The revision graph only works with JavaScript-enabled browsers.</noscript>
45 <noscript>The revision graph only works with JavaScript-enabled browsers.</noscript>
46
46
47 <div id="wrapper">
47 <div id="wrapper">
48 <ul id="nodebgs"></ul>
48 <ul id="nodebgs"></ul>
49 <canvas id="graph" width="224" height="{canvasheight}"></canvas>
49 <canvas id="graph" width="224" height="{canvasheight}"></canvas>
50 <ul id="graphnodes"></ul>
50 <ul id="graphnodes"></ul>
51 </div>
51 </div>
52
52
53 <script type="text/javascript" src="{staticurl}graph.js"></script>
53 <script type="text/javascript" src="{staticurl}graph.js"></script>
54 <script type="text/javascript">
54 <script type="text/javascript">
55 <!-- hide script content
55 <!-- hide script content
56
56
57 var data = {jsdata|json};
57 var data = {jsdata|json};
58 var graph = new Graph();
58 var graph = new Graph();
59 graph.scale({bg_height});
59 graph.scale({bg_height});
60
60
61 graph.edge = function(x0, y0, x1, y1, color) {
61 graph.edge = function(x0, y0, x1, y1, color) {
62
62
63 this.setColor(color, 0.0, 0.65);
63 this.setColor(color, 0.0, 0.65);
64 this.ctx.beginPath();
64 this.ctx.beginPath();
65 this.ctx.moveTo(x0, y0);
65 this.ctx.moveTo(x0, y0);
66 this.ctx.lineTo(x1, y1);
66 this.ctx.lineTo(x1, y1);
67 this.ctx.stroke();
67 this.ctx.stroke();
68
68
69 }
69 }
70
70
71 var revlink = '<li style="_STYLE"><span class="desc">';
71 var revlink = '<li style="_STYLE"><span class="desc">';
72 revlink += '<a href="{url}rev/_NODEID{sessionvars%urlparameter}" title="_NODEID">_DESC</a>';
72 revlink += '<a href="{url}rev/_NODEID{sessionvars%urlparameter}" title="_NODEID">_DESC</a>';
73 revlink += '</span><span class="tag">_TAGS</span>';
73 revlink += '</span><span class="tag">_TAGS</span>';
74 revlink += '<span class="info">_DATE ago, by _USER</span></li>';
74 revlink += '<span class="info">_DATE ago, by _USER</span></li>';
75
75
76 graph.vertex = function(x, y, color, parity, cur) {
76 graph.vertex = function(x, y, color, parity, cur) {
77
77
78 this.ctx.beginPath();
78 this.ctx.beginPath();
79 color = this.setColor(color, 0.25, 0.75);
79 color = this.setColor(color, 0.25, 0.75);
80 this.ctx.arc(x, y, radius, 0, Math.PI * 2, true);
80 this.ctx.arc(x, y, radius, 0, Math.PI * 2, true);
81 this.ctx.fill();
81 this.ctx.fill();
82
82
83 var bg = '<li class="bg parity' + parity + '"></li>';
83 var bg = '<li class="bg parity' + parity + '"></li>';
84 var left = (this.columns + 1) * this.bg_height;
84 var left = (this.columns + 1) * this.bg_height;
85 var nstyle = 'padding-left: ' + left + 'px;';
85 var nstyle = 'padding-left: ' + left + 'px;';
86 var item = revlink.replace(/_STYLE/, nstyle);
86 var item = revlink.replace(/_STYLE/, nstyle);
87 item = item.replace(/_PARITY/, 'parity' + parity);
87 item = item.replace(/_PARITY/, 'parity' + parity);
88 item = item.replace(/_NODEID/, cur[0]);
88 item = item.replace(/_NODEID/, cur[0]);
89 item = item.replace(/_NODEID/, cur[0]);
89 item = item.replace(/_NODEID/, cur[0]);
90 item = item.replace(/_DESC/, cur[3]);
90 item = item.replace(/_DESC/, cur[3]);
91 item = item.replace(/_USER/, cur[4]);
91 item = item.replace(/_USER/, cur[4]);
92 item = item.replace(/_DATE/, cur[5]);
92 item = item.replace(/_DATE/, cur[5]);
93 item = item.replace(/_TAGS/, cur[7].join('&nbsp; '));
93 item = item.replace(/_TAGS/, cur[7].join('&nbsp; '));
94
94
95 return [bg, item];
95 return [bg, item];
96
96
97 }
97 }
98
98
99 graph.render(data);
99 graph.render(data);
100
100
101 // stop hiding script -->
101 // stop hiding script -->
102 </script>
102 </script>
103
103
104 <div class="navigate">
104 <div class="navigate">
105 <a href="{url}graph/{uprev}{sessionvars%urlparameter}?revcount={revcountless}">less</a>
105 <a href="{url}graph/{uprev}{sessionvars%urlparameter}?revcount={revcountless}">less</a>
106 <a href="{url}graph/{uprev}{sessionvars%urlparameter}?revcount={revcountmore}">more</a>
106 <a href="{url}graph/{uprev}{sessionvars%urlparameter}?revcount={revcountmore}">more</a>
107 | {changenav%navgraphentry}
107 | {changenav%navgraphentry}
108 </div>
108 </div>
109
109
110 </div>
110 </div>
111 </div>
111 </div>
112
112
113 {footer}
113 {footer}
@@ -1,54 +1,53 b''
1 {header}
1 {header}
2 <title>{repo|escape}: {node|short} {path|escape}</title>
2 <title>{repo|escape}: {node|short} {path|escape}</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="container">
6 <div class="container">
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://www.selenic.com/mercurial/">
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
14 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
14 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
15 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
15 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
16 </ul>
16 </ul>
17 <ul>
17 <ul>
18 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
18 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
19 <li class="active">browse</li>
19 <li class="active">browse</li>
20 </ul>
20 </ul>
21 <ul>
21 <ul>
22 {archives%archiveentry}
22 {archives%archiveentry}
23 </ul>
23 </ul>
24 </div>
24 </div>
25
25
26 <div class="main">
26 <div class="main">
27
27 <h2><a href="{url}">{repo|escape}</a></h2>
28 <h2>{repo|escape}</h2>
29 <h3>directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h3>
28 <h3>directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h3>
30
29
31 <form class="search" action="{url}log">
30 <form class="search" action="{url}log">
32 {sessionvars%hiddenformentry}
31 {sessionvars%hiddenformentry}
33 <p><input name="rev" id="search1" type="text" size="30"></p>
32 <p><input name="rev" id="search1" type="text" size="30"></p>
34 <span>find changesets by author, revision,
33 <span>find changesets by author, revision,
35 files, or words in the commit message</span>
34 files, or words in the commit message</span>
36 </form>
35 </form>
37
36
38 <table class="bigtable">
37 <table class="bigtable">
39 <tr>
38 <tr>
40 <th class="name">name</th>
39 <th class="name">name</th>
41 <th class="size">size</th>
40 <th class="size">size</th>
42 <th class="permissions">permissions</th>
41 <th class="permissions">permissions</th>
43 </tr>
42 </tr>
44 <tr class="fileline parity{upparity}">
43 <tr class="fileline parity{upparity}">
45 <td class="name"><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
44 <td class="name"><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
46 <td class="size"></td>
45 <td class="size"></td>
47 <td class="permissions">drwxr-xr-x</td>
46 <td class="permissions">drwxr-xr-x</td>
48 </tr>
47 </tr>
49 {dentries%direntry}
48 {dentries%direntry}
50 {fentries%fileentry}
49 {fentries%fileentry}
51 </table>
50 </table>
52 </div>
51 </div>
53 </div>
52 </div>
54 {footer}
53 {footer}
@@ -1,43 +1,42 b''
1 {header}
1 {header}
2 <title>{repo|escape}: searching for {query|escape}</title>
2 <title>{repo|escape}: searching for {query|escape}</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="container">
6 <div class="container">
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://www.selenic.com/mercurial/">
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
13 <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
13 <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
14 <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
14 <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
15 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
15 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
16 </ul>
16 </ul>
17 </div>
17 </div>
18
18
19 <div class="main">
19 <div class="main">
20
20 <h2><a href="{url}">{repo|escape}</a></h2>
21 <h2>{repo|escape}</h2>
22 <h3>searching for '{query|escape}'</h3>
21 <h3>searching for '{query|escape}'</h3>
23
22
24 <form class="search" action="{url}log">
23 <form class="search" action="{url}log">
25 {sessionvars%hiddenformentry}
24 {sessionvars%hiddenformentry}
26 <p><input name="rev" id="search1" type="text" size="30"></p>
25 <p><input name="rev" id="search1" type="text" size="30"></p>
27 <span>find changesets by author, revision,
26 <span>find changesets by author, revision,
28 files, or words in the commit message</span>
27 files, or words in the commit message</span>
29 </form>
28 </form>
30
29
31 <table class="bigtable">
30 <table class="bigtable">
32 <tr>
31 <tr>
33 <th class="age">age</th>
32 <th class="age">age</th>
34 <th class="author">author</th>
33 <th class="author">author</th>
35 <th class="description">description</th>
34 <th class="description">description</th>
36 </tr>
35 </tr>
37 {entries}
36 {entries}
38 </table>
37 </table>
39
38
40 </div>
39 </div>
41 </div>
40 </div>
42
41
43 {footer}
42 {footer}
@@ -1,57 +1,56 b''
1 {header}
1 {header}
2 <title>{repo|escape}: log</title>
2 <title>{repo|escape}: log</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for {repo|escape}">
4 href="{url}atom-log" title="Atom feed for {repo|escape}">
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for {repo|escape}">
6 href="{url}rss-log" title="RSS feed for {repo|escape}">
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="container">
10 <div class="container">
11 <div class="menu">
11 <div class="menu">
12 <div class="logo">
12 <div class="logo">
13 <a href="http://www.selenic.com/mercurial/">
13 <a href="http://www.selenic.com/mercurial/">
14 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
14 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
15 </div>
15 </div>
16 <ul>
16 <ul>
17 <li class="active">log</li>
17 <li class="active">log</li>
18 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
18 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
19 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
19 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
20 </ul>
20 </ul>
21 <ul>
21 <ul>
22 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
22 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
23 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
23 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
24 </ul>
24 </ul>
25 <ul>
25 <ul>
26 {archives%archiveentry}
26 {archives%archiveentry}
27 </ul>
27 </ul>
28 </div>
28 </div>
29
29
30 <div class="main">
30 <div class="main">
31
31 <h2><a href="{url}">{repo|escape}</a></h2>
32 <h2>{repo|escape}</h2>
33 <h3>log</h3>
32 <h3>log</h3>
34
33
35 <form class="search" action="{url}log">
34 <form class="search" action="{url}log">
36 {sessionvars%hiddenformentry}
35 {sessionvars%hiddenformentry}
37 <p><input name="rev" id="search1" type="text" size="30"></p>
36 <p><input name="rev" id="search1" type="text" size="30"></p>
38 <span>find changesets by author, revision,
37 <span>find changesets by author, revision,
39 files, or words in the commit message</span>
38 files, or words in the commit message</span>
40 </form>
39 </form>
41
40
42 <div class="navigate">rev {rev}: {changenav%navshortentry}</div>
41 <div class="navigate">rev {rev}: {changenav%navshortentry}</div>
43
42
44 <table class="bigtable">
43 <table class="bigtable">
45 <tr>
44 <tr>
46 <th class="age">age</th>
45 <th class="age">age</th>
47 <th class="author">author</th>
46 <th class="author">author</th>
48 <th class="description">description</th>
47 <th class="description">description</th>
49 </tr>
48 </tr>
50 {entries%shortlogentry}
49 {entries%shortlogentry}
51 </table>
50 </table>
52
51
53 <div class="navigate">rev {rev}: {changenav%navshortentry}</div>
52 <div class="navigate">rev {rev}: {changenav%navshortentry}</div>
54 </div>
53 </div>
55 </div>
54 </div>
56
55
57 {footer}
56 {footer}
@@ -1,44 +1,44 b''
1 {header}
1 {header}
2 <title>{repo|escape}: tags</title>
2 <title>{repo|escape}: tags</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-tags" title="Atom feed for {repo|escape}: tags">
4 href="{url}atom-tags" title="Atom feed for {repo|escape}: tags">
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-tags" title="RSS feed for {repo|escape}: tags">
6 href="{url}rss-tags" title="RSS feed for {repo|escape}: tags">
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="container">
10 <div class="container">
11 <div class="menu">
11 <div class="menu">
12 <div class="logo">
12 <div class="logo">
13 <a href="http://www.selenic.com/mercurial/">
13 <a href="http://www.selenic.com/mercurial/">
14 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
14 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
15 </div>
15 </div>
16 <ul>
16 <ul>
17 <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
17 <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
18 <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
18 <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
19 <li class="active">tags</li>
19 <li class="active">tags</li>
20 </ul>
20 </ul>
21 </div>
21 </div>
22
22
23 <div class="main">
23 <div class="main">
24 <h2>{repo|escape}</h2>
24 <h2><a href="{url}">{repo|escape}</a></h2>
25 <h3>tags</h3>
25 <h3>tags</h3>
26
26
27 <form class="search" action="{url}log">
27 <form class="search" action="{url}log">
28 {sessionvars%hiddenformentry}
28 {sessionvars%hiddenformentry}
29 <p><input name="rev" id="search1" type="text" size="30"></p>
29 <p><input name="rev" id="search1" type="text" size="30"></p>
30 <span>find changesets by author, revision,
30 <span>find changesets by author, revision,
31 files, or words in the commit message</span>
31 files, or words in the commit message</span>
32 </form>
32 </form>
33
33
34 <table class="bigtable">
34 <table class="bigtable">
35 <tr>
35 <tr>
36 <th>tag</th>
36 <th>tag</th>
37 <th>node</th>
37 <th>node</th>
38 </tr>
38 </tr>
39 {entries%tagentry}
39 {entries%tagentry}
40 </table>
40 </table>
41 </div>
41 </div>
42 </div>
42 </div>
43
43
44 {footer}
44 {footer}
@@ -1,222 +1,223 b''
1 body {
1 body {
2 margin: 0;
2 margin: 0;
3 padding: 0;
3 padding: 0;
4 background: black url(background.png) repeat-x;
4 background: black url(background.png) repeat-x;
5 font-family: sans-serif;
5 font-family: sans-serif;
6 }
6 }
7
7
8 .container {
8 .container {
9 padding-right: 150px;
9 padding-right: 150px;
10 }
10 }
11
11
12 .main {
12 .main {
13 position: relative;
13 position: relative;
14 background: white;
14 background: white;
15 padding: 2em;
15 padding: 2em;
16 border-right: 15px solid black;
16 border-right: 15px solid black;
17 border-bottom: 15px solid black;
17 border-bottom: 15px solid black;
18 }
18 }
19
19
20 #.main {
20 #.main {
21 width:98%;
21 width:98%;
22 }
22 }
23
23
24 .overflow {
24 .overflow {
25 width: 100%;
25 width: 100%;
26 overflow: auto;
26 overflow: auto;
27 }
27 }
28
28
29 .menu {
29 .menu {
30 background: #999;
30 background: #999;
31 padding: 10px;
31 padding: 10px;
32 width: 75px;
32 width: 75px;
33 margin: 0;
33 margin: 0;
34 font-size: 80%;
34 font-size: 80%;
35 text-align: left;
35 text-align: left;
36 position: fixed;
36 position: fixed;
37 top: 27px;
37 top: 27px;
38 left: auto;
38 left: auto;
39 right: 27px;
39 right: 27px;
40 }
40 }
41
41
42 #.menu {
42 #.menu {
43 position: absolute !important;
43 position: absolute !important;
44 top:expression(eval(document.body.scrollTop + 27));
44 top:expression(eval(document.body.scrollTop + 27));
45 }
45 }
46
46
47 .menu ul {
47 .menu ul {
48 list-style: none;
48 list-style: none;
49 padding: 0;
49 padding: 0;
50 margin: 10px 0 0 0;
50 margin: 10px 0 0 0;
51 }
51 }
52
52
53 .menu li {
53 .menu li {
54 margin-bottom: 3px;
54 margin-bottom: 3px;
55 padding: 2px 4px;
55 padding: 2px 4px;
56 background: white;
56 background: white;
57 color: black;
57 color: black;
58 font-weight: normal;
58 font-weight: normal;
59 }
59 }
60
60
61 .menu li.active {
61 .menu li.active {
62 background: black;
62 background: black;
63 color: white;
63 color: white;
64 }
64 }
65
65
66 .menu a { color: black; display: block; }
66 .menu a { color: black; display: block; }
67
67
68 .search {
68 .search {
69 position: absolute;
69 position: absolute;
70 top: .7em;
70 top: .7em;
71 right: 2em;
71 right: 2em;
72 }
72 }
73
73
74 form.search span {
74 form.search span {
75 display: none;
75 display: none;
76 position: absolute;
76 position: absolute;
77 top: 40px;
77 top: 40px;
78 right: 0px;
78 right: 0px;
79 width: 190px;
79 width: 190px;
80 padding: 5px;
80 padding: 5px;
81 background: #ffc;
81 background: #ffc;
82 font-size: 70%;
82 font-size: 70%;
83 border: 1px solid yellow;
83 border: 1px solid yellow;
84 -moz-border-radius: 5px; /* this works only in camino/firefox */
84 -moz-border-radius: 5px; /* this works only in camino/firefox */
85 -webkit-border-radius: 5px; /* this is just for Safari */
85 -webkit-border-radius: 5px; /* this is just for Safari */
86 }
86 }
87
87
88 form.search:hover span { display: block; }
88 form.search:hover span { display: block; }
89
89
90 a { text-decoration:none; }
90 a { text-decoration:none; }
91 .age { white-space:nowrap; }
91 .age { white-space:nowrap; }
92 .date { white-space:nowrap; }
92 .date { white-space:nowrap; }
93 .indexlinks { white-space:nowrap; }
93 .indexlinks { white-space:nowrap; }
94 .parity0 { background-color: #f5f5f5; }
94 .parity0 { background-color: #f5f5f5; }
95 .parity1 { background-color: white; }
95 .parity1 { background-color: white; }
96 .plusline { color: green; }
96 .plusline { color: green; }
97 .minusline { color: red; }
97 .minusline { color: red; }
98 .atline { color: purple; }
98 .atline { color: purple; }
99
99
100 .navigate {
100 .navigate {
101 text-align: right;
101 text-align: right;
102 font-size: 60%;
102 font-size: 60%;
103 margin: 1em 0 1em 0;
103 margin: 1em 0 1em 0;
104 }
104 }
105
105
106 .tag {
106 .tag {
107 color: #999;
107 color: #999;
108 font-size: 70%;
108 font-size: 70%;
109 font-weight: normal;
109 font-weight: normal;
110 margin-left: .5em;
110 margin-left: .5em;
111 vertical-align: baseline;
111 vertical-align: baseline;
112 }
112 }
113
113
114 /* Common */
114 /* Common */
115 pre { margin: 0; }
115 pre { margin: 0; }
116
116
117 h2 { font-size: 120%; border-bottom: 1px solid #999; }
117 h2 { font-size: 120%; border-bottom: 1px solid #999; }
118 h2 a { color: #000; }
118 h3 {
119 h3 {
119 margin-top: -.7em;
120 margin-top: -.7em;
120 font-size: 100%;
121 font-size: 100%;
121 }
122 }
122
123
123 /* log and tags tables */
124 /* log and tags tables */
124 .bigtable {
125 .bigtable {
125 border-bottom: 1px solid #999;
126 border-bottom: 1px solid #999;
126 border-collapse: collapse;
127 border-collapse: collapse;
127 font-size: 90%;
128 font-size: 90%;
128 width: 100%;
129 width: 100%;
129 font-weight: normal;
130 font-weight: normal;
130 text-align: left;
131 text-align: left;
131 }
132 }
132
133
133 .bigtable td {
134 .bigtable td {
134 padding: 1px 4px 1px 4px;
135 padding: 1px 4px 1px 4px;
135 vertical-align: top;
136 vertical-align: top;
136 }
137 }
137
138
138 .bigtable th {
139 .bigtable th {
139 padding: 1px 4px 1px 4px;
140 padding: 1px 4px 1px 4px;
140 border-bottom: 1px solid #999;
141 border-bottom: 1px solid #999;
141 font-size: smaller;
142 font-size: smaller;
142 }
143 }
143 .bigtable tr { border: none; }
144 .bigtable tr { border: none; }
144 .bigtable .age { width: 6em; }
145 .bigtable .age { width: 6em; }
145 .bigtable .author { width: 12em; }
146 .bigtable .author { width: 12em; }
146 .bigtable .description { }
147 .bigtable .description { }
147 .bigtable .node { width: 5em; font-family: monospace;}
148 .bigtable .node { width: 5em; font-family: monospace;}
148 .bigtable .lineno { width: 2em; text-align: right;}
149 .bigtable .lineno { width: 2em; text-align: right;}
149 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
150 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
150 .bigtable td.source { font-family: monospace; white-space: pre; }
151 .bigtable td.source { font-family: monospace; white-space: pre; }
151 .bigtable .permissions { width: 8em; text-align: left;}
152 .bigtable .permissions { width: 8em; text-align: left;}
152 .bigtable .size { width: 5em; text-align: right; }
153 .bigtable .size { width: 5em; text-align: right; }
153 .bigtable .annotate { text-align: right; }
154 .bigtable .annotate { text-align: right; }
154 .bigtable td.annotate { font-size: smaller; }
155 .bigtable td.annotate { font-size: smaller; }
155
156
156 .fileline { font-family: monospace; }
157 .fileline { font-family: monospace; }
157 .fileline img { border: 0; }
158 .fileline img { border: 0; }
158
159
159 /* Changeset entry */
160 /* Changeset entry */
160 #changesetEntry {
161 #changesetEntry {
161 border-collapse: collapse;
162 border-collapse: collapse;
162 font-size: 90%;
163 font-size: 90%;
163 width: 100%;
164 width: 100%;
164 margin-bottom: 1em;
165 margin-bottom: 1em;
165 }
166 }
166
167
167 #changesetEntry th {
168 #changesetEntry th {
168 padding: 1px 4px 1px 4px;
169 padding: 1px 4px 1px 4px;
169 width: 4em;
170 width: 4em;
170 text-align: right;
171 text-align: right;
171 font-weight: normal;
172 font-weight: normal;
172 color: #999;
173 color: #999;
173 margin-right: .5em;
174 margin-right: .5em;
174 vertical-align: top;
175 vertical-align: top;
175 }
176 }
176
177
177 div.description {
178 div.description {
178 border-left: 3px solid #999;
179 border-left: 3px solid #999;
179 margin: 1em 0 1em 0;
180 margin: 1em 0 1em 0;
180 padding: .3em;
181 padding: .3em;
181 }
182 }
182
183
183 div#wrapper {
184 div#wrapper {
184 position: relative;
185 position: relative;
185 border-top: 1px solid black;
186 border-top: 1px solid black;
186 border-bottom: 1px solid black;
187 border-bottom: 1px solid black;
187 margin: 0;
188 margin: 0;
188 padding: 0;
189 padding: 0;
189 }
190 }
190
191
191 canvas {
192 canvas {
192 position: absolute;
193 position: absolute;
193 z-index: 5;
194 z-index: 5;
194 top: -0.7em;
195 top: -0.7em;
195 margin: 0;
196 margin: 0;
196 }
197 }
197
198
198 ul#graphnodes {
199 ul#graphnodes {
199 position: absolute;
200 position: absolute;
200 z-index: 10;
201 z-index: 10;
201 top: -1.0em;
202 top: -1.0em;
202 list-style: none inside none;
203 list-style: none inside none;
203 padding: 0;
204 padding: 0;
204 }
205 }
205
206
206 ul#nodebgs {
207 ul#nodebgs {
207 list-style: none inside none;
208 list-style: none inside none;
208 padding: 0;
209 padding: 0;
209 margin: 0;
210 margin: 0;
210 top: -0.7em;
211 top: -0.7em;
211 }
212 }
212
213
213 ul#graphnodes li, ul#nodebgs li {
214 ul#graphnodes li, ul#nodebgs li {
214 height: 39px;
215 height: 39px;
215 }
216 }
216
217
217 ul#graphnodes li .info {
218 ul#graphnodes li .info {
218 display: block;
219 display: block;
219 font-size: 70%;
220 font-size: 70%;
220 position: relative;
221 position: relative;
221 top: -3px;
222 top: -3px;
222 }
223 }
@@ -1,214 +1,215 b''
1 body {
1 body {
2 margin: 0;
2 margin: 0;
3 padding: 0;
3 padding: 0;
4 background: white;
4 background: white;
5 font-family: sans-serif;
5 font-family: sans-serif;
6 }
6 }
7
7
8 .container {
8 .container {
9 padding-left: 115px;
9 padding-left: 115px;
10 }
10 }
11
11
12 .main {
12 .main {
13 position: relative;
13 position: relative;
14 background: white;
14 background: white;
15 padding: 2em 2em 2em 0;
15 padding: 2em 2em 2em 0;
16 }
16 }
17
17
18 #.main {
18 #.main {
19 width: 98%;
19 width: 98%;
20 }
20 }
21
21
22 .overflow {
22 .overflow {
23 width: 100%;
23 width: 100%;
24 overflow: auto;
24 overflow: auto;
25 }
25 }
26
26
27 .menu {
27 .menu {
28 width: 90px;
28 width: 90px;
29 margin: 0;
29 margin: 0;
30 font-size: 80%;
30 font-size: 80%;
31 text-align: left;
31 text-align: left;
32 position: absolute;
32 position: absolute;
33 top: 20px;
33 top: 20px;
34 left: 20px;
34 left: 20px;
35 right: auto;
35 right: auto;
36 }
36 }
37
37
38 .menu ul {
38 .menu ul {
39 list-style: none;
39 list-style: none;
40 padding: 0;
40 padding: 0;
41 margin: 10px 0 0 0;
41 margin: 10px 0 0 0;
42 border-left: 2px solid #999;
42 border-left: 2px solid #999;
43 }
43 }
44
44
45 .menu li {
45 .menu li {
46 margin-bottom: 3px;
46 margin-bottom: 3px;
47 padding: 2px 4px;
47 padding: 2px 4px;
48 background: white;
48 background: white;
49 color: black;
49 color: black;
50 font-weight: normal;
50 font-weight: normal;
51 }
51 }
52
52
53 .menu li.active {
53 .menu li.active {
54 font-weight: bold;
54 font-weight: bold;
55 }
55 }
56
56
57 .menu a { color: black; display: block; }
57 .menu a { color: black; display: block; }
58
58
59 .search {
59 .search {
60 position: absolute;
60 position: absolute;
61 top: .7em;
61 top: .7em;
62 right: 2em;
62 right: 2em;
63 }
63 }
64
64
65 form.search span {
65 form.search span {
66 display: none;
66 display: none;
67 position: absolute;
67 position: absolute;
68 top: 40px;
68 top: 40px;
69 right: 0px;
69 right: 0px;
70 width: 190px;
70 width: 190px;
71 padding: 5px;
71 padding: 5px;
72 background: #ffc;
72 background: #ffc;
73 font-size: 70%;
73 font-size: 70%;
74 border: 1px solid yellow;
74 border: 1px solid yellow;
75 -moz-border-radius: 5px; /* this works only in camino/firefox */
75 -moz-border-radius: 5px; /* this works only in camino/firefox */
76 -webkit-border-radius: 5px; /* this is just for Safari */
76 -webkit-border-radius: 5px; /* this is just for Safari */
77 }
77 }
78
78
79 form.search:hover span { display: block; }
79 form.search:hover span { display: block; }
80
80
81 a { text-decoration:none; }
81 a { text-decoration:none; }
82 .age { white-space:nowrap; }
82 .age { white-space:nowrap; }
83 .date { white-space:nowrap; }
83 .date { white-space:nowrap; }
84 .indexlinks { white-space:nowrap; }
84 .indexlinks { white-space:nowrap; }
85 .parity0 { background-color: #f5f5f5; }
85 .parity0 { background-color: #f5f5f5; }
86 .parity1 { background-color: white; }
86 .parity1 { background-color: white; }
87 .plusline { color: green; }
87 .plusline { color: green; }
88 .minusline { color: red; }
88 .minusline { color: red; }
89 .atline { color: purple; }
89 .atline { color: purple; }
90
90
91 .navigate {
91 .navigate {
92 text-align: right;
92 text-align: right;
93 font-size: 60%;
93 font-size: 60%;
94 margin: 1em 0 1em 0;
94 margin: 1em 0 1em 0;
95 }
95 }
96
96
97 .tag {
97 .tag {
98 color: #999;
98 color: #999;
99 font-size: 70%;
99 font-size: 70%;
100 font-weight: normal;
100 font-weight: normal;
101 margin-left: .5em;
101 margin-left: .5em;
102 vertical-align: baseline;
102 vertical-align: baseline;
103 }
103 }
104
104
105 /* Common */
105 /* Common */
106 pre { margin: 0; }
106 pre { margin: 0; }
107
107
108 h2 { font-size: 120%; border-bottom: 1px solid #999; }
108 h2 { font-size: 120%; border-bottom: 1px solid #999; }
109 h2 a { color: #000; }
109 h3 {
110 h3 {
110 margin-top: -.7em;
111 margin-top: -.7em;
111 font-size: 100%;
112 font-size: 100%;
112 }
113 }
113
114
114 /* log and tags tables */
115 /* log and tags tables */
115 .bigtable {
116 .bigtable {
116 border-bottom: 1px solid #999;
117 border-bottom: 1px solid #999;
117 border-collapse: collapse;
118 border-collapse: collapse;
118 font-size: 90%;
119 font-size: 90%;
119 width: 100%;
120 width: 100%;
120 font-weight: normal;
121 font-weight: normal;
121 text-align: left;
122 text-align: left;
122 }
123 }
123
124
124 .bigtable td {
125 .bigtable td {
125 padding: 1px 4px 1px 4px;
126 padding: 1px 4px 1px 4px;
126 vertical-align: top;
127 vertical-align: top;
127 }
128 }
128
129
129 .bigtable th {
130 .bigtable th {
130 padding: 1px 4px 1px 4px;
131 padding: 1px 4px 1px 4px;
131 border-bottom: 1px solid #999;
132 border-bottom: 1px solid #999;
132 font-size: smaller;
133 font-size: smaller;
133 }
134 }
134 .bigtable tr { border: none; }
135 .bigtable tr { border: none; }
135 .bigtable .age { width: 6em; }
136 .bigtable .age { width: 6em; }
136 .bigtable .author { width: 12em; }
137 .bigtable .author { width: 12em; }
137 .bigtable .description { }
138 .bigtable .description { }
138 .bigtable .node { width: 5em; font-family: monospace;}
139 .bigtable .node { width: 5em; font-family: monospace;}
139 .bigtable .lineno { width: 2em; text-align: right;}
140 .bigtable .lineno { width: 2em; text-align: right;}
140 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
141 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
141 .bigtable td.source { font-family: monospace; white-space: pre; }
142 .bigtable td.source { font-family: monospace; white-space: pre; }
142 .bigtable .permissions { width: 8em; text-align: left;}
143 .bigtable .permissions { width: 8em; text-align: left;}
143 .bigtable .size { width: 5em; text-align: right; }
144 .bigtable .size { width: 5em; text-align: right; }
144 .bigtable .annotate { text-align: right; }
145 .bigtable .annotate { text-align: right; }
145 .bigtable td.annotate { font-size: smaller; }
146 .bigtable td.annotate { font-size: smaller; }
146
147
147 .fileline { font-family: monospace; }
148 .fileline { font-family: monospace; }
148 .fileline img { border: 0; }
149 .fileline img { border: 0; }
149
150
150 /* Changeset entry */
151 /* Changeset entry */
151 #changesetEntry {
152 #changesetEntry {
152 border-collapse: collapse;
153 border-collapse: collapse;
153 font-size: 90%;
154 font-size: 90%;
154 width: 100%;
155 width: 100%;
155 margin-bottom: 1em;
156 margin-bottom: 1em;
156 }
157 }
157
158
158 #changesetEntry th {
159 #changesetEntry th {
159 padding: 1px 4px 1px 4px;
160 padding: 1px 4px 1px 4px;
160 width: 4em;
161 width: 4em;
161 text-align: right;
162 text-align: right;
162 font-weight: normal;
163 font-weight: normal;
163 color: #999;
164 color: #999;
164 margin-right: .5em;
165 margin-right: .5em;
165 vertical-align: top;
166 vertical-align: top;
166 }
167 }
167
168
168 div.description {
169 div.description {
169 border-left: 2px solid #999;
170 border-left: 2px solid #999;
170 margin: 1em 0 1em 0;
171 margin: 1em 0 1em 0;
171 padding: .3em;
172 padding: .3em;
172 }
173 }
173
174
174 /* Graph */
175 /* Graph */
175 div#wrapper {
176 div#wrapper {
176 position: relative;
177 position: relative;
177 border-top: 1px solid black;
178 border-top: 1px solid black;
178 border-bottom: 1px solid black;
179 border-bottom: 1px solid black;
179 margin: 0;
180 margin: 0;
180 padding: 0;
181 padding: 0;
181 }
182 }
182
183
183 canvas {
184 canvas {
184 position: absolute;
185 position: absolute;
185 z-index: 5;
186 z-index: 5;
186 top: -0.7em;
187 top: -0.7em;
187 margin: 0;
188 margin: 0;
188 }
189 }
189
190
190 ul#nodebgs {
191 ul#nodebgs {
191 list-style: none inside none;
192 list-style: none inside none;
192 padding: 0;
193 padding: 0;
193 margin: 0;
194 margin: 0;
194 top: -0.7em;
195 top: -0.7em;
195 }
196 }
196
197
197 ul#graphnodes li, ul#nodebgs li {
198 ul#graphnodes li, ul#nodebgs li {
198 height: 39px;
199 height: 39px;
199 }
200 }
200
201
201 ul#graphnodes {
202 ul#graphnodes {
202 position: absolute;
203 position: absolute;
203 z-index: 10;
204 z-index: 10;
204 top: -1.0em;
205 top: -1.0em;
205 list-style: none inside none;
206 list-style: none inside none;
206 padding: 0;
207 padding: 0;
207 }
208 }
208
209
209 ul#graphnodes li .info {
210 ul#graphnodes li .info {
210 display: block;
211 display: block;
211 font-size: 70%;
212 font-size: 70%;
212 position: relative;
213 position: relative;
213 top: -3px;
214 top: -3px;
214 }
215 }
General Comments 0
You need to be logged in to leave comments. Login now