blob: b98e4a10786908c3476ddba10d503c77cb0175fe [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="grid_3 widget">
<h3>OSGi</h3>
<p>
Running framework <span wicket:id="framework">framework</span> in version
<span wicket:id="version">1.0</span>.
</p>
<p>
You have <span wicket:id="bundleCount">130</span> bundles installed.
<a href="#" wicket:id="osgiLink">
<span wicket:id="osgiLinkLabel">Go to OSGi management</span>
</a>
</p>
</div>
</wicket:panel>
</body>
</html>