comparison templates/paper/tags.tmpl @ 7725:6a888d491eaf

coal/paper: switch to XHTML 1.1
author Benoit Allard <benoit@aeteurope.nl>
date Thu, 05 Feb 2009 18:15:33 +0100
parents b71ee3e00e81
children 6058d291abdf
comparison
equal deleted inserted replaced
7724:fff6e253e1f6 7725:6a888d491eaf
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" 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>
24 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> 24 <h2><a href="{url}{sessionvars%urlparameter}">{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 <div id="hint">find changesets by author, revision,
31 files, or words in the commit message</span> 31 files, or words in the commit message</div>
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>