templates/spartan/index.tmpl
author Steve Borho <steve@borho.org>
Mon, 09 Mar 2009 21:00:37 -0500
changeset 7861 2bc14da14992
parent 7338 fecfe4392e94
child 8431 5c1aabc58004
permissions -rw-r--r--
demandimport: blacklist pythoncom win32com.shell would segfault at import time if pythoncom was demand loaded.

#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 change</a></td>
        <td>&nbsp;</td>
    </tr>
    #entries%indexentry#
</table>

#footer#