blob: 1bc42d08036e87dd4a94682fdb6b8dfcf290b055 [file] [log] [blame]
<html>
<head>
<title>Wicket - NavoMatic example the groovy way</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<wicket:border>
This is the Navomatic example implemented with <b>Groovy</b>
<p>
<table>
<tr>
<td>
<span id = "wicket-boxBorder">
<b>Navigation Links</b>
<p>
<wicket:link>
<a href = "Page1.html">Page1</a><br/>
<a href = "Page2.html">Page2</a><br/>
<a href = "Page3.html">Page3</a>
</wicket:link>
</p>
</span>
</td>
<td>
<span id = "wicket-boxBorder2">
<wicket:body/>
</span>
</td>
</tr>
</table>
</wicket:border>
</body>
</html>