blob: da91cb2e13400c66fdbcd518604cf150e230a82d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"
xml:lang="en"
lang="en">
<wicket:head>
<wicket:link>
<link href="/com/gitblit/wicket/resources/markdown.css" type="text/css" rel="stylesheet" />
</wicket:link>
</wicket:head>
<body>
<wicket:extend>
<!-- Filler div -->
<div style="padding-top:18px;"></div>
<div style="text-align:center;padding-bottom:5px;" wicket:id="feedback">[Feedback Panel]</div>
<div class="markdown" style="margin-top:-0.5em;padding-bottom:5px;" wicket:id="repositoriesMessage">[repositories message]</div>
<div wicket:id="repositoriesPanel">[repositories panel]</div>
<div style="padding-top: 10px;"wicket:id="usersPanel">[users panel]</div>
</wicket:extend>
</body>
</html>
|