freeipa/install/migration/error.html
2011-01-25 16:46:59 -05:00

39 lines
891 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>IPA: Identity Policy Audit</title>
<script type="text/javascript" src="develop.js"></script>
<script type="text/javascript" src="webui.js"></script>
<link rel="stylesheet" type="text/css" href="jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="ipa_migration.css" />
</head>
<body id="header-bg">
<div class="container_1">
<div class="header-logo">
<img src="ipalogo.png" />
</div>
<br>
<br>
<div id="formwindow">
<h4>We're Sorry</h4>
<div class="formcontent">
<p>
<strong>There was a problem with your request. Please, try again later.</strong>
</p>
<p>
<label>If the problem persists, contact your administrator.</label>
</p>
</div>
</div>
</div>
</body>
</html>