templates/gitweb/index.tmpl
author Kevin Christen <kevin.christen@gmail.com>
Thu, 03 Jan 2008 13:39:26 -0600
changeset 5784 d17e57592909
parent 5269 46c5e1ee8aaa
child 5820 3a1ffc1da32c
permissions -rw-r--r--
Fixed XHTML validation errors
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3222
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
     1
#header#
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
     2
<title>Mercurial repositories index</title>
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
     3
</head>
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
     4
<body>
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
     5
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
     6
<div class="page_header">
5784
d17e57592909 Fixed XHTML validation errors
Kevin Christen <kevin.christen@gmail.com>
parents: 5269
diff changeset
     7
    <div style="float:right'">
d17e57592909 Fixed XHTML validation errors
Kevin Christen <kevin.christen@gmail.com>
parents: 5269
diff changeset
     8
        <a href="http://www.selenic.com/mercurial/" title="Mercurial">Mercurial</a>
d17e57592909 Fixed XHTML validation errors
Kevin Christen <kevin.christen@gmail.com>
parents: 5269
diff changeset
     9
    </div>
d17e57592909 Fixed XHTML validation errors
Kevin Christen <kevin.christen@gmail.com>
parents: 5269
diff changeset
    10
    Repositories list
3222
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    11
</div>
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    12
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    13
<table cellspacing="0">
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    14
    <tr>
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    15
        <td><a href="?sort=#sort_name#">Name</a></td>
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    16
        <td><a href="?sort=#sort_description#">Description</a></td>
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    17
        <td><a href="?sort=#sort_contact#">Contact</a></td>
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    18
        <td><a href="?sort=#sort_lastchange#">Last change</a></td>
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    19
        <td>&nbsp;</td>
5269
46c5e1ee8aaa Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents: 3478
diff changeset
    20
        <td>&nbsp;</td>
5784
d17e57592909 Fixed XHTML validation errors
Kevin Christen <kevin.christen@gmail.com>
parents: 5269
diff changeset
    21
    </tr>
3222
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    22
    #entries%indexentry#
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    23
</table>
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    24
<div class="page_footer">
3478
2896ce093ec4 Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 3234
diff changeset
    25
#motd#
3222
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    26
</div>
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    27
</body>
a5603ad915c5 Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr>
parents:
diff changeset
    28
</html>