blob: ddfba681b9f8a26efb33d51f19334828927a3310 [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="../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/clusters.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">
<?php require "./subnav.htmli"; ?>
<?php require "./utils.htmli"; ?>
<!-- List of clusters -->
<div id="clustersListDivId" style="display:none">
</div>
<div id="clusterHostRoleMappingDivId" style="display:none">
<div id="clusterHostRoleMappingDynamicRenderDivId">
</div>
</div>
</div>
<!-- End of contentDivId -->
<?php require "./footer.htmli"; ?>
<!-- Javascript Scaffolding -->
<script type="text/javascript">
var jsFilesToLoad = [
'js/utils.js',
'js/clustersList.js'
];
</script>
<?php require "./bootstrapJs.htmli"; ?>
<!-- End of Javascript Scaffolding -->
</body>
</html>