File

tags.tmpl @ 2:5ffc6136763b draft

graph.tmpl: use `<h3>` for `breadcrump`.
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Sun, 30 Jul 2023 00:20:24 +0700
parent 0:2f78b9100113
child 10:ee33ee14040a
line wrap: on
line source

{header}
<title>Tags {repo|escape}</title>
<link rel="alternate" type="application/atom+xml"
   href="{url|urlescape}atom-tags" title="Atom feed for {repo|escape}: tags" />
<link rel="alternate" type="application/rss+xml"
   href="{url|urlescape}rss-tags" title="RSS feed for {repo|escape}: tags" />
</head>
<body>
    <div class="main">
        <div class="dd-hover menu">
        <div class="dd-content">
            <hr />
            <h6>{repo|escape}</h6>
            <ul>
                <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">log</a></li>
                <li><a href="{url|urlescape}graph{sessionvars%urlparameter}">graph</a></li>
                <li class="active">Tags</li>
                <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
                <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
            </ul>
            <hr />
            <ul>
                <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
            </ul>
            <div class="atom-logo">
                <a href="{url|urlescape}rss-bookmarks" title="subscribe to RSS feed">
                    RSS: <img class="rss-logo" src="{staticurl|urlescape}feed-icon-14x14.png" alt="RSS feed" />
                </a>
                <a href="{url|urlescape}atom-tags" title="subscribe to Atom feed">
                    Atom: <img class="atom-logo" src="{staticurl|urlescape}feed-icon-14x14.png" alt="Atom feed" />
                </a>
            </div>
            </div>
            {logo}
        </div>
        <main>
            <hr />
            <h1 class="breadcrumb"><a href="/">Software</a> {pathdef%breadcrumb}</h1>

            {searchform}

            <h2>Tags</h2>
            <table>
            <thead>
            <tr>
             <th>tag</th>
             <th>node</th>
            </tr>
            </thead>
            <tbody class="stripes2">
            {entries%tagentry}
            </tbody>
            </table>
            <p></p>
        <hr />
        </main>
    </div>
    {logo}
    {banner}
{footer}