##// END OF EJS Templates
hgweb: show ages in repos' Last modified column in monoblue and gitweb...
av6 -
r25871:20ed5677 stable
parent child Browse files
Show More
@@ -1,26 +1,27 b''
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 7 <a href="{logourl}" title="Mercurial" style="float: right;">Mercurial</a>
8 8 <a href="/">Mercurial</a> {pathdef%breadcrumb}
9 9 </div>
10 10
11 11 <table cellspacing="0">
12 12 <tr>
13 13 <td><a href="?sort={sort_name}">Name</a></td>
14 14 <td><a href="?sort={sort_description}">Description</a></td>
15 15 <td><a href="?sort={sort_contact}">Contact</a></td>
16 16 <td><a href="?sort={sort_lastchange}">Last modified</a></td>
17 17 <td>&nbsp;</td>
18 18 <td>&nbsp;</td>
19 19 </tr>
20 20 {entries%indexentry}
21 21 </table>
22 22 <div class="page_footer">
23 23 {motd}
24 24 </div>
25 <script type="text/javascript">process_dates()</script>
25 26 </body>
26 27 </html>
@@ -1,39 +1,40 b''
1 1 {header}
2 2 <title>Mercurial repositories index</title>
3 3 </head>
4 4
5 5 <body>
6 6 <div id="container">
7 7 <div class="page-header">
8 8 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h1>
9 9 <ul class="page-nav">
10 10 </ul>
11 11 </div>
12 12
13 13 <table cellspacing="0">
14 14 <tr>
15 15 <td><a href="?sort={sort_name}">Name</a></td>
16 16 <td><a href="?sort={sort_description}">Description</a></td>
17 17 <td><a href="?sort={sort_contact}">Contact</a></td>
18 18 <td><a href="?sort={sort_lastchange}">Last modified</a></td>
19 19 <td>&nbsp;</td>
20 20 <td>&nbsp;</td>
21 21 </tr>
22 22 {entries%indexentry}
23 23 </table>
24 24 <div class="page-footer">
25 25 {motd}
26 26 </div>
27 27
28 28 <div id="powered-by">
29 29 <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial"></a></p>
30 30 </div>
31 31
32 32 <div id="corner-top-left"></div>
33 33 <div id="corner-top-right"></div>
34 34 <div id="corner-bottom-left"></div>
35 35 <div id="corner-bottom-right"></div>
36 36
37 37 </div>
38 <script type="text/javascript">process_dates()</script>
38 39 </body>
39 40 </html>
General Comments 0
You need to be logged in to leave comments. Login now