Sign in
apache
/
wicket
/
4d54ca5d47d4b95844e99c9c3c44847af9b52b6b
/
.
/
wicket-examples
/
src
/
java
/
wicket
/
examples
/
template
/
TemplatePanel.html
blob: b09e0fc41529bc1d2518b90af7fdec9ff653e46e [
file
] [
log
] [
blame
]
<wicket:panel>
<table
width
=
"100%"
>
<caption>
Template block
</caption>
<tr>
<td
id
=
"content"
class
=
"borderedBlock"
>
<wicket:child
/>
</td>
</tr>
</table>
</wicket:panel>