summaryrefslogtreecommitdiffstats
path: root/install/migration/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'install/migration/error.html')
-rw-r--r--install/migration/error.html47
1 files changed, 32 insertions, 15 deletions
diff --git a/install/migration/error.html b/install/migration/error.html
index 93ca8d294..fc61ea2f1 100644
--- a/install/migration/error.html
+++ b/install/migration/error.html
@@ -1,21 +1,38 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+ <title>IPA: Identity Policy Audit</title>
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <script type="text/javascript" src="develop.js"></script>
+ <script type="text/javascript" src="webui.js"></script>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="stylesheet" href="migration.css" type="text/css">
- <title>IPA Password Migration Page: Error</title>
+ <link rel="stylesheet" type="text/css" href="jquery-ui.css" />
+ <link rel="stylesheet" type="text/css" href="ipa_migration.css" />
</head>
-<body>
-<p>
-There was a problem with your request. Please, try again later.
-</p>
-<p>
-If the problem persists, contact your administrator.
-</p>
+<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>
+