blob: 08d13fb034dffcbcddcc0dd25f81ef1bdcd0ff6d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Karaf wicket console</title>
</head>
<body>
<wicket:panel>
<div id="topmenu">
<ul>
<li wicket:id="tabs">
<a wicket:id="moduleLink">
<span wicket:id="moduleLabel">Category</span>
</a>
<ul>
<li wicket:id="topLinks">
<a wicket:id="topLink">
<span wicket:id="linkLabel">Label</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</wicket:panel>
</body>
</html>