~ubuntu-branches/ubuntu/lucid/mercurial/lucid

« back to all changes in this revision

Viewing changes to templates/paper/tags.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Vernon Tang
  • Date: 2009-01-18 10:39:58 UTC
  • mfrom: (8.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090118103958-4ep2fqb5nl2pyc7y
Tags: 1.1.2-2
* debian/mercurial.postinst: symlink /usr/share/doc/mercurial if dpkg didn't
  do it when upgrading (closes: #512155)
* debian/control: mercurial-common replaces all earlier versions of
  mercurial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{header}
 
2
<title>{repo|escape}: tags</title>
 
3
<link rel="alternate" type="application/atom+xml"
 
4
   href="{url}atom-tags" title="Atom feed for {repo|escape}: tags">
 
5
<link rel="alternate" type="application/rss+xml"
 
6
   href="{url}rss-tags" title="RSS feed for {repo|escape}: tags">
 
7
</head>
 
8
<body>
 
9
 
 
10
<div class="container">
 
11
<div class="menu">
 
12
<div class="logo">
 
13
<a href="http://www.selenic.com/mercurial/">
 
14
<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
 
15
</div>
 
16
<ul>
 
17
<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
 
18
<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
 
19
<li class="active">tags</li>
 
20
</ul>
 
21
</div>
 
22
 
 
23
<div class="main">
 
24
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
 
25
<h3>tags</h3>
 
26
 
 
27
<form class="search" action="{url}log">
 
28
{sessionvars%hiddenformentry}
 
29
<p><input name="rev" id="search1" type="text" size="30"></p>
 
30
<span>find changesets by author, revision,
 
31
files, or words in the commit message</span>
 
32
</form>
 
33
 
 
34
<table class="bigtable">
 
35
<tr>
 
36
 <th>tag</th>
 
37
 <th>node</th>
 
38
</tr>
 
39
{entries%tagentry}
 
40
</table>
 
41
</div>
 
42
</div>
 
43
 
 
44
{footer}