mercurial/templates/gitweb/manifest.tmpl
changeset 38204 d6aa1fc8292f
parent 35061 e9a8a941950a
equal deleted inserted replaced
38203:c2e3bc99fba4 38204:d6aa1fc8292f
    28 {searchform}
    28 {searchform}
    29 </div>
    29 </div>
    30 
    30 
    31 <div class="title">{path|escape} {alltags}</div>
    31 <div class="title">{path|escape} {alltags}</div>
    32 <table cellspacing="0">
    32 <table cellspacing="0">
    33 <tr class="parity{upparity}">
    33 {ifeq(path, up, '', updirentry)}
    34 <td style="font-family:monospace">drwxr-xr-x</td>
       
    35 <td style="font-family:monospace"></td>
       
    36 <td style="font-family:monospace"></td>
       
    37 <td><a href="{url|urlescape}file/{symrev}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
       
    38 <td class="link">&nbsp;</td>
       
    39 </tr>
       
    40 {dentries%direntry}
    34 {dentries%direntry}
    41 {fentries%fileentry}
    35 {fentries%fileentry}
    42 </table>
    36 </table>
    43 
    37 
    44 {footer}
    38 {footer}