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 |
|
cebf45
|
7 |
<!-- contribute google-code-prettify resources to the page header -->
|
JM |
8 |
<wicket:head>
|
|
9 |
<wicket:link>
|
5fe7df
|
10 |
<link href="prettify/prettify.css" type="text/css" rel="stylesheet" />
|
JM |
11 |
<script type="text/javascript" src="prettify/prettify.js"></script>
|
cebf45
|
12 |
</wicket:link>
|
JM |
13 |
</wicket:head>
|
|
14 |
|
|
15 |
<wicket:extend>
|
|
16 |
<!-- need to specify body.onload -->
|
5fe7df
|
17 |
<body onload="prettyPrint()">
|
JM |
18 |
|
cebf45
|
19 |
<!-- blob nav links -->
|
JM |
20 |
<div class="page_nav2">
|
01bd34
|
21 |
<span wicket:id="blameLink">[blame link]</span> | <a wicket:id="historyLink"><wicket:message key="gb.history"></wicket:message></a> | <a wicket:id="rawLink"><wicket:message key="gb.raw"></wicket:message></a> | <a wicket:id="headLink"><wicket:message key="gb.head"></wicket:message></a>
|
cebf45
|
22 |
</div>
|
5fe7df
|
23 |
|
c1c3c6
|
24 |
<!-- commit header -->
|
JM |
25 |
<div wicket:id="commitHeader">[commit header]</div>
|
5fe7df
|
26 |
|
cebf45
|
27 |
<!-- breadcrumbs -->
|
JM |
28 |
<div wicket:id="breadcrumbs">[breadcrumbs]</div>
|
5fe7df
|
29 |
|
cebf45
|
30 |
<!-- blob content -->
|
698678
|
31 |
<pre style="border:0px;" wicket:id="blobText">[blob content]</pre>
|
5fe7df
|
32 |
|
JM |
33 |
</body>
|
cebf45
|
34 |
</wicket:extend>
|
5fe7df
|
35 |
</html> |