Show More
@@ -1,10 +1,10 | |||
|
1 | 1 | Content-type: text/html; charset={encoding} |
|
2 | 2 | |
|
3 | 3 | <?xml version="1.0" encoding="{encoding}"?> |
|
4 | 4 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
5 | 5 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> |
|
6 | 6 | <head> |
|
7 | <link rel="icon" href="{staticurl}hgicon.png" type="image/png"> | |
|
7 | <link rel="icon" href="{staticurl}hgicon.png" type="image/png" /> | |
|
8 | 8 | <meta name="robots" content="index, nofollow"/> |
|
9 | 9 | <link rel="stylesheet" href="{staticurl}style-gitweb.css" type="text/css" /> |
|
10 | 10 |
@@ -1,25 +1,28 | |||
|
1 | 1 | #header# |
|
2 | 2 | <title>Mercurial repositories index</title> |
|
3 | 3 | </head> |
|
4 | 4 | <body> |
|
5 | 5 | |
|
6 | 6 | <div class="page_header"> |
|
7 | <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a>Repositories list | |
|
7 | <div style="float:right'"> | |
|
8 | <a href="http://www.selenic.com/mercurial/" title="Mercurial">Mercurial</a> | |
|
9 | </div> | |
|
10 | Repositories list | |
|
8 | 11 | </div> |
|
9 | 12 | |
|
10 | 13 | <table cellspacing="0"> |
|
11 | 14 | <tr> |
|
12 | 15 | <td><a href="?sort=#sort_name#">Name</a></td> |
|
13 | 16 | <td><a href="?sort=#sort_description#">Description</a></td> |
|
14 | 17 | <td><a href="?sort=#sort_contact#">Contact</a></td> |
|
15 | 18 | <td><a href="?sort=#sort_lastchange#">Last change</a></td> |
|
16 | 19 | <td> </td> |
|
17 | 20 | <td> </td> |
|
18 | <tr> | |
|
21 | </tr> | |
|
19 | 22 | #entries%indexentry# |
|
20 | 23 | </table> |
|
21 | 24 | <div class="page_footer"> |
|
22 | 25 | #motd# |
|
23 | 26 | </div> |
|
24 | 27 | </body> |
|
25 | 28 | </html> |
|
1 | NO CONTENT: modified file, binary diff hidden |
General Comments 0
You need to be logged in to leave comments.
Login now