commit | author | age
|
1e47ab
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
JM |
2 |
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
3 |
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"
|
|
4 |
xml:lang="en"
|
|
5 |
lang="en">
|
|
6 |
|
5fe7df
|
7 |
<body>
|
cebf45
|
8 |
<wicket:extend>
|
JM |
9 |
|
5fe7df
|
10 |
<!-- page nav links -->
|
cebf45
|
11 |
<div wicket:id="pageLinks">[page links]</div>
|
5fe7df
|
12 |
|
fc8426
|
13 |
<div>
|
JM |
14 |
<!-- Repository Activity Chart -->
|
ce33be
|
15 |
<div style="width:400px;float:right;">
|
fb01c9
|
16 |
<img class="activityGraph" wicket:id="commitsChart" />
|
fc8426
|
17 |
</div>
|
5fe7df
|
18 |
|
fc8426
|
19 |
<!-- Repository info -->
|
ce33be
|
20 |
<div style="margin-right:410px;">
|
fc8426
|
21 |
<table class="plain">
|
1e47ab
|
22 |
<tr><th><wicket:message key="gb.description">description</wicket:message></th><td><span wicket:id="repositoryDescription">[repository description]</span></td></tr>
|
JM |
23 |
<tr><th><wicket:message key="gb.owner">owner</wicket:message></th><td><span wicket:id="repositoryOwner">[repository owner]</span></td></tr>
|
|
24 |
<tr><th><wicket:message key="gb.lastChange">last change</wicket:message></th><td><span wicket:id="repositoryLastChange">[repository last change]</span></td></tr>
|
|
25 |
<tr><th><wicket:message key="gb.url">URL</wicket:message></th><td><span wicket:id="repositoryCloneUrl">[repository clone url]</span></td></tr>
|
fc8426
|
26 |
</table>
|
JM |
27 |
</div>
|
|
28 |
</div>
|
|
29 |
|
698678
|
30 |
<!-- commits -->
|
JM |
31 |
<div wicket:id="commitsPanel">[commits panel]</div>
|
5fe7df
|
32 |
|
698678
|
33 |
<!-- branches -->
|
232890
|
34 |
<div style="width:400px; float:left;">
|
698678
|
35 |
<div wicket:id="branchesPanel">[branches panel]</div>
|
fb01c9
|
36 |
</div>
|
232890
|
37 |
|
698678
|
38 |
<!-- tags -->
|
232890
|
39 |
<div style="margin-left:405px;">
|
698678
|
40 |
<div wicket:id="tagsPanel">[tags panel]</div>
|
fc8426
|
41 |
</div>
|
JM |
42 |
|
cebf45
|
43 |
</wicket:extend>
|
5fe7df
|
44 |
</body>
|
JM |
45 |
</html> |