Diff

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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/index.tmpl	Mon Jul 10 23:41:04 2023 +0700
@@ -0,0 +1,40 @@
+{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}