mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
1dda03120e
https://fedorahosted.org/freeipa/ticket/1565 The ipa.css, ipa_error.css and ipa_migration.css contain some duplicate definitions which cause maintenance problems. Additional changes: * fixed whitespaces in ipa.css * unified headings in config pages
37 lines
921 B
HTML
37 lines
921 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>IPA: Identity Policy Audit</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="../ui/jquery-ui.css" />
|
|
<link rel="stylesheet" type="text/css" href="../ui/ipa.css" />
|
|
<link rel="stylesheet" type="text/css" href="ipa_migration.css" />
|
|
</head>
|
|
|
|
<body class="info-page">
|
|
|
|
<div class="container_1">
|
|
<div class="header-logo">
|
|
<img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<div id="formwindow">
|
|
<h2>We're Sorry</h2>
|
|
<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>
|
|
|