installFailed.php 1.3 KB

12345678910111213141516171819202122232425262728
  1. <?php require_once "./head.inc" ?>
  2. <html>
  3. <head>
  4. <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
  5. <!-- CSS -->
  6. <link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css">
  7. <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
  8. <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
  9. <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>
  10. <link type="text/css" rel="stylesheet" href="../css/common3.css" media="screen"/>
  11. <link type="text/css" rel="stylesheet" href="../css/selectHosts.css" media="screen"/>
  12. <link rel="shortcut icon" href="../images/logo-micro.gif">
  13. <!-- End CSS -->
  14. </head>
  15. <body class="yui3-skin-sam">
  16. <?php require "./topnav.htmli"; ?>
  17. <div id="ContentDivId">
  18. <div class="container">
  19. <div class="alert alert-important" style="margin-top:40px;padding:20px">
  20. <h2 style="margin-bottom:10px"><?php echo $RES['installFailed.header'] ?></h2>
  21. <p><?php echo $RES['installFailed.body'] ?></p>
  22. <a class='btn btn-large' style='margin-top:20px' href='uninstallWizard.php'><?php echo $RES['installFailed.submit.label'] ?></a>
  23. </div>
  24. </div>
  25. </div>
  26. </body>
  27. </html>