blob: e165e43aaf24cf4942f7a3b6856c07220f0b7a62 [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>
<ul>
<li>
<h3>
<a wicket:id="masterPageLink">
<span wicket:id="masterPageLabel">OSGi</span>
</a>
</h3>
<ul>
<li wicket:id="subPageLinks">
<a wicket:id="subPageLink">
<span wicket:id="subPageLabel">Label</span>
</a>
</li>
</ul>
</li>
</ul>
</wicket:panel>
</body>
</html>