blob: 15389040368ebd5e8bc068d548a685770f703a4b [file] [log] [blame]
<html xmlns:wicket="http://wicket.sourceforge.net/">
<head>
<title>Wicket Examples - displaytag</title>
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
</head>
<body>
<span wicket:id="mainNavigation" />
<h2><wicket:link>
<a href="DisplaytagIndex.html">Example</a>
</wicket:link> &gt; Show (sub-)totals</h2>
<br />
<table class="simple nocol">
<thead>
<tr>
<th>City</th>
<th>Project</th>
<th>Hours</th>
<th>Task</th>
</tr>
</thead>
<tbody>
<span wicket:id="border">
<tr wicket:id="rows" class="even">
<td><span wicket:id="city">Test City</span></td>
<td><span wicket:id="project">Test Project</span></td>
<td><span wicket:id="hours">Test Hours</span></td>
<td><span wicket:id="task">Test Task</span></td>
</tr>
<tr>
<td></td>
<td></td>
<td><hr noshade size="1" /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td align="right"><b><span wicket:id="name">Test</span> Total:</b></td>
<td><b><span wicket:id="value">123.45</span></b></td>
<td>&nbsp;</td>
</tr>
</span>
</tbody>
</table>
</body>
</html>