Blob Blame History Raw
<!DOCTYPE html>
<html><head>
    <title>{:title}</title>
    <meta charset="UTF-8" />
    <style>{include:css.tpl}</style>
</head><body><div>
<div id="path">{loop:path::p}<a href="{:p.url}">{:p.title}</a>{sep} / {endloop}</div>
<div id="head"><div><img src="{:thumburl}" /></div><div>{:title}</div></div>
<table>
    <tr>
        <th>#</th>
        <th></th>
        <th>{if:bydate}<a href=".">name</a>{else}name{endif}</th>
        <th>{if:bydate}date{else}<a href="indexd.html">date</a>{endif}</th>
    </tr>
    {loop:subs::n}<tr>
        <td></td>
        <td><a href="{:n.url}"><img src="{:n.thumburl}" /></a></td>
        <td><a href="{:n.url}">{:n.title}</a></td>
        <td>{:n.date}</td>
    </tr>{endloop}
</table>
</div></body></html>