File

branches.tmpl @ 1:7dde48d11103 draft

map: fix content and re-order tags to prepare for changing heading tags in the next commit.
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Sun, 30 Jul 2023 00:12:20 +0700
parent 0:2f78b9100113
child 4:6fc9f8d149a1
line wrap: on
line source

{header}
<title>Branches {repo|escape}</title>
    <link rel="alternate" type="application/atom+xml"
       href="{url|urlescape}atom-branches" title="Atom feed for {repo|escape}: branches" />
    <link rel="alternate" type="application/rss+xml"
       href="{url|urlescape}rss-branches" title="RSS feed for {repo|escape}: branches" />
</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><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
                <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
                <li class="active">Branches</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-branches" 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>Branches</h3>
            <table>
                <thead>
                    <tr>
                        <th>branch</th>
                        <th>node</th>
                    </tr>
                </thead>
                <tbody class="stripes2">
                {entries % branchentry}
                </tbody>
            </table>
            <p></p>
            <hr />
        </main>
    </div>
    {logo}
    {banner}
{footer}