blob: abc65560c5ff0f431d8bf80ddab91adfd1a7e69b [file] [log] [blame]
<html xmlns:wicket>
<body>
<wicket:panel>
<table>
<thead>
<tr>
<th>ID</th>
<th>Email</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr wicket:id="rows" class="even">
<td><span wicket:id="id">Test ID</span></td>
<td><span wicket:id="email">Test EMail</span></td>
<td><span wicket:id="status">Test Status</span></td>
</tr>
<wicket:remove>
<tr class="odd">
<td>Test ID</td>
<td>Test Email</td>
<td>Test Status</td>
</tr>
</wicket:remove>
</tbody>
</table>
</wicket:panel>
</body>
</html>