hg: install hgweb templates
This commit is contained in:
parent
e437b1b289
commit
e74d851d69
127 changed files with 5752 additions and 4 deletions
45
sys/lib/python/mercurial/templates/paper/branches.tmpl
Normal file
45
sys/lib/python/mercurial/templates/paper/branches.tmpl
Normal file
|
@ -0,0 +1,45 @@
|
|||
{header}
|
||||
<title>{repo|escape}: branches</title>
|
||||
<link rel="alternate" type="application/atom+xml"
|
||||
href="{url}atom-tags" title="Atom feed for {repo|escape}: branches" />
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
href="{url}rss-tags" title="RSS feed for {repo|escape}: branches" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="menu">
|
||||
<div class="logo">
|
||||
<a href="http://mercurial.selenic.com/">
|
||||
<img src="{staticurl}hglogo.png" alt="mercurial" /></a>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
|
||||
<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
|
||||
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
|
||||
<li class="active">branches</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
|
||||
<h3>branches</h3>
|
||||
|
||||
<form class="search" action="{url}log">
|
||||
{sessionvars%hiddenformentry}
|
||||
<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">
|
||||
<tr>
|
||||
<th>branch</th>
|
||||
<th>node</th>
|
||||
</tr>
|
||||
{entries%branchentry}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{footer}
|
71
sys/lib/python/mercurial/templates/paper/changeset.tmpl
Normal file
71
sys/lib/python/mercurial/templates/paper/changeset.tmpl
Normal file
|
@ -0,0 +1,71 @@
|
|||
{header}
|
||||
<title>{repo|escape}: {node|short}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="menu">
|
||||
<div class="logo">
|
||||
<a href="http://mercurial.selenic.com/">
|
||||
<img src="{staticurl}hglogo.png" alt="mercurial" /></a>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
|
||||
<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
|
||||
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
|
||||
<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li class="active">changeset</li>
|
||||
<li><a href="{url}raw-rev/{node|short}{sessionvars%urlparameter}">raw</a></li>
|
||||
<li><a href="{url}file/{node|short}{sessionvars%urlparameter}">browse</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
{archives%archiveentry}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
|
||||
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
|
||||
<h3>changeset {rev}:{node|short} {changesetbranch%changelogbranchname} {changesettag}</h3>
|
||||
|
||||
<form class="search" action="{url}log">
|
||||
{sessionvars%hiddenformentry}
|
||||
<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|nonempty}</div>
|
||||
|
||||
<table id="changesetEntry">
|
||||
<tr>
|
||||
<th class="author">author</th>
|
||||
<td class="author">{author|obfuscate}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="date">date</th>
|
||||
<td class="date">{date|date} ({date|age} ago)</td></tr>
|
||||
<tr>
|
||||
<th class="author">parents</th>
|
||||
<td class="author">{parent%changesetparent}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="author">children</th>
|
||||
<td class="author">{child%changesetchild}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="files">files</th>
|
||||
<td class="files">{files}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="overflow">
|
||||
<div class="sourcefirst"> line diff</div>
|
||||
|
||||
{diff}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{footer}
|
43
sys/lib/python/mercurial/templates/paper/error.tmpl
Normal file
43
sys/lib/python/mercurial/templates/paper/error.tmpl
Normal file
|
@ -0,0 +1,43 @@
|
|||
{header}
|
||||
<title>{repo|escape}: error</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="menu">
|
||||
<div class="logo">
|
||||
<a href="http://mercurial.selenic.com/">
|
||||
<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
|
||||
<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
|
||||
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
|
||||
<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
|
||||
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
|
||||
<h3>error</h3>
|
||||
|
||||
<form class="search" action="{url}log">
|
||||
{sessionvars%hiddenformentry}
|
||||
<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">
|
||||
<p>
|
||||
An error occurred while processing your request:
|
||||
</p>
|
||||
<p>
|
||||
{error|escape}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{footer}
|
77
sys/lib/python/mercurial/templates/paper/fileannotate.tmpl
Normal file
77
sys/lib/python/mercurial/templates/paper/fileannotate.tmpl
Normal file
|
@ -0,0 +1,77 @@
|
|||
{header}
|
||||
<title>{repo|escape}: {file|escape} annotate</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="menu">
|
||||
<div class="logo">
|
||||
<a href="http://mercurial.selenic.com/">
|
||||
<img src="{staticurl}hglogo.png" alt="mercurial" /></a>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
|
||||
<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
|
||||
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
|
||||
<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
|
||||
<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
|
||||
<li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
|
||||
<li class="active">annotate</li>
|
||||
<li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
|
||||
<li><a href="{url}raw-annotate/{node|short}/{file|urlescape}">raw</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
|
||||
<h3>annotate {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>
|
||||
<div id="hint">find changesets by author, revision,
|
||||
files, or words in the commit message</div>
|
||||
</form>
|
||||
|
||||
<div class="description">{desc|strip|escape|addbreaks|nonempty}</div>
|
||||
|
||||
<table id="changesetEntry">
|
||||
<tr>
|
||||
<th class="author">author</th>
|
||||
<td class="author">{author|obfuscate}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="date">date</th>
|
||||
<td class="date">{date|date} ({date|age} ago)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="author">parents</th>
|
||||
<td class="author">{parent%filerevparent}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="author">children</th>
|
||||
<td class="author">{child%filerevchild}</td>
|
||||
</tr>
|
||||
{changesettag}
|
||||
</table>
|
||||
|
||||
<div class="overflow">
|
||||
<table class="bigtable">
|
||||
<tr>
|
||||
<th class="annotate">rev</th>
|
||||
<th class="line"> line source</th>
|
||||
</tr>
|
||||
{annotate%annotateline}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{footer}
|
72
sys/lib/python/mercurial/templates/paper/filediff.tmpl
Normal file
72
sys/lib/python/mercurial/templates/paper/filediff.tmpl
Normal file
|
@ -0,0 +1,72 @@
|
|||
{header}
|
||||
<title>{repo|escape}: {file|escape} diff</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="menu">
|
||||
<div class="logo">
|
||||
<a href="http://mercurial.selenic.com/">
|
||||
<img src="{staticurl}hglogo.png" alt="mercurial" /></a>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
|
||||
<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
|
||||
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
|
||||
<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
|
||||
<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
|
||||
<li class="active">diff</li>
|
||||
<li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
|
||||
<li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
|
||||
<li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
|
||||
<h3>diff {file|escape} @ {rev}:{node|short}</h3>
|
||||
|
||||
<form class="search" action="{url}log">
|
||||
<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|nonempty}</div>
|
||||
|
||||
<table id="changesetEntry">
|
||||
<tr>
|
||||
<th>author</th>
|
||||
<td>{author|obfuscate}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>date</th>
|
||||
<td>{date|date} ({date|age} ago)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>parents</th>
|
||||
<td>{parent%filerevparent}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>children</th>
|
||||
<td>{child%filerevchild}</td>
|
||||
</tr>
|
||||
{changesettag}
|
||||
</table>
|
||||
|
||||
<div class="overflow">
|
||||
<div class="sourcefirst"> line diff</div>
|
||||
|
||||
{diff}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{footer}
|
60
sys/lib/python/mercurial/templates/paper/filelog.tmpl
Normal file
60
sys/lib/python/mercurial/templates/paper/filelog.tmpl
Normal file
|
@ -0,0 +1,60 @@
|
|||
{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}" />
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
href="{url}rss-log/tip/{file|urlescape}" title="RSS feed for {repo|escape}:{file}" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="menu">
|
||||
<div class="logo">
|
||||
<a href="http://mercurial.selenic.com/">
|
||||
<img src="{staticurl}hglogo.png" alt="mercurial" /></a>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
|
||||
<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
|
||||
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
|
||||
<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
|
||||
<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
|
||||
<li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
|
||||
<li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
|
||||
<li class="active">file log</li>
|
||||
<li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
|
||||
<h3>log {file|escape}</h3>
|
||||
|
||||
<form class="search" action="{url}log">
|
||||
{sessionvars%hiddenformentry}
|
||||
<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>
|
||||
|
||||
<table class="bigtable">
|
||||
<tr>
|
||||
<th class="age">age</th>
|
||||
<th class="author">author</th>
|
||||
<th class="description">description</th>
|
||||
</tr>
|
||||
{entries%filelogentry}
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{footer}
|
|
@ -0,0 +1,5 @@
|
|||
<tr class="parity{parity}">
|
||||
<td class="age">{date|age}</td>
|
||||
<td class="author">{author|person}</td>
|
||||
<td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
|
||||
</tr>
|
72
sys/lib/python/mercurial/templates/paper/filerevision.tmpl
Normal file
72
sys/lib/python/mercurial/templates/paper/filerevision.tmpl
Normal file
|
@ -0,0 +1,72 @@
|
|||
{header}
|
||||
<title>{repo|escape}: {node|short} {file|escape}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="menu">
|
||||
<div class="logo">
|
||||
<a href="http://mercurial.selenic.com/">
|
||||
<img src="{staticurl}hglogo.png" alt="mercurial" /></a>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
|
||||
<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
|
||||
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
|
||||
<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
|
||||
<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li class="active">file</li>
|
||||
<li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
|
||||
<li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
|
||||
<li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
|
||||
<li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
|
||||
<h3>view {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>
|
||||
<div id="hint">find changesets by author, revision,
|
||||
files, or words in the commit message</div>
|
||||
</form>
|
||||
|
||||
<div class="description">{desc|strip|escape|addbreaks|nonempty}</div>
|
||||
|
||||
<table id="changesetEntry">
|
||||
<tr>
|
||||
<th class="author">author</th>
|
||||
<td class="author">{author|obfuscate}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="date">date</th>
|
||||
<td class="date">{date|date} ({date|age} ago)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="author">parents</th>
|
||||
<td class="author">{parent%filerevparent}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="author">children</th>
|
||||
<td class="author">{child%filerevchild}</td>
|
||||
</tr>
|
||||
{changesettag}
|
||||
</table>
|
||||
|
||||
<div class="overflow">
|
||||
<div class="sourcefirst"> line source</div>
|
||||
{text%fileline}
|
||||
<div class="sourcelast"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{footer}
|
4
sys/lib/python/mercurial/templates/paper/footer.tmpl
Normal file
4
sys/lib/python/mercurial/templates/paper/footer.tmpl
Normal file
|
@ -0,0 +1,4 @@
|
|||
{motd}
|
||||
|
||||
</body>
|
||||
</html>
|
132
sys/lib/python/mercurial/templates/paper/graph.tmpl
Normal file
132
sys/lib/python/mercurial/templates/paper/graph.tmpl
Normal file
|
@ -0,0 +1,132 @@
|
|||
{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" />
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
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>
|
||||
|
||||
<div class="container">
|
||||
<div class="menu">
|
||||
<div class="logo">
|
||||
<a href="http://mercurial.selenic.com/">
|
||||
<img src="{staticurl}hglogo.png" alt="mercurial" /></a>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
|
||||
<li class="active">graph</li>
|
||||
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
|
||||
<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
|
||||
<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
|
||||
<h3>graph</h3>
|
||||
|
||||
<form class="search" action="{url}log">
|
||||
{sessionvars%hiddenformentry}
|
||||
<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="{url}graph/{rev}{lessvars%urlparameter}">less</a>
|
||||
<a href="{url}graph/{rev}{morevars%urlparameter}">more</a>
|
||||
| rev {rev}: {changenav%navgraphentry}
|
||||
</div>
|
||||
|
||||
<noscript><p>The revision graph only works with JavaScript-enabled browsers.</p></noscript>
|
||||
|
||||
<div id="wrapper">
|
||||
<ul id="nodebgs"></ul>
|
||||
<canvas id="graph" width="224" height="{canvasheight}"></canvas>
|
||||
<ul id="graphnodes"></ul>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="{staticurl}graph.js"></script>
|
||||
<script type="text/javascript">
|
||||
<!-- hide script content
|
||||
|
||||
var data = {jsdata|json};
|
||||
var graph = new Graph();
|
||||
graph.scale({bg_height});
|
||||
|
||||
graph.edge = function(x0, y0, x1, y1, color) {
|
||||
|
||||
this.setColor(color, 0.0, 0.65);
|
||||
this.ctx.beginPath();
|
||||
this.ctx.moveTo(x0, y0);
|
||||
this.ctx.lineTo(x1, y1);
|
||||
this.ctx.stroke();
|
||||
|
||||
}
|
||||
|
||||
var revlink = '<li style="_STYLE"><span class="desc">';
|
||||
revlink += '<a href="{url}rev/_NODEID{sessionvars%urlparameter}" title="_NODEID">_DESC</a>';
|
||||
revlink += '</span>_TAGS<span class="info">_DATE ago, by _USER</span></li>';
|
||||
|
||||
graph.vertex = function(x, y, color, parity, cur) {
|
||||
|
||||
this.ctx.beginPath();
|
||||
color = this.setColor(color, 0.25, 0.75);
|
||||
this.ctx.arc(x, y, radius, 0, Math.PI * 2, true);
|
||||
this.ctx.fill();
|
||||
|
||||
var bg = '<li class="bg parity' + parity + '"></li>';
|
||||
var left = (this.columns + 1) * this.bg_height;
|
||||
var nstyle = 'padding-left: ' + left + 'px;';
|
||||
var item = revlink.replace(/_STYLE/, nstyle);
|
||||
item = item.replace(/_PARITY/, 'parity' + parity);
|
||||
item = item.replace(/_NODEID/, cur[0]);
|
||||
item = item.replace(/_NODEID/, cur[0]);
|
||||
item = item.replace(/_DESC/, cur[3]);
|
||||
item = item.replace(/_USER/, cur[4]);
|
||||
item = item.replace(/_DATE/, cur[5]);
|
||||
|
||||
var tagspan = '';
|
||||
if (cur[7].length || (cur[6][0] != 'default' || cur[6][1])) {
|
||||
tagspan = '<span class="logtags">';
|
||||
if (cur[6][1]) {
|
||||
tagspan += '<span class="branchhead" title="' + cur[6][0] + '">';
|
||||
tagspan += cur[6][0] + '</span> ';
|
||||
} else if (!cur[6][1] && cur[6][0] != 'default') {
|
||||
tagspan += '<span class="branchname" title="' + cur[6][0] + '">';
|
||||
tagspan += cur[6][0] + '</span> ';
|
||||
}
|
||||
if (cur[7].length) {
|
||||
for (var t in cur[7]) {
|
||||
var tag = cur[7][t];
|
||||
tagspan += '<span class="tag">' + tag + '</span> ';
|
||||
}
|
||||
}
|
||||
tagspan += '</span>';
|
||||
}
|
||||
|
||||
item = item.replace(/_TAGS/, tagspan);
|
||||
return [bg, item];
|
||||
|
||||
}
|
||||
|
||||
graph.render(data);
|
||||
|
||||
// stop hiding script -->
|
||||
</script>
|
||||
|
||||
<div class="navigate">
|
||||
<a href="{url}graph/{rev}{lessvars%urlparameter}">less</a>
|
||||
<a href="{url}graph/{rev}{morevars%urlparameter}">more</a>
|
||||
| rev {rev}: {changenav%navgraphentry}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{footer}
|
6
sys/lib/python/mercurial/templates/paper/header.tmpl
Normal file
6
sys/lib/python/mercurial/templates/paper/header.tmpl
Normal file
|
@ -0,0 +1,6 @@
|
|||
<!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" />
|
||||
<meta name="robots" content="index, nofollow" />
|
||||
<link rel="stylesheet" href="{staticurl}style-paper.css" type="text/css" />
|
26
sys/lib/python/mercurial/templates/paper/index.tmpl
Normal file
26
sys/lib/python/mercurial/templates/paper/index.tmpl
Normal file
|
@ -0,0 +1,26 @@
|
|||
{header}
|
||||
<title>Mercurial repositories index</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="menu">
|
||||
<a href="http://mercurial.selenic.com/">
|
||||
<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
|
||||
</div>
|
||||
<div class="main">
|
||||
<h2>Mercurial Repositories</h2>
|
||||
|
||||
<table class="bigtable">
|
||||
<tr>
|
||||
<th><a href="?sort={sort_name}">Name</a></th>
|
||||
<th><a href="?sort={sort_description}">Description</a></th>
|
||||
<th><a href="?sort={sort_contact}">Contact</a></th>
|
||||
<th><a href="?sort={sort_lastchange}">Last change</a></th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
{entries%indexentry}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
{footer}
|
54
sys/lib/python/mercurial/templates/paper/manifest.tmpl
Normal file
54
sys/lib/python/mercurial/templates/paper/manifest.tmpl
Normal file
|
@ -0,0 +1,54 @@
|
|||
{header}
|
||||
<title>{repo|escape}: {node|short} {path|escape}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="menu">
|
||||
<div class="logo">
|
||||
<a href="http://mercurial.selenic.com/">
|
||||
<img src="{staticurl}hglogo.png" alt="mercurial" /></a>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
|
||||
<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
|
||||
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
|
||||
<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
|
||||
<li class="active">browse</li>
|
||||
</ul>
|
||||
<ul>
|
||||
{archives%archiveentry}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
|
||||
<h3>directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h3>
|
||||
|
||||
<form class="search" action="{url}log">
|
||||
{sessionvars%hiddenformentry}
|
||||
<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">
|
||||
<tr>
|
||||
<th class="name">name</th>
|
||||
<th class="size">size</th>
|
||||
<th class="permissions">permissions</th>
|
||||
</tr>
|
||||
<tr class="fileline parity{upparity}">
|
||||
<td class="name"><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
|
||||
<td class="size"></td>
|
||||
<td class="permissions">drwxr-xr-x</td>
|
||||
</tr>
|
||||
{dentries%direntry}
|
||||
{fentries%fileentry}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
{footer}
|
191
sys/lib/python/mercurial/templates/paper/map
Normal file
191
sys/lib/python/mercurial/templates/paper/map
Normal file
|
@ -0,0 +1,191 @@
|
|||
default = 'shortlog'
|
||||
|
||||
mimetype = 'text/html; charset={encoding}'
|
||||
header = header.tmpl
|
||||
footer = footer.tmpl
|
||||
search = search.tmpl
|
||||
|
||||
changelog = shortlog.tmpl
|
||||
shortlog = shortlog.tmpl
|
||||
shortlogentry = shortlogentry.tmpl
|
||||
graph = graph.tmpl
|
||||
|
||||
naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
|
||||
navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
|
||||
navgraphentry = '<a href="{url}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
|
||||
filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '
|
||||
filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
|
||||
filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
|
||||
filenolink = '{file|escape} '
|
||||
fileellipses = '...'
|
||||
changelogentry = shortlogentry.tmpl
|
||||
searchentry = shortlogentry.tmpl
|
||||
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" 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}{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
|
||||
filediff = filediff.tmpl
|
||||
filelog = filelog.tmpl
|
||||
fileline = '
|
||||
<div class="parity{parity} source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</div>'
|
||||
filelogentry = filelogentry.tmpl
|
||||
|
||||
annotateline = '
|
||||
<tr class="parity{parity}">
|
||||
<td class="annotate">
|
||||
<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#{targetline}"
|
||||
title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>
|
||||
</td>
|
||||
<td class="source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</td>
|
||||
</tr>'
|
||||
|
||||
diffblock = '<div class="source bottomline parity{parity}"><pre>{lines}</pre></div>'
|
||||
difflineplus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="plusline">{line|escape}</span>'
|
||||
difflineminus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="minusline">{line|escape}</span>'
|
||||
difflineat = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="atline">{line|escape}</span>'
|
||||
diffline = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}'
|
||||
|
||||
changelogparent = '
|
||||
<tr>
|
||||
<th class="parent">parent {rev}:</th>
|
||||
<td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
|
||||
</tr>'
|
||||
|
||||
changesetparent = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> '
|
||||
|
||||
filerevparent = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rename%filerename}{node|short}</a> '
|
||||
filerevchild = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a> '
|
||||
|
||||
filerename = '{file|escape}@'
|
||||
filelogrename = '
|
||||
<tr>
|
||||
<th>base:</th>
|
||||
<td>
|
||||
<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
|
||||
{file|escape}@{node|short}
|
||||
</a>
|
||||
</td>
|
||||
</tr>'
|
||||
fileannotateparent = '
|
||||
<tr>
|
||||
<td class="metatag">parent:</td>
|
||||
<td>
|
||||
<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
|
||||
{rename%filerename}{node|short}
|
||||
</a>
|
||||
</td>
|
||||
</tr>'
|
||||
changesetchild = ' <a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>'
|
||||
changelogchild = '
|
||||
<tr>
|
||||
<th class="child">child</th>
|
||||
<td class="child">
|
||||
<a href="{url}rev/{node|short}{sessionvars%urlparameter}">
|
||||
{node|short}
|
||||
</a>
|
||||
</td>
|
||||
</tr>'
|
||||
fileannotatechild = '
|
||||
<tr>
|
||||
<td class="metatag">child:</td>
|
||||
<td>
|
||||
<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
|
||||
{node|short}
|
||||
</a>
|
||||
</td>
|
||||
</tr>'
|
||||
tags = tags.tmpl
|
||||
tagentry = '
|
||||
<tr class="tagEntry parity{parity}">
|
||||
<td>
|
||||
<a href="{url}rev/{node|short}{sessionvars%urlparameter}">
|
||||
{tag|escape}
|
||||
</a>
|
||||
</td>
|
||||
<td class="node">
|
||||
{node|short}
|
||||
</td>
|
||||
</tr>'
|
||||
branches = branches.tmpl
|
||||
branchentry = '
|
||||
<tr class="tagEntry parity{parity}">
|
||||
<td>
|
||||
<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}">
|
||||
{branch|escape}
|
||||
</a>
|
||||
</td>
|
||||
<td class="node">
|
||||
{node|short}
|
||||
</td>
|
||||
</tr>'
|
||||
changelogtag = '<span class="tag">{name|escape}</span> '
|
||||
changesettag = '<span class="tag">{tag|escape}</span> '
|
||||
changelogbranchhead = '<span class="branchhead">{name|escape}</span> '
|
||||
changelogbranchname = '<span class="branchname">{name|escape}</span> '
|
||||
|
||||
filediffparent = '
|
||||
<tr>
|
||||
<th class="parent">parent {rev}:</th>
|
||||
<td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
|
||||
</tr>'
|
||||
filelogparent = '
|
||||
<tr>
|
||||
<th>parent {rev}:</th>
|
||||
<td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
|
||||
</tr>'
|
||||
filediffchild = '
|
||||
<tr>
|
||||
<th class="child">child {rev}:</th>
|
||||
<td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
|
||||
</td>
|
||||
</tr>'
|
||||
filelogchild = '
|
||||
<tr>
|
||||
<th>child {rev}:</th>
|
||||
<td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
|
||||
</tr>'
|
||||
|
||||
indexentry = '
|
||||
<tr class="parity{parity}">
|
||||
<td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td>
|
||||
<td>{description}</td>
|
||||
<td>{contact|obfuscate}</td>
|
||||
<td class="age">{lastchange|age} ago</td>
|
||||
<td class="indexlinks">{archives%indexarchiveentry}</td>
|
||||
</tr>\n'
|
||||
indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}"> ↓{type|escape}</a>'
|
||||
index = index.tmpl
|
||||
archiveentry = '
|
||||
<li>
|
||||
<a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a>
|
||||
</li>'
|
||||
notfound = notfound.tmpl
|
||||
error = error.tmpl
|
||||
urlparameter = '{separator}{name}={value|urlescape}'
|
||||
hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
|
12
sys/lib/python/mercurial/templates/paper/notfound.tmpl
Normal file
12
sys/lib/python/mercurial/templates/paper/notfound.tmpl
Normal file
|
@ -0,0 +1,12 @@
|
|||
{header}
|
||||
<title>Mercurial repository not found</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h2>Mercurial repository not found</h2>
|
||||
|
||||
The specified repository "{repo|escape}" is unknown, sorry.
|
||||
|
||||
Please go back to the <a href="{url}">main repository list page</a>.
|
||||
|
||||
{footer}
|
43
sys/lib/python/mercurial/templates/paper/search.tmpl
Normal file
43
sys/lib/python/mercurial/templates/paper/search.tmpl
Normal file
|
@ -0,0 +1,43 @@
|
|||
{header}
|
||||
<title>{repo|escape}: searching for {query|escape}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="menu">
|
||||
<div class="logo">
|
||||
<a href="http://mercurial.selenic.com/">
|
||||
<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
|
||||
<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
|
||||
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
|
||||
<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
|
||||
<h3>searching for '{query|escape}'</h3>
|
||||
|
||||
<form class="search" action="{url}log">
|
||||
{sessionvars%hiddenformentry}
|
||||
<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">
|
||||
<tr>
|
||||
<th class="age">age</th>
|
||||
<th class="author">author</th>
|
||||
<th class="description">description</th>
|
||||
</tr>
|
||||
{entries}
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{footer}
|
57
sys/lib/python/mercurial/templates/paper/shortlog.tmpl
Normal file
57
sys/lib/python/mercurial/templates/paper/shortlog.tmpl
Normal file
|
@ -0,0 +1,57 @@
|
|||
{header}
|
||||
<title>{repo|escape}: log</title>
|
||||
<link rel="alternate" type="application/atom+xml"
|
||||
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}" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="menu">
|
||||
<div class="logo">
|
||||
<a href="http://mercurial.selenic.com/">
|
||||
<img src="{staticurl}hglogo.png" alt="mercurial" /></a>
|
||||
</div>
|
||||
<ul>
|
||||
<li class="active">log</li>
|
||||
<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
|
||||
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
|
||||
<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
|
||||
<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
{archives%archiveentry}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
|
||||
<h3>log</h3>
|
||||
|
||||
<form class="search" action="{url}log">
|
||||
{sessionvars%hiddenformentry}
|
||||
<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>
|
||||
|
||||
<table class="bigtable">
|
||||
<tr>
|
||||
<th class="age">age</th>
|
||||
<th class="author">author</th>
|
||||
<th class="description">description</th>
|
||||
</tr>
|
||||
{entries%shortlogentry}
|
||||
</table>
|
||||
|
||||
<div class="navigate">rev {rev}: {changenav%navshortentry}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{footer}
|
|
@ -0,0 +1,5 @@
|
|||
<tr class="parity{parity}">
|
||||
<td class="age">{date|age}</td>
|
||||
<td class="author">{author|person}</td>
|
||||
<td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
|
||||
</tr>
|
45
sys/lib/python/mercurial/templates/paper/tags.tmpl
Normal file
45
sys/lib/python/mercurial/templates/paper/tags.tmpl
Normal file
|
@ -0,0 +1,45 @@
|
|||
{header}
|
||||
<title>{repo|escape}: tags</title>
|
||||
<link rel="alternate" type="application/atom+xml"
|
||||
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" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="menu">
|
||||
<div class="logo">
|
||||
<a href="http://mercurial.selenic.com/">
|
||||
<img src="{staticurl}hglogo.png" alt="mercurial" /></a>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
|
||||
<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
|
||||
<li class="active">tags</li>
|
||||
<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
|
||||
<h3>tags</h3>
|
||||
|
||||
<form class="search" action="{url}log">
|
||||
{sessionvars%hiddenformentry}
|
||||
<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">
|
||||
<tr>
|
||||
<th>tag</th>
|
||||
<th>node</th>
|
||||
</tr>
|
||||
{entries%tagentry}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{footer}
|
Loading…
Add table
Add a link
Reference in a new issue