Show More
@@ -1,69 +1,67 b'' | |||
|
1 | 1 | ## -*- coding: utf-8 -*- |
|
2 | 2 | {header} |
|
3 | 3 | <title>{repo|escape}: Summary</title> |
|
4 | 4 | <link rel="alternate" type="application/atom+xml" href="{url}atom-log" title="Atom feed for {repo|escape}"/> |
|
5 | 5 | <link rel="alternate" type="application/rss+xml" href="{url}rss-log" title="RSS feed for {repo|escape}"/> |
|
6 | 6 | </head> |
|
7 | 7 | |
|
8 | 8 | <body> |
|
9 | 9 | <div id="container"> |
|
10 | 10 | <div class="page-header"> |
|
11 | 11 | <h1><a href="/">Home</a> / <a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / summary</h1> |
|
12 | 12 | |
|
13 | 13 | <form action="{url}log"> |
|
14 | 14 | {sessionvars%hiddenformentry} |
|
15 | 15 | <dl class="search"> |
|
16 | 16 | <dt><label>Search: </label></dt> |
|
17 | 17 | <dd><input type="text" name="rev" /></dd> |
|
18 | 18 | </dl> |
|
19 | 19 | </form> |
|
20 | 20 | |
|
21 | 21 | <ul class="page-nav"> |
|
22 | 22 | <li class="current">summary</li> |
|
23 | 23 | <li><a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a></li> |
|
24 | 24 | <li><a href="{url}log{sessionvars%urlparameter}">changelog</a></li> |
|
25 | 25 | <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> |
|
26 | 26 | <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> |
|
27 | 27 | <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> |
|
28 | 28 | <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a></li> |
|
29 | 29 | </ul> |
|
30 | 30 | </div> |
|
31 | <ul class="submenu"> | |
|
32 | <li>edit hgrc</li> | |
|
33 | </ul> | |
|
31 | ||
|
34 | 32 | <h2 class="no-link no-border">Mercurial Repository Overview</h2> |
|
35 | 33 | <dl class="overview"> |
|
36 | 34 | <dt>name</dt> |
|
37 | 35 | <dd>{repo|escape}</dd> |
|
38 | 36 | <dt>description</dt> |
|
39 | 37 | <dd>{desc}</dd> |
|
40 | 38 | <dt>owner</dt> |
|
41 | 39 | <dd>{owner|obfuscate}</dd> |
|
42 | 40 | <dt>last change</dt> |
|
43 | 41 | <dd>{lastchange|rfc822date}</dd> |
|
44 | 42 | </dl> |
|
45 | 43 | |
|
46 | 44 | <h2><a href="{url}shortlog{sessionvars%urlparameter}">Changes</a></h2> |
|
47 | 45 | <table> |
|
48 | 46 | {shortlog} |
|
49 | 47 | <tr class="light"> |
|
50 | 48 | <td colspan="4"><a class="list" href="{url}shortlog{sessionvars%urlparameter}">...</a></td> |
|
51 | 49 | </tr> |
|
52 | 50 | </table> |
|
53 | 51 | |
|
54 | 52 | <h2><a href="{url}tags{sessionvars%urlparameter}">Tags</a></h2> |
|
55 | 53 | <table> |
|
56 | 54 | {tags} |
|
57 | 55 | <tr class="light"> |
|
58 | 56 | <td colspan="3"><a class="list" href="{url}tags{sessionvars%urlparameter}">...</a></td> |
|
59 | 57 | </tr> |
|
60 | 58 | </table> |
|
61 | 59 | |
|
62 | 60 | <h2 class="no-link">Branches</h2> |
|
63 | 61 | <table> |
|
64 | 62 | {branches%branchentry} |
|
65 | 63 | <tr class="light"> |
|
66 | 64 | <td colspan="4"><a class="list" href="#">...</a></td> |
|
67 | 65 | </tr> |
|
68 | 66 | </table> |
|
69 | 67 | {footer} |
General Comments 0
You need to be logged in to leave comments.
Login now