blob: ea927f0f893160fd8a8e4bc6afc3f73ac6c10e38 [file] [log] [blame]
<html>
<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 id="wicket-styleLink" rel="stylesheet" href="css/displaytag.css" type="text/css" media="screen, print" />
</head>
<body>
<span id="wicket-mainNavigation"/>
<h2><wicket:link><a href="DisplaytagIndex.html">Example</a></wicket:link> &gt; Column grouping</h2>
<br/>
<table class="simple">
<thead>
<tr>
<th>City</th>
<th>Project</th>
<th>Hours</th>
<th>Task</th>
</tr>
</thead>
<tbody>
<tr id="wicket-rows" class="even">
<td><span id="wicket-city">Test City</span></td>
<td><span id="wicket-project">Test Project</span></td>
<td><span id="wicket-hours">Test Hours</span></td>
<td><span id="wicket-task">Test Task</span></td>
</tr>
</tbody>
</table>
</body>
</html>