commit | author | age
|
a645ba
|
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 |
|
|
7 |
<wicket:panel>
|
|
8 |
<div class="commitLegend" wicket:id="legend">
|
|
9 |
<span wicket:id="changeType">[change type]</span>
|
|
10 |
<span wicket:id="description">[description]</span>
|
|
11 |
</div>
|
|
12 |
</wicket:panel>
|
|
13 |
</html> |