Diff

tags.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
child 10:ee33ee14040a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tags.tmpl	Mon Jul 10 23:41:04 2023 +0700
@@ -0,0 +1,60 @@
+{header}
+<title>Tags {repo|escape}</title>
+<link rel="alternate" type="application/atom+xml"
+   href="{url|urlescape}atom-tags" title="Atom feed for {repo|escape}: tags" />
+<link rel="alternate" type="application/rss+xml"
+   href="{url|urlescape}rss-tags" title="RSS feed for {repo|escape}: tags" />
+</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 class="active">Tags</li>
+                <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
+                <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></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-tags" 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>Tags</h2>
+            <table>
+            <thead>
+            <tr>
+             <th>tag</th>
+             <th>node</th>
+            </tr>
+            </thead>
+            <tbody class="stripes2">
+            {entries%tagentry}
+            </tbody>
+            </table>
+            <p></p>
+        <hr />
+        </main>
+    </div>
+    {logo}
+    {banner}
+{footer}