You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2012/06/21 03:54:41 UTC

svn commit: r1352392 - in /incubator/ambari/trunk/hmc: css/ html/

Author: yusaku
Date: Thu Jun 21 01:54:40 2012
New Revision: 1352392

URL: http://svn.apache.org/viewvc?rev=1352392&view=rev
Log:
AMBARI-570. Consolidate head tags for organization and combine CSS files for faster load (Contributed by yusaku)

Added:
    incubator/ambari/trunk/hmc/css/app.css
      - copied, changed from r1352378, incubator/ambari/trunk/hmc/css/common.css
    incubator/ambari/trunk/hmc/html/head.htmli
Removed:
    incubator/ambari/trunk/hmc/css/common.css
    incubator/ambari/trunk/hmc/css/common2.css
    incubator/ambari/trunk/hmc/css/common3.css
    incubator/ambari/trunk/hmc/css/manageServices.css
    incubator/ambari/trunk/hmc/css/selectHosts.css
    incubator/ambari/trunk/hmc/html/header.htmli
Modified:
    incubator/ambari/trunk/hmc/html/addNodesWizard.php
    incubator/ambari/trunk/hmc/html/index.php
    incubator/ambari/trunk/hmc/html/initializeCluster.php
    incubator/ambari/trunk/hmc/html/installFailed.php
    incubator/ambari/trunk/hmc/html/manageServices.php
    incubator/ambari/trunk/hmc/html/reinstall.php
    incubator/ambari/trunk/hmc/html/showDeployAddedNodesProgress.php
    incubator/ambari/trunk/hmc/html/showDeployProgress.php
    incubator/ambari/trunk/hmc/html/showManageServicesProgress.php
    incubator/ambari/trunk/hmc/html/showUninstallProgress.php
    incubator/ambari/trunk/hmc/html/uninstallFailed.php
    incubator/ambari/trunk/hmc/html/uninstallWizard.php
    incubator/ambari/trunk/hmc/html/welcome.php

Copied: incubator/ambari/trunk/hmc/css/app.css (from r1352378, incubator/ambari/trunk/hmc/css/common.css)
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/css/app.css?p2=incubator/ambari/trunk/hmc/css/app.css&p1=incubator/ambari/trunk/hmc/css/common.css&r1=1352378&r2=1352392&rev=1352392&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/css/common.css (original)
+++ incubator/ambari/trunk/hmc/css/app.css Thu Jun 21 01:54:40 2012
@@ -620,4 +620,735 @@ div.separator {
 /* END progress popup styles */
 #deployAddedNodesSubmitButtonId {
   margin-left:20px; 
-}
\ No newline at end of file
+}
+/* BEGIN common2 */
+hr {
+  clear:both;
+  color: #FFF;
+}
+
+legend {
+  padding: 0.2em 0.5em;
+  color:green;
+  font-size:120%;
+  text-align:left;
+}
+
+.submitButton:hover {
+  background-color:#00CC00;
+  cursor:pointer;
+  border:1px solid green;
+  color:white;
+}
+
+.submitButton {
+  -moz-box-shadow:inset 0px 1px 20px -2px #caefab;
+  -webkit-box-shadow:inset 0px 1px 20px -2px #caefab;
+  box-shadow:inset 0px 1px 20px -2px #caefab;
+  background-color: #39E639;
+  -moz-border-radius:6px;
+  -webkit-border-radius:6px;
+  border-radius:6px;
+  border:1px solid grey;
+  color:black;
+  margin-top:6px;
+  margin-bottom:6px;
+  font-family:Arial;
+  font-size:14px;
+  font-weight:bold;
+  padding:6px 20px;
+  text-decoration:none;
+  float:right;
+}
+
+.submitButton:active {
+  position:relative;
+  top:1px;
+}
+
+input[readonly] {
+  width:300px;
+  /*
+    color:green;
+  */
+  box-shadow:none;
+  border:0px;
+  background-color:#F0F0E8;
+  vertical-align:top;
+}
+
+#formElement {
+  height: 35px;
+}
+/* END common2 */
+/* BEGIN common3 */
+span.installationWizardStageNumber {
+  color: rgb(157,157,157);
+  font-size: 20px;
+  font-weight: bold;
+  text-align: center;
+  width: 100%;
+  left: 1px;
+  background-color: transparent;
+  background-image: none;
+  background-repeat: repeat;
+  background-attachment: scroll;
+  background-position: 0% 0%;
+  background-clip: border-box;
+  background-origin: padding-box;
+  background-size: auto auto;
+}
+
+#installationWizardProgressBarDivId {
+  width: 100%;
+  margin: 0px auto;
+  margin-bottom: 8px;
+}
+
+#installationWizardProgressBarListId {
+  margin:0;
+  padding:0;
+  height:50px;
+}
+
+#installationWizardProgressBarListId li {
+  display: inline-block;
+  width: auto;
+  padding: 5px;
+  margin: 2px;
+  cursor: default;
+}
+
+.installationWizardUnvisitedStage, #installationWizardProgressBarListId li.installationWizardUnvisitedStage {
+  background-color: rgb(190,190,190);
+  color: white;
+  border-radius:4px;
+  -moz-border-radius:4px;
+  -webkit-border-radius:4px;
+  padding:10px;
+}
+
+.installationWizardVisitedStage, #installationWizardProgressBarListId li.installationWizardVisitedStage {
+  background-color: grey;
+  color: #fff;
+  padding:10px;
+  font-weight:bold;
+  font-size: 12px;
+  border-radius:4px;
+  -moz-border-radius:4px;
+  -webkit-border-radius:4px;
+  cursor: pointer;
+}
+
+.installationWizardCurrentStage, #installationWizardProgressBarListId li.installationWizardCurrentStage {
+  background-color:#65B642;
+  color: white;
+  margin:4px;
+  padding:10px;
+  font-weight:bolder;
+  font-size: 14px;
+  border-radius:4px;
+  -moz-border-radius:4px;
+  -webkit-border-radius:4px;
+}
+
+.txnNoOpMsg {
+  padding: 4px;
+  font-weight: bolder;
+  font-size: 150%;
+  text-align: center;
+}
+
+.logEntry {
+  border:1px solid #B2B299 ;
+  background-color:#F0F0E8;
+  margin:30px;
+}
+
+.logEntryHeader {
+  font-weight:bold;
+  font-size:larger;
+  background-color:#B2B299;
+  color:white;
+}
+
+.logEntryBody {
+  padding:5px;
+}
+
+#txnProgressStatusDivId {
+  width: auto;
+  max-width:500px;
+  /-*height: 2em;*-/
+  border-style: solid;
+  border-width: 2px;
+  border-radius:2px;
+  -moz-border-radius:2px;
+  -webkit-border-radius:2px;
+  padding-top: 6px;
+  padding-bottom: 6px;
+  font-size: 13px;
+  /*text-align: center;*/
+  margin-bottom:0;
+  text-align:right;
+}
+
+.formStatusBar {
+    background-color: #FCF8E3;
+    border: 1px solid #FBEED5;
+    border-radius: 4px 4px 4px 4px;
+    color: #C09853;
+    font-size:14px;
+    margin-bottom: 18px;
+    padding: 8px 20px;
+    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+}
+
+.formStatusBarZeroOpacity {
+  visibility: hidden;
+  opacity: 0;
+  transition: visibility 0s 5s, opacity 3s linear;
+  -moz-transition: visibility 0s 5s, opacity 3s linear;
+}
+
+#txnProgressCoreDivId {
+  /* Float above all else*/
+  z-index:15;
+  position:absolute;
+  top:180px;
+  left:50%;
+  margin-left:-270px;
+
+  /* Leave some space at the bootom for long progress-lists */
+  padding-bottom:100px;
+}
+
+#txnProgressStatusDivId p {
+  font-size:14px;
+  margin:0;
+  /*margin-top:10px;*/
+}
+
+#txnProgressFieldSetId {
+  width:auto;
+  background-color:white;
+  border-radius:0px 0px 15px 15px;
+}
+
+.statusOk {
+  background-color: #dff0d8;
+  border-color: #d6e9c6;
+  color: #468847;
+}
+
+.statusError {
+    background-color: #F2DEDE;
+    border-color: #EED3D7;
+    color: #B94A48;
+}
+
+/* Add a scrollbar only to the body of the YUI Panel, keeping the locations of
+ * the Header and Footer fixed (and always visible).
+ */
+#informationalPanelContainerDivId .yui3-widget-bd {
+    max-height:400px;
+    min-height:80px;
+    padding:15px;
+    overflow-x:hidden;
+    overflow-y:auto;
+}
+
+#informationalPanelContainerDivId .yui3-widget-hd {
+  background: #f0f0f0;
+  border-bottom: 1px solid #DDDDDD;
+  box-shadow: 0 1px 0 #FFFFFF inset;
+  border-radius:6px 6px 0 0;
+  padding: 9px 15px;
+  font-size: 18px;
+  line-height: 27px;
+  color:#333333;
+  font-weight:bold;
+}
+
+#informationalPanelContainerDivId .yui3-widget-ft {
+  background-color: #F5F5F5;
+  border-radius: 0 0 6px 6px;
+  border-top: 1px solid #DDDDDD;
+  box-shadow: 0 1px 0 #FFFFFF inset;
+  margin-bottom: 0;
+  padding: 14px 15px 15px;
+  text-align: right;
+}
+
+#informationalPanelContainerDivId .yui3-widget-ft .yui3-button {
+    -moz-border-bottom-colors: none;
+    -moz-border-image: none;
+    -moz-border-left-colors: none;
+    -moz-border-right-colors: none;
+    -moz-border-top-colors: none;
+    background-color: #F5F5F5;
+    background-image: -ms-linear-gradient(top, white, #E6E6E6);
+    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white),
+     to(#E6E6E6) );
+    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
+    background-image: -o-linear-gradient(top, white, #E6E6E6);
+    background-image: linear-gradient(top, white, #E6E6E6);
+    background-image: -moz-linear-gradient(top, white, #E6E6E6);
+    background-repeat: repeat-x;
+    border-color: #CCCCCC #CCCCCC #B3B3B3;
+    border-radius: 4px 4px 4px 4px;
+    border-style: solid;
+    border-width: 1px;
+    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
+    color: #333333;
+    cursor: pointer;
+    display: inline-block;
+    font-size: 13px;
+    line-height: 18px;
+    margin-bottom: 0;
+    padding: 4px 10px;
+    text-align: center;
+    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
+    vertical-align: middle;
+}
+
+#informationalPanelContainerDivId .yui3-widget-ft .yui3-button:hover {
+  color: #333333;
+  text-decoration: none;
+  background-color: #e6e6e6;
+  *background-color: #d9d9d9;
+  /* Buttons in IE7 don't get borders, so darken on hover */
+
+  background-position: 0 -15px;
+  -webkit-transition: background-position 0.1s linear;
+  -moz-transition: background-position 0.1s linear;
+  -ms-transition: background-position 0.1s linear;
+  -o-transition: background-position 0.1s linear;
+  transition: background-position 0.1s linear;
+}
+
+#informationalPanelContainerDivId .yui3-widget-ft .yui3-button:active {
+  background-color: #e6e6e6;
+  background-color: #d9d9d9 \9;
+  background-image: none;
+  outline: 0;
+  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
+  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
+  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
+}
+
+#informationalPanelContainerDivId .yui3-widget-ft .okButton {
+  color: #FFFFFF;
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+  background-color: #5bb75b;
+  background-image: -moz-linear-gradient(top, #62c462, #51a351);
+  background-image: -ms-linear-gradient(top, #62c462, #51a351);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
+  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
+  background-image: -o-linear-gradient(top, #62c462, #51a351);
+  background-image: linear-gradient(top, #62c462, #51a351);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
+  border-color: #51a351 #51a351 #387038;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+  *background-color: #51a351;
+  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
+
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+}
+
+#informationalPanelContainerDivId .yui3-widget-ft .okButton:hover,
+#informationalPanelContainerDivId .yui3-widget-ft .okButton:active {
+  color: #FFFFFF;
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+  background-color: #51a351;
+  *background-color: #499249;
+}
+
+#informationalPanelContainerDivId .yui3-panel-content {
+  box-shadow:none;
+  border:none;  
+  border-radius:6px;
+}
+
+#informationalPanelContainerDivId .yui3-widget-content-expanded {
+  height:auto;
+}
+
+#informationalPanelContainerDivId .yui3-widget-mask {
+  opacity:0.7;
+}
+
+.yui3-panel:focus {
+  outline:0 none;
+}
+
+#confirmationDataPanelBodyContent {
+  font-size:13px;
+}
+
+#manageServicesDisplayDepsOnAction {
+  margin-top:30px;
+}
+
+.loadingImg {
+  display: block;
+  margin: auto;
+}
+
+.centered {
+  position: fixed; 
+  left: 50%; 
+  top: 50%;
+}
+
+#configureClusterInputContainerDivId {
+  float:left;
+  width:400px;
+  margin:20px 0 0 80px;
+}
+
+#configureClusterDisplayDivId {
+  float:left;
+  width:40%;
+  opacity: 0.7;
+  margin-left:10px;
+}
+
+#configureClusterCoreDivId #previewLinkId {
+  color:#0088CC;
+  font-size:13px; 
+}
+
+#configureClusterMountPointsDisplayDivId {
+  margin:20px; 
+}
+
+#configureClusterMountPointsDisplayDivId label {
+  font-weight:bold;
+  font-size:14px;
+}
+
+#configureClusterMountPointsDisplayDivId .formElement {
+  margin-top:20px;
+  width:auto;
+}
+
+.formInputError, input[type="text"].formInputError {
+  border-color: #F53907;
+  /*background-color: #F17879;*/
+}
+
+.formInputErrorReason {
+  display: inline-block;
+  margin-left: 10px;
+  color: red;
+}
+
+#configureClusterAdvancedDynamicRenderDivId .formInputErrorReason {
+  color: red;
+    display: inline-block;
+    margin-bottom: 20px;
+    margin-left: 320px;
+}
+/* END common3 */
+/* BEGIN selectHosts */
+#serviceMastersLinksDivId {
+  width:40%;
+  float:left;
+}
+
+.aServiceMasterLink {
+  display:block;
+  border: 1px solid #B2B299;
+  clear:left;
+  float: left;
+  width:100%;
+  height:35px;
+  background-color: #DBDBDB;
+  color:white;
+  margin-bottom:15px;
+}
+
+.aServiceMasterLinkVisited {
+  display:block;
+  border: 1px solid #B2B299;
+  clear:left;
+  float: left;
+  width:100%;
+  height:35px;
+  background-color: green;
+  color:white;
+  margin-bottom:15px;
+  font-weight:bold;
+}
+
+#nodeGroupsCoreDivId {
+  border: 1px solid #B2B299;
+  float:left;
+  width:100%;
+}
+
+#nodeListDynamicId {
+  border: 1px solid #B2B299;
+  text-align:center;
+  /* display:inline-block; */
+}
+
+#nodeGroupsTable {
+  margin:5px;
+  overflow:auto;
+}
+
+.nodeGroupTitle {
+  font-weight:bold;
+  font-size:1.2em;
+  padding:5px;
+  background-color:#B2B299;
+  color:white;
+}
+
+.nodeList {
+  display:block;
+  margin:5px;
+  width:40%;
+  margin-left:50%;
+}
+
+.aNodeGroup {
+  /*overflow:auto;*/
+  padding:10px;
+  width:500px;
+  float:left;
+}
+
+.slotBucket {
+  margin:5px;
+  display:block;
+  float:left;
+}
+
+.slotTitle {
+  display:block;
+}
+
+.slot {
+  border: 1px solid #B2B299;
+  min-height:50px;
+
+  /* Color transition */
+  transition: background-color 1s cubic-bezier(.09, .99, .37, .98);
+  -moz-transition: background-color 1s cubic-bezier(.09, .99, .37, .98);    /* FF3.7+ */
+  -o-transition: background-color 1s cubic-bezier(.09, .99, .37, .98) ;      /* Opera 10.5 */
+  -webkit-transition: background-color 1s cubic-bezier(.09, .99, .37, .98) ; /* Saf3.2+, Chrome */
+}
+
+.slotHover {
+  border: 1px solid #B2B299;
+  min-height:50px;
+ /* background-color: #00CC00; */
+  background-color:#F0F0E8;
+}
+
+.yui3-dd-drop-over {
+ /* background-color: #00CC00; */
+  background-color:#F0F0E8;
+}
+
+.masterDiv {
+  border:1px solid green;
+  margin:3px;
+  padding:10px;
+  cursor:move;
+  /* background-color: #00CC00; */
+  background-color:#65B642;
+  border-radius:4px 4px 4px 4px;
+  color:white;
+  font-weight:bold;
+  width:180px;
+}
+
+#selectServiceMastersSubmitButtonId {
+  clear:both;
+}
+
+.nodeAssignmentWrapper {
+  display:block;
+  padding:3px;
+
+  /* Color transition */
+  transition: background-color 0.5s cubic-bezier(.09, .99, .37, .98);
+  -moz-transition: background-color 0.5s cubic-bezier(.09, .99, .37, .98);    /* FF3.7+ */
+  -o-transition: background-color 0.5s cubic-bezier(.09, .99, .37, .98) ;      /* Opera 10.5 */
+  -webkit-transition: background-color 0.5s cubic-bezier(.09, .99, .37, .98) ; /* Saf3.2+, Chrome */
+}
+
+.nodeAssignmentWrapperHover {
+  display:block;
+  padding:3px;
+  /* background-color: #00CC00; */
+  background-color: #F0F0E8;
+}
+
+.nodeAssignment {
+  display:inline-block;
+}
+
+.nodeAssignmentHover {
+  display:inline-block;
+}
+/* END selectHosts */
+/* BEGIN clusters */
+#clustersNavigationLinksDivId {
+  width: 100%;
+  text-align: center;
+  margin: 0px auto;
+  margin-bottom: 8px;
+}
+
+#clustersNavigationLinksListId {
+  margin:0;
+  padding:0;
+  text-align:center;
+  height:50px;
+}
+
+#clustersNavigationLinksListId li {
+  display: inline-block;
+  width: auto;
+  padding: 5px;
+  margin: 2px;
+  cursor: default;
+}
+
+#clustersHostRoleMappingFieldsetId {
+  margin-left: auto;
+  margin-right: auto;
+  width: 300px;
+}
+/* END clusters */
+/* BEGIN manageServices */
+#serviceManagementCoreDivId {
+  width: 400px;
+  margin-left:20px;
+}
+
+.serviceManagementGroup {
+  margin-bottom:20px;
+}
+
+.serviceManagementGroup h2 {
+  font-size:16px;
+}
+
+.serviceManagementEntry {
+padding: 14px 14px;
+margin: 0 0 10px;
+list-style: none;
+background-color: #FBFBFB;
+background-image: -moz-linear-gradient(top, white, whiteSmoke);
+background-image: -ms-linear-gradient(top, white, whiteSmoke);
+background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(whiteSmoke));
+background-image: -webkit-linear-gradient(top, white, whiteSmoke);
+background-image: -o-linear-gradient(top, white, whiteSmoke);
+background-image: linear-gradient(top, white, whiteSmoke);
+background-repeat: repeat-x;
+border: 1px solid #DDD;
+-webkit-border-radius: 3px;
+-moz-border-radius: 3px;
+border-radius: 3px;
+filter: progid:dximagetransform.microsoft.gradient(startColorstr='white', endColorstr='whiteSmoke', GradientType=0);
+-webkit-box-shadow: inset 0 1px 0 white;
+-moz-box-shadow: inset 0 1px 0 white;
+box-shadow: inset 0 1px 0 white;
+}
+
+.serviceManagementEntry:hover {
+}
+
+.serviceManagementEntry:hover a {
+}
+
+.serviceManagementEntryStarted {
+  color: green;
+}
+
+.serviceManagementEntryStopped {
+  color:red;
+}
+
+.serviceManagementEntryInstalled {
+  color: green;
+}
+
+.serviceManagementEntryUninstalled {
+  color:red;
+  opacity: 0.3;
+
+  /* Make links within .serviceManagementEntryUninstalled not look like links. */
+  pointer-events: none;
+  cursor: text;
+}
+
+.serviceManagementEntryNameContainer {
+  /* Reznor's
+  font-weight: bold;
+  font-size: 20px;
+  */
+  font-size: 15px;
+}
+
+a.serviceManagementEntryName {
+  display:inline-block;
+  border:0px solid black;
+  width:180px;
+  color:#333333;
+ 
+/* Temporarily make links within .serviceManagementEntryName not look like links. */
+  pointer-events: none;
+  text-decoration: none;
+  cursor: text;
+}
+
+
+.serviceManagementEntryStateContainer {
+  display:inline-block;
+  font-size:15px;
+  margin-left:0px;
+  border:0px solid black;
+}
+
+.serviceManagementEntryActionsContainer {
+  float: right;
+  margin-top:-4px;
+}
+
+.serviceManagementEntryActionStart {
+  width:20px;
+  margin-right:4px;
+}
+
+.serviceManagementEntryActionStop {
+  width:20px;
+  margin-right:4px;
+}
+
+.serviceManagementEntryActionReconfigure {
+  width:20px;
+}
+
+.serviceManagementEntryActionReconfigure.disabled {
+  visibility:hidden;
+}
+
+
+#serviceManagementGlobalActionsDivId {
+  margin-left:90px;
+}
+
+ul#serviceManagementListId,
+.serviceManagementGroup ul {
+  list-style:none outside none;
+  margin:0;
+}
+/* END manageServices */
\ No newline at end of file

Modified: incubator/ambari/trunk/hmc/html/addNodesWizard.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/addNodesWizard.php?rev=1352392&r1=1352391&r2=1352392&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/addNodesWizard.php (original)
+++ incubator/ambari/trunk/hmc/html/addNodesWizard.php Thu Jun 21 01:54:40 2012
@@ -1,17 +1,7 @@
 <?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/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 -->
+    <?php require "./head.htmli" ?>
   </head>
 
   <body class="yui3-skin-sam">

Added: incubator/ambari/trunk/hmc/html/head.htmli
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/head.htmli?rev=1352392&view=auto
==============================================================================
--- incubator/ambari/trunk/hmc/html/head.htmli (added)
+++ incubator/ambari/trunk/hmc/html/head.htmli Thu Jun 21 01:54:40 2012
@@ -0,0 +1,5 @@
+    <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
+    <link type="text/css" rel="stylesheet" href="../css/cssreset-min.css">
+    <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
+    <link type="text/css" rel="stylesheet" href="../css/app.css" media="screen"/>
+    <link rel="shortcut icon" href="../images/logo-micro.gif">

Modified: incubator/ambari/trunk/hmc/html/index.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/index.php?rev=1352392&r1=1352391&r2=1352392&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/index.php (original)
+++ incubator/ambari/trunk/hmc/html/index.php Thu Jun 21 01:54:40 2012
@@ -1,17 +1,7 @@
 <?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/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/clusters.css" media="screen"/>
-    <link rel="shortcut icon" href="../images/logo-micro.gif">
-    <!-- End CSS -->
+    <?php require "./head.htmli" ?>
   </head>
 
   <body class="yui3-skin-sam">

Modified: incubator/ambari/trunk/hmc/html/initializeCluster.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/initializeCluster.php?rev=1352392&r1=1352391&r2=1352392&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/initializeCluster.php (original)
+++ incubator/ambari/trunk/hmc/html/initializeCluster.php Thu Jun 21 01:54:40 2012
@@ -1,17 +1,7 @@
 <?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/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 -->
+    <?php require "./head.htmli" ?>
     <script src="../js/ext/jquery.min.js"></script>
     <script src="../js/ext/bootstrap.min.js"></script>
   </head>

Modified: incubator/ambari/trunk/hmc/html/installFailed.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/installFailed.php?rev=1352392&r1=1352391&r2=1352392&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/installFailed.php (original)
+++ incubator/ambari/trunk/hmc/html/installFailed.php Thu Jun 21 01:54:40 2012
@@ -1,17 +1,7 @@
 <?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/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 -->
+    <?php require "./head.htmli" ?>
   </head>
   <body class="yui3-skin-sam">
     <?php require "./topnav.htmli"; ?>

Modified: incubator/ambari/trunk/hmc/html/manageServices.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/manageServices.php?rev=1352392&r1=1352391&r2=1352392&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/manageServices.php (original)
+++ incubator/ambari/trunk/hmc/html/manageServices.php Thu Jun 21 01:54:40 2012
@@ -1,17 +1,7 @@
 <?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/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/manageServices.css" media="screen"/>
-    <link rel="shortcut icon" href="../images/logo-micro.gif">
-    <!-- End CSS -->
+    <?php require "./head.htmli" ?>
   </head>
 
   <body class="yui3-skin-sam">

Modified: incubator/ambari/trunk/hmc/html/reinstall.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/reinstall.php?rev=1352392&r1=1352391&r2=1352392&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/reinstall.php (original)
+++ incubator/ambari/trunk/hmc/html/reinstall.php Thu Jun 21 01:54:40 2012
@@ -1,17 +1,7 @@
 <?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/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 -->
+    <?php require "./head.htmli" ?>
   </head>
   <body class="yui3-skin-sam">
     <?php require "./topnav.htmli"; ?>

Modified: incubator/ambari/trunk/hmc/html/showDeployAddedNodesProgress.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/showDeployAddedNodesProgress.php?rev=1352392&r1=1352391&r2=1352392&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/showDeployAddedNodesProgress.php (original)
+++ incubator/ambari/trunk/hmc/html/showDeployAddedNodesProgress.php Thu Jun 21 01:54:40 2012
@@ -1,16 +1,7 @@
 <?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/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 rel="shortcut icon" href="../images/logo-micro.gif">
-    <!-- End CSS -->
+    <?php require "./head.htmli" ?>
   </head>
 
   <body class="yui3-skin-sam">

Modified: incubator/ambari/trunk/hmc/html/showDeployProgress.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/showDeployProgress.php?rev=1352392&r1=1352391&r2=1352392&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/showDeployProgress.php (original)
+++ incubator/ambari/trunk/hmc/html/showDeployProgress.php Thu Jun 21 01:54:40 2012
@@ -1,16 +1,7 @@
 <?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/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 rel="shortcut icon" href="../images/logo-micro.gif">
-    <!-- End CSS -->
+    <?php require "./head.htmli" ?>
   </head>
 
   <body class="yui3-skin-sam">

Modified: incubator/ambari/trunk/hmc/html/showManageServicesProgress.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/showManageServicesProgress.php?rev=1352392&r1=1352391&r2=1352392&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/showManageServicesProgress.php (original)
+++ incubator/ambari/trunk/hmc/html/showManageServicesProgress.php Thu Jun 21 01:54:40 2012
@@ -1,16 +1,7 @@
 <?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/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 rel="shortcut icon" href="../images/logo-micro.gif">
-    <!-- End CSS -->
+    <?php require "./head.htmli" ?>
   </head>
 
   <body class="yui3-skin-sam">

Modified: incubator/ambari/trunk/hmc/html/showUninstallProgress.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/showUninstallProgress.php?rev=1352392&r1=1352391&r2=1352392&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/showUninstallProgress.php (original)
+++ incubator/ambari/trunk/hmc/html/showUninstallProgress.php Thu Jun 21 01:54:40 2012
@@ -1,16 +1,7 @@
 <?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/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 rel="shortcut icon" href="../images/logo-micro.gif">
-    <!-- End CSS -->
+    <?php require "./head.htmli" ?>
   </head>
 
   <body class="yui3-skin-sam">

Modified: incubator/ambari/trunk/hmc/html/uninstallFailed.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/uninstallFailed.php?rev=1352392&r1=1352391&r2=1352392&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/uninstallFailed.php (original)
+++ incubator/ambari/trunk/hmc/html/uninstallFailed.php Thu Jun 21 01:54:40 2012
@@ -1,17 +1,7 @@
 <?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/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 -->
+    <?php require "./head.htmli" ?>
   </head>
   <body class="yui3-skin-sam">
     <?php require "./topnav.htmli"; ?>

Modified: incubator/ambari/trunk/hmc/html/uninstallWizard.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/uninstallWizard.php?rev=1352392&r1=1352391&r2=1352392&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/uninstallWizard.php (original)
+++ incubator/ambari/trunk/hmc/html/uninstallWizard.php Thu Jun 21 01:54:40 2012
@@ -1,17 +1,7 @@
 <?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/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 -->
+    <?php require "./head.htmli" ?>
   </head>
 
   <body class="yui3-skin-sam">

Modified: incubator/ambari/trunk/hmc/html/welcome.php
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/html/welcome.php?rev=1352392&r1=1352391&r2=1352392&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/html/welcome.php (original)
+++ incubator/ambari/trunk/hmc/html/welcome.php Thu Jun 21 01:54:40 2012
@@ -1,17 +1,7 @@
 <?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/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 -->
+    <?php require "./head.htmli" ?>
   </head>
 
   <body class="yui3-skin-sam">