File

index.tmpl @ 12:2f0e855fac58 draft

map: fix search bar.
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Sun, 30 Jul 2023 02:06:26 +0700
parent 0:2f78b9100113
line wrap: on
line source

{header}
<title>Trung - Code</title>
</head>
<body>
    <div class="main">
        <div class="dd-hover menu">
        <div class="dd-content">
            <hr />
            <h4> Welcome to my buggy world. </h4>
            <hr />
            </div>
        {logo}
        </div>
        <main>
        <hr />
        <h1 class="breadcrumb"><a href="/">Software</a> {pathdef%breadcrumb}</h1>
        <p></p>
        <table>
            <caption>click header to sort</caption>
            <thead>
                <tr>
                    <th><a href="?sort={sort_name}">Name</a></th>
                    <th><a href="?sort={sort_description}">Description</a></th>
                    <th><a href="?sort={sort_contact}">Contact</a></th>
                    <th><a href="?sort={sort_lastchange}">Last modified</a></th>
                    <th>Archive</th>
                    <th>RSS|Atom</th>
                </tr>
            </thead>
            <tbody class="stripes2">
                {entries%indexentry}
            </tbody>
        </table>
        <p></p>
        <hr />
        </main>
    </div>
    {logo}
    {banner}
{footer}