templates/gitweb/manifest.tmpl
changeset 8427 cebdfdcc3e42
parent 8356 439663cd043a
child 8936 1de6e7e1bb9f
equal deleted inserted replaced
8422:437e06bbd11e 8427:cebdfdcc3e42
     1 #header#
     1 {header}
     2 <title>#repo|escape#: files</title>
     2 <title>{repo|escape}: files</title>
     3 <link rel="alternate" type="application/atom+xml"
     3 <link rel="alternate" type="application/atom+xml"
     4    href="{url}atom-log" title="Atom feed for #repo|escape#"/>
     4    href="{url}atom-log" title="Atom feed for {repo|escape}"/>
     5 <link rel="alternate" type="application/rss+xml"
     5 <link rel="alternate" type="application/rss+xml"
     6    href="{url}rss-log" title="RSS feed for #repo|escape#"/>
     6    href="{url}rss-log" title="RSS feed for {repo|escape}"/>
     7 </head>
     7 </head>
     8 <body>
     8 <body>
     9 
     9 
    10 <div class="page_header">
    10 <div class="page_header">
    11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / files
    11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / files
    12 </div>
    12 </div>
    13 
    13 
    14 <div class="page_nav">
    14 <div class="page_nav">
    15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
    15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
    16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
    16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
    17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
    17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
    18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
    18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
    19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
    19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
    20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
    20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
    21 files |
    21 files |
    22 <a href="{url}rev/#node|short#{sessionvars%urlparameter}">changeset</a> #archives%archiveentry#<br/>
    22 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> {archives%archiveentry}<br/>
    23 </div>
    23 </div>
    24 
    24 
    25 <div class="title">#path|escape# <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></div>
    25 <div class="title">{path|escape} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></div>
    26 <table cellspacing="0">
    26 <table cellspacing="0">
    27 <tr class="parity#upparity#">
    27 <tr class="parity{upparity}">
    28 <td style="font-family:monospace">drwxr-xr-x</td>
    28 <td style="font-family:monospace">drwxr-xr-x</td>
    29 <td style="font-family:monospace"></td>
    29 <td style="font-family:monospace"></td>
    30 <td style="font-family:monospace"></td>
    30 <td style="font-family:monospace"></td>
    31 <td><a href="{url}file/#node|short##up|urlescape#{sessionvars%urlparameter}">[up]</a></td>
    31 <td><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
    32 <td class="link">&nbsp;</td>
    32 <td class="link">&nbsp;</td>
    33 </tr>
    33 </tr>
    34 #dentries%direntry#
    34 {dentries%direntry}
    35 #fentries%fileentry#
    35 {fentries%fileentry}
    36 </table>
    36 </table>
    37 
    37 
    38 #footer#
    38 {footer}