Software /
code /
mercurial-template
File
index.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 |
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}