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">
|
5fe7df
|
6 |
<body>
|
cebf45
|
7 |
<wicket:extend>
|
5fe7df
|
8 |
|
7203a4
|
9 |
<div style="clear:both;">
|
fc8426
|
10 |
<!-- Repository Activity Chart -->
|
45c0d6
|
11 |
<div style="float:right;">
|
fb01c9
|
12 |
<img class="activityGraph" wicket:id="commitsChart" />
|
fc8426
|
13 |
</div>
|
5fe7df
|
14 |
|
fc8426
|
15 |
<!-- Repository info -->
|
45c0d6
|
16 |
<div>
|
fc8426
|
17 |
<table class="plain">
|
45c0d6
|
18 |
<tr><th><wicket:message key="gb.description">[description]</wicket:message></th><td><span wicket:id="repositoryDescription">[repository description]</span></td></tr>
|
JM |
19 |
<tr><th><wicket:message key="gb.owner">[owner]</wicket:message></th><td><span wicket:id="repositoryOwner">[repository owner]</span></td></tr>
|
|
20 |
<tr><th><wicket:message key="gb.lastChange">[last change]</wicket:message></th><td><span wicket:id="repositoryLastChange">[repository last change]</span></td></tr>
|
1fa5e8
|
21 |
<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
|
22 |
<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
|
23 |
</table>
|
JM |
24 |
</div>
|
|
25 |
</div>
|
|
26 |
|
698678
|
27 |
<!-- commits -->
|
50984c
|
28 |
<div style="padding-bottom:10px;" wicket:id="commitsPanel">[commits panel]</div>
|
5fe7df
|
29 |
|
698678
|
30 |
<!-- tags -->
|
85c2e6
|
31 |
<div style="padding-bottom:10px;" wicket:id="tagsPanel">[tags panel]</div>
|
JM |
32 |
|
|
33 |
<!-- branches -->
|
|
34 |
<div style="padding-bottom:10px;" wicket:id="branchesPanel">[branches panel]</div>
|
fc8426
|
35 |
|
a1ea87
|
36 |
<!-- markdown readme -->
|
3cc6e2
|
37 |
<div wicket:id="readme"></div>
|
JM |
38 |
|
|
39 |
<wicket:fragment wicket:id="markdownPanel">
|
|
40 |
<div class="header" style="margin-top:10px;" >
|
|
41 |
<img style="vertical-align: middle; border: 1px solid #888;" src="book_16x16.png"/>
|
|
42 |
<span style="font-weight:bold;vertical-align:middle;" wicket:id="readmeFile"></span>
|
|
43 |
</div>
|
|
44 |
<div style="border:1px solid #ddd;border-radius: 0 0 3px 3px;padding: 20px;">
|
|
45 |
<div wicket:id="readmeContent" class="markdown"></div>
|
|
46 |
</div>
|
|
47 |
</wicket:fragment>
|
cebf45
|
48 |
</wicket:extend>
|
5fe7df
|
49 |
</body>
|
JM |
50 |
</html> |