commit | author | age
|
5fe7df
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
JM |
2 |
<html xmlns="http://www.w3.org/1999/xhtml" >
|
|
3 |
<body>
|
|
4 |
<!-- page header -->
|
|
5 |
<div wicket:id="pageHeader"></div>
|
|
6 |
|
|
7 |
<!-- page nav links -->
|
|
8 |
<div wicket:id="pageLinks"></div>
|
|
9 |
|
fc8426
|
10 |
<div>
|
JM |
11 |
<!-- Repository Activity Chart -->
|
ce33be
|
12 |
<div style="width:400px;float:right;">
|
fb01c9
|
13 |
<img class="activityGraph" wicket:id="commitsChart" />
|
fc8426
|
14 |
</div>
|
5fe7df
|
15 |
|
fc8426
|
16 |
<!-- Repository info -->
|
ce33be
|
17 |
<div style="margin-right:410px;">
|
fc8426
|
18 |
<table class="plain">
|
JM |
19 |
<tr><th>description</th><td><span wicket:id="repositoryDescription">Message goes here</span></td></tr>
|
|
20 |
<tr><th>owner</th><td><span wicket:id="repositoryOwner">Message goes here</span></td></tr>
|
|
21 |
<tr><th>last change</th><td><span wicket:id="repositoryLastChange">Message goes here</span></td></tr>
|
|
22 |
<tr><th>URL</th><td><span wicket:id="repositoryCloneUrl">Message goes here</span></td></tr>
|
|
23 |
</table>
|
|
24 |
</div>
|
|
25 |
</div>
|
|
26 |
|
|
27 |
<!-- shortlog -->
|
|
28 |
<div class="header" wicket:id="shortlog"></div>
|
|
29 |
<table style="width:100%" class="pretty">
|
5fe7df
|
30 |
<tbody>
|
JM |
31 |
<tr wicket:id="commit">
|
fc8426
|
32 |
<td class="date"><span wicket:id="commitDate"></span></td>
|
JM |
33 |
<td class="author"><span wicket:id="commitAuthor"></span></td>
|
5fe7df
|
34 |
<td><div wicket:id="commitShortMessage"></div></td>
|
fb01c9
|
35 |
<td class="rightAlign"><div wicket:id="commitRefs"></div></td>
|
JM |
36 |
<td class="rightAlign"><span wicket:id="commitLinks"></span></td>
|
5fe7df
|
37 |
</tr>
|
JM |
38 |
</tbody>
|
|
39 |
</table>
|
fc8426
|
40 |
<div class="pager" wicket:id="shortlogMore"></div>
|
5fe7df
|
41 |
|
fb01c9
|
42 |
<!-- Open Heads Body -->
|
ce33be
|
43 |
<div style="width:300px;float:right;">
|
fb01c9
|
44 |
<!-- heads -->
|
JM |
45 |
<div class="header" wicket:id="heads"></div>
|
fc8426
|
46 |
<table style="width:100%" class="pretty">
|
JM |
47 |
<tbody>
|
fb01c9
|
48 |
<tr wicket:id="head">
|
JM |
49 |
<td class="date"><span wicket:id="headDate"></span></td>
|
|
50 |
<td><div wicket:id="headName"></div></td>
|
|
51 |
<td class="rightAlign"><span wicket:id="headLinks"></span></td>
|
|
52 |
</tr>
|
|
53 |
</tbody>
|
fc8426
|
54 |
</table>
|
fb01c9
|
55 |
<div class="pager" wicket:id="allHeads"></div>
|
JM |
56 |
<!-- Close Heads Body -->
|
|
57 |
</div>
|
fc8426
|
58 |
|
fb01c9
|
59 |
<!-- Open Tags body -->
|
ce33be
|
60 |
<div style="margin-right:305px;">
|
fb01c9
|
61 |
<!-- tags -->
|
JM |
62 |
<div class="header" wicket:id="tags"></div>
|
|
63 |
<table style="width:100%" class="pretty">
|
|
64 |
<tbody>
|
|
65 |
<tr wicket:id="tag">
|
|
66 |
<td class="date"><span wicket:id="tagDate"></span></td>
|
|
67 |
<td><b><div wicket:id="tagName"></div></b></td>
|
|
68 |
<td><div wicket:id="tagDescription"></div></td>
|
|
69 |
<td class="rightAlign"><span wicket:id="tagLinks"></span></td>
|
|
70 |
</tr>
|
|
71 |
</tbody>
|
|
72 |
</table>
|
|
73 |
<div class="pager" wicket:id="allTags"></div>
|
|
74 |
<!-- Close Tags Body -->
|
fc8426
|
75 |
</div>
|
JM |
76 |
|
5fe7df
|
77 |
<!-- footer -->
|
fc8426
|
78 |
<div style="clear:both;" wicket:id="pageFooter"></div>
|
5fe7df
|
79 |
</body>
|
JM |
80 |
</html> |