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 |
|
232890
|
7 |
<body>
|
cebf45
|
8 |
<wicket:extend>
|
232890
|
9 |
|
JM |
10 |
<!-- page nav links -->
|
cebf45
|
11 |
<div wicket:id="pageLinks">[page links]</div>
|
232890
|
12 |
|
cebf45
|
13 |
<!-- header -->
|
698678
|
14 |
<div style="margin-top:5px;" class="header" wicket:id="header">[header]</div>
|
cebf45
|
15 |
|
JM |
16 |
<!-- tickets -->
|
a645ba
|
17 |
<table class="pretty">
|
232890
|
18 |
<tbody>
|
JM |
19 |
<tr wicket:id="ticket">
|
cebf45
|
20 |
<td style="padding:0; margin:0;"><div wicket:id="ticketState">[ticket state]</div></td>
|
JM |
21 |
<td class="date"><span wicket:id="ticketDate">[ticket date]</span></td>
|
61b094
|
22 |
<td class="author"><div wicket:id="ticketHandler">[ticket handler]</div></td>
|
cebf45
|
23 |
<td><div wicket:id="ticketTitle">[ticket title]</div></td>
|
232890
|
24 |
</tr>
|
JM |
25 |
</tbody>
|
|
26 |
</table>
|
cebf45
|
27 |
|
JM |
28 |
</wicket:extend>
|
232890
|
29 |
</body>
|
JM |
30 |
</html> |