Browse Source

AMBARI-255. Rename/Relocate files as appropriate

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1339795 13f79535-47bb-0310-9956-ffa450edef68
Ramya Sunil 13 years ago
parent
commit
5815065949

+ 2 - 0
CHANGES.txt

@@ -2,6 +2,8 @@ Ambari Change log
 
 Release 0.x.x - unreleased
 
+  AMBARI-255. Rename/Relocate files as appropriate (Varun Kapoor via ramya)
+
   AMBARI-252. Remove Playground files from HMC (Varun Kapoor via ramya)
 
   AMBARI-266. add select/unselect all buttons to the select services page 

+ 2 - 2
hmc/html/addNodesWizard.php

@@ -13,7 +13,7 @@
   </head>
 
   <body class="yui3-skin-sam">
-    <?php require "./topnav.html"; ?>
+    <?php require "./topnav.htmli"; ?>
 
     <div id="ContentDivId"> 
 
@@ -100,7 +100,7 @@
             <!-- End of installation Wizard -->
 
           </div>
-          <?php require "./footer.html"; ?>
+          <?php require "./footer.htmli"; ?>
 
             <!-- Javascript Scaffolding -->
             <script type="text/javascript">

+ 3 - 2
hmc/html/clusters.php

@@ -9,11 +9,12 @@
     <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.html"; ?>
+    <?php require "./topnav.htmli"; ?>
 
     <h1> Cluster <?php echo $_GET['clusterName']; ?> </h1>
 
@@ -57,7 +58,7 @@
     </div>
     <!-- End of contentDivId -->
 
-    <?php require "./footer.html"; ?>
+    <?php require "./footer.htmli"; ?>
 
     <!-- Javascript Scaffolding -->
     <script type="text/javascript">

+ 0 - 0
hmc/html/footer.html → hmc/html/footer.htmli


+ 0 - 0
hmc/html/header.html → hmc/html/header.htmli


+ 2 - 2
hmc/html/index.php

@@ -11,7 +11,7 @@
   </head>
 
   <body>
-    <?php require "./topnav.html"; ?>
+    <?php require "./topnav.htmli"; ?>
 
     <div id="ContentDivId" class="yui3-skin-sam"> 
 
@@ -35,6 +35,6 @@
     <script src="../js/utils.js"></script>
     <script src="../js/clustersList.js"></script>
 
-    <?php require "./footer.html"; ?>
+    <?php require "./footer.htmli"; ?>
   </body>
 </html> 

+ 4 - 4
hmc/html/initializeCluster.php

@@ -13,7 +13,7 @@
   </head>
 
   <body class="yui3-skin-sam">
-    <?php require "./topnav.html"; ?>
+    <?php require "./topnav.htmli"; ?>
 
     <div id="ContentDivId">
 
@@ -253,7 +253,7 @@
             </div>
             <!-- End of installation Wizard -->
     </div>
-            <?php require "./footer.html"; ?>
+            <?php require "./footer.htmli"; ?>
 
             <!-- Javascript Scaffolding -->
             <script type="text/javascript">
@@ -283,8 +283,8 @@
             };
 
             var jsFilesToLoad = [
-				'../js/jquery.min.js',
-				'../js/bootstrap.min.js', 
+                '../js/ext/jquery.min.js',
+                '../js/ext/bootstrap.min.js',
                 '../js/utils.js', 
                 '../js/txnUtils.js',
                 '../js/installationWizard.js',

BIN
hmc/html/logo.jpg


+ 2 - 2
hmc/html/manageServices.php

@@ -13,7 +13,7 @@
   </head>
 
   <body class="yui3-skin-sam">
-    <?php require "./topnav.html"; ?>
+    <?php require "./topnav.htmli"; ?>
 
     <div id="ContentDivId"> 
 
@@ -90,7 +90,7 @@
     </div>
     <!-- End of contentDivId -->
 
-    <?php require "./footer.html"; ?>
+    <?php require "./footer.htmli"; ?>
 
     <!-- Javascript Scaffolding -->
     <script type="text/javascript">

+ 0 - 0
hmc/html/topnav.html → hmc/html/topnav.htmli


BIN
hmc/images/logo-micro.gif


BIN
hmc/images/logo-small.gif


BIN
hmc/images/logo.jpg


+ 0 - 0
hmc/js/bootstrap.min.js → hmc/js/ext/bootstrap.min.js


+ 0 - 0
hmc/js/jquery.min.js → hmc/js/ext/jquery.min.js