Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/mercurial/templates/spartan/index.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'websdk/mercurial/templates/spartan/index.tmpl')
-rw-r--r--websdk/mercurial/templates/spartan/index.tmpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/websdk/mercurial/templates/spartan/index.tmpl b/websdk/mercurial/templates/spartan/index.tmpl
new file mode 100644
index 0000000..f399813
--- /dev/null
+++ b/websdk/mercurial/templates/spartan/index.tmpl
@@ -0,0 +1,19 @@
+{header}
+<title>Mercurial repositories index</title>
+</head>
+<body>
+
+<h2>Mercurial Repositories</h2>
+
+<table>
+ <tr>
+ <td><a href="?sort={sort_name}">Name</a></td>
+ <td><a href="?sort={sort_description}">Description</a></td>
+ <td><a href="?sort={sort_contact}">Contact</a></td>
+ <td><a href="?sort={sort_lastchange}">Last modified</a></td>
+ <td>&nbsp;</td>
+ </tr>
+ {entries%indexentry}
+</table>
+
+{footer}