Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/mercurial/templates/paper/index.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'websdk/mercurial/templates/paper/index.tmpl')
-rw-r--r--websdk/mercurial/templates/paper/index.tmpl26
1 files changed, 26 insertions, 0 deletions
diff --git a/websdk/mercurial/templates/paper/index.tmpl b/websdk/mercurial/templates/paper/index.tmpl
new file mode 100644
index 0000000..04b4ffb
--- /dev/null
+++ b/websdk/mercurial/templates/paper/index.tmpl
@@ -0,0 +1,26 @@
+{header}
+<title>Mercurial repositories index</title>
+</head>
+<body>
+
+<div class="container">
+<div class="menu">
+<a href="{logourl}">
+<img src="{staticurl}{logoimg}" width=75 height=90 border=0 alt="mercurial" /></a>
+</div>
+<div class="main">
+<h2>Mercurial Repositories</h2>
+
+<table class="bigtable">
+ <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>&nbsp;</th>
+ </tr>
+ {entries%indexentry}
+</table>
+</div>
+</div>
+{footer}