blob: d5717ddd1b541d627ac76387014c0e9591154ec5 [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 class="actions">
<ul>
<li wicket:id="actions">
<a wicket:id="action">
<span wicket:id="label">label</span>
</a>
</li>
</ul>
</div>
<wicket:child />
</wicket:panel>
</body>
</html>