Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/mercurial/templates/gitweb/index.tmpl
blob: 3e0f4a29ba31c0771c6c1f6153ce21a0fa1e48f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{header}
<title>Mercurial repositories index</title>
</head>
<body>

<div class="page_header">
    <a href="{logourl}" title="Mercurial" style="float: right;">Mercurial</a>
    Repositories list
</div>

<table cellspacing="0">
    <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>
        <td>&nbsp;</td>
    </tr>
    {entries%indexentry}
</table>
<div class="page_footer">
{motd}
</div>
</body>
</html>