blob: 5c97fd4d02ac07791fcb2212e3208574ae45c94a [file] [log] [blame]
<?php require_once "./head.inc" ?>
<html>
<head>
<title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
<!-- CSS -->
<link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css">
<link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="../css/common3.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="../css/selectHosts.css" media="screen"/>
<link rel="shortcut icon" href="../images/logo-micro.gif">
<!-- End CSS -->
</head>
<body class="yui3-skin-sam">
<?php require "./topnav.htmli"; ?>
<div id="ContentDivId">
<div class="container">
<div class="alert alert-important" style="margin-top:40px;padding:20px">
<h2 style="margin-bottom:10px"><?php echo $RES['reinstall.header'] ?></h2>
<p><?php echo $RES['reinstall.body'] ?></p>
<a id="submitLinkId" class='btn btn-large' style='margin-top:20px' href='initializeCluster.php'><?php echo $RES['reinstall.submit.label'] ?></a>
</div>
</div>
</div>
</body>
</html>