blob: 2e1f8162fef5e46014f36c5fa21a5cdf8fc8e9ca [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>
<div id="container">
<div id="header">
<h2>Karaf administrator</h2>
<div wicket:id="navigationPanel">Navigation goes here</div>
</div>
<div id="wrapper">
<div wicket:id="sidebar">Sidebar goes here</div>
<div id="content">
<wicket:child />
</div>
</div>
<div id="footer">
<div id="credits" wicket:id="footer">Footer</div>
</div>
</div>
</body>
</html>