templates/summary-gitweb.tmpl
changeset 1572 385b8872b8e3
child 1577 4b0f6a9a6dd4
equal deleted inserted replaced
1568:1d7d0c07e8f3 1572:385b8872b8e3
       
     1 #header#
       
     2 <title>#repo|escape#: Summary</title>
       
     3 <link rel="alternate" type="application/rss+xml"
       
     4    href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
       
     5 </head>
       
     6 <body>
       
     7 
       
     8 <div class="page_header">
       
     9 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / summary
       
    10 </div>
       
    11 <div class="page_nav">
       
    12 summary | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a><br/>
       
    13 </div>
       
    14 
       
    15 <div class="title">&nbsp;</div>
       
    16 <table cellspacing="0">
       
    17 <tr><td>description</td><td>#desc#</td></tr>
       
    18 <tr><td>owner</td><td>#owner#</td></tr>
       
    19 <!-- <tr><td>last change</td><td>#lastchange|rfc822date#</td></tr> -->
       
    20 </table>
       
    21 
       
    22 <div><a  class="title" href="?cmd=changelog;style=gitweb">changes</a></div>
       
    23 <table cellspacing="0">
       
    24 #shortlog#
       
    25 <tr class="light"><td colspan="3"><a class="list" href="?cmd=changelog;rev=;style=gitweb">...</a></td></tr>
       
    26 </table>
       
    27 
       
    28 <div><a class="title" href="?cmd=tags;style=gitweb">tags</a></div>
       
    29 <table cellspacing="0">
       
    30 #tags#
       
    31 <tr class="light"><td colspan="3"><a class="list" href="?cmd=tags;style=gitweb">...</a></td></tr>
       
    32 </table>
       
    33 
       
    34 #footer#