blob: ae3baa21ac24ea0f58a5bc60633d42ca506391cc [file] [log] [blame]
<!--
~ Copyright (c) 2013-2014, JoshuaTree Software. All rights reserved.
-->
<html>
<head></head>
<body>
<wicket:extend>
<h3> Commander Error Page </h3>
<div class="ui-widget">
<div style="padding: 0pt 0.7em;" class="ui-state-error ui-corner-all">
<p><span style="float: left; margin-right: 0.3em;"
class="ui-icon ui-icon-alert"></span>
<strong><span wicket:id="title"/></strong>
<div><span wicket:id="message"/></div>
<p>
<a href="" wicket:id="homePage">
<wicket:message key="home"/>
</a>
</p>
</p>
</div>
</div>
</wicket:extend>
</body>
</html>