templates/coal/filelog.tmpl
changeset 6905 248e54a9456e
parent 6775 54ccf41761c9
child 7299 288dda59233c
equal deleted inserted replaced
6904:438e02b4be73 6905:248e54a9456e
     2 <title>{repo|escape}: {file|escape} history</title>
     2 <title>{repo|escape}: {file|escape} history</title>
     3 <link rel="alternate" type="application/atom+xml"
     3 <link rel="alternate" type="application/atom+xml"
     4    href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}">
     4    href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}">
     5 <link rel="alternate" type="application/rss+xml"
     5 <link rel="alternate" type="application/rss+xml"
     6    href="{url}rss-log/tip/{file|urlescape}" title="RSS feed for {repo|escape}:{file}">
     6    href="{url}rss-log/tip/{file|urlescape}" title="RSS feed for {repo|escape}:{file}">
     7 </head>
       
     8 </head>
     7 </head>
     9 <body>
     8 <body>
    10 
     9 
    11 <div class="container">
    10 <div class="container">
    12 <div class="menu">
    11 <div class="menu">
    44 
    43 
    45 <div class="navigate">{nav%filenaventry}</div>
    44 <div class="navigate">{nav%filenaventry}</div>
    46 
    45 
    47 <table class="bigtable">
    46 <table class="bigtable">
    48  <tr> 
    47  <tr> 
    49   <th class="age">age</td>
    48   <th class="age">age</th>
    50   <th class="author">author</td>
    49   <th class="author">author</th>
    51   <th class="description">description</td>
    50   <th class="description">description</th>
    52  </tr>
    51  </tr>
    53 {entries%filelogentry}
    52 {entries%filelogentry}
    54 </table>
    53 </table>
    55 
    54 
    56 </div>
    55 </div>