templates/gitweb/shortlog.tmpl
changeset 3226 9d13e21f4e3c
parent 3205 48395d2692de
child 3270 36fa5db79dd5
equal deleted inserted replaced
3225:2f35961854fb 3226:9d13e21f4e3c
       
     1 #header#
       
     2 <title>#repo|escape#: Shortlog</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> / shortlog
       
    10 </div>
       
    11 
       
    12 <form action="#">
       
    13 <div class="search">
       
    14 <input type="hidden" name="repo" value="#repo|escape#"  />
       
    15 <input type="hidden" name="style" value="gitweb"  />
       
    16 <input type="hidden" name="cmd" value="changelog"  />
       
    17 <input type="text" name="rev"  />
       
    18 </div>
       
    19 </form>
       
    20 </div>
       
    21 <div class="page_nav">
       
    22 <a href="?cmd=summary;style=gitweb">summary</a> | shortlog | <a href="?cmd=changelog;rev=#rev#;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?mf=#node|short#;path=/;style=gitweb">manifest</a>#archives%archiveentry#<br/>
       
    23 <br/>
       
    24 
       
    25 #changenav%navshortentry#<br/>
       
    26 </div>
       
    27 
       
    28 <table cellspacing="0">
       
    29 #entries%shortlogentry#
       
    30 </table>
       
    31 
       
    32 #footer#