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 |
|
a1ea87
|
7 |
<wicket:head>
|
5450d0
|
8 |
<link href="markdown.css" type="text/css" rel="stylesheet" />
|
a1ea87
|
9 |
</wicket:head>
|
JM |
10 |
|
5fe7df
|
11 |
<body>
|
cebf45
|
12 |
<wicket:extend>
|
5fe7df
|
13 |
|
7203a4
|
14 |
<div style="clear:both;">
|
fc8426
|
15 |
<!-- Repository Activity Chart -->
|
45c0d6
|
16 |
<div style="float:right;">
|
fb01c9
|
17 |
<img class="activityGraph" wicket:id="commitsChart" />
|
fc8426
|
18 |
</div>
|
5fe7df
|
19 |
|
fc8426
|
20 |
<!-- Repository info -->
|
45c0d6
|
21 |
<div>
|
fc8426
|
22 |
<table class="plain">
|
45c0d6
|
23 |
<tr><th><wicket:message key="gb.description">[description]</wicket:message></th><td><span wicket:id="repositoryDescription">[repository description]</span></td></tr>
|
JM |
24 |
<tr><th><wicket:message key="gb.owner">[owner]</wicket:message></th><td><span wicket:id="repositoryOwner">[repository owner]</span></td></tr>
|
|
25 |
<tr><th><wicket:message key="gb.lastChange">[last change]</wicket:message></th><td><span wicket:id="repositoryLastChange">[repository last change]</span></td></tr>
|
1fa5e8
|
26 |
<tr><th><wicket:message key="gb.stats">[stats]</wicket:message></th><td><span wicket:id="branchStats">[branch stats]</span> <span class="link"><a wicket:id="metrics"><wicket:message key="gb.metrics">[metrics]</wicket:message></a></span></td></tr>
|
82df52
|
27 |
<tr><th valign="middle"><wicket:message key="gb.repositoryUrl">[URL]</wicket:message></th><td><img style="vertical-align: middle;" wicket:id="accessRestrictionIcon" /><span wicket:id="repositoryCloneUrl">[repository clone url]</span><div wicket:id="otherUrls" style="margin-left:20px;"></div></td></tr>
|
fc8426
|
28 |
</table>
|
JM |
29 |
</div>
|
|
30 |
</div>
|
|
31 |
|
698678
|
32 |
<!-- commits -->
|
50984c
|
33 |
<div style="padding-bottom:10px;" wicket:id="commitsPanel">[commits panel]</div>
|
5fe7df
|
34 |
|
698678
|
35 |
<!-- tags -->
|
85c2e6
|
36 |
<div style="padding-bottom:10px;" wicket:id="tagsPanel">[tags panel]</div>
|
JM |
37 |
|
|
38 |
<!-- branches -->
|
|
39 |
<div style="padding-bottom:10px;" wicket:id="branchesPanel">[branches panel]</div>
|
fc8426
|
40 |
|
a1ea87
|
41 |
<!-- markdown readme -->
|
JM |
42 |
<div wicket:id="readme" class="markdown" style="clear:both;padding-bottom:5px;"></div>
|
cebf45
|
43 |
</wicket:extend>
|
5fe7df
|
44 |
</body>
|
JM |
45 |
</html> |