Software /
code /
mercurial-template
Comparison
index.tmpl @ 0:2f78b9100113 draft
Init.
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Mon, 10 Jul 2023 23:41:04 +0700 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:2f78b9100113 |
---|---|
1 {header} | |
2 <title>Trung - Code</title> | |
3 </head> | |
4 <body> | |
5 <div class="main"> | |
6 <div class="dd-hover menu"> | |
7 <div class="dd-content"> | |
8 <hr /> | |
9 <h4> Welcome to my buggy world. </h4> | |
10 <hr /> | |
11 </div> | |
12 {logo} | |
13 </div> | |
14 <main> | |
15 <hr /> | |
16 <h1 class="breadcrumb"><a href="/">Software</a> {pathdef%breadcrumb}</h1> | |
17 <p></p> | |
18 <table> | |
19 <caption>click header to sort</caption> | |
20 <thead> | |
21 <tr> | |
22 <th><a href="?sort={sort_name}">Name</a></th> | |
23 <th><a href="?sort={sort_description}">Description</a></th> | |
24 <th><a href="?sort={sort_contact}">Contact</a></th> | |
25 <th><a href="?sort={sort_lastchange}">Last modified</a></th> | |
26 <th>Archive</th> | |
27 <th>RSS|Atom</th> | |
28 </tr> | |
29 </thead> | |
30 <tbody class="stripes2"> | |
31 {entries%indexentry} | |
32 </tbody> | |
33 </table> | |
34 <p></p> | |
35 <hr /> | |
36 </main> | |
37 </div> | |
38 {logo} | |
39 {banner} | |
40 {footer} |