blob: 4c6fb1ae60ba9fba5c66d95e663159fadca0dd9a [file] [log] [blame]
<!--
~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
~
~ Copyright 1998-2014 The OpenLDAP Foundation.
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, with or without
~ modification, are permitted only as authorized by the OpenLDAP
~ Public License.
~
~ A copy of this license is available in the file LICENSE in the
~ top-level directory of the distribution or, alternatively, at
~ <http://www.OpenLDAP.org/license.html>.
-->
<html xmlns:wicket="http://www.w3.org/1999/XSL/Transform">
<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>