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