Esempio n. 1
0
  </div>
  <div>
		<div>', __("Design Maximum (kW)"), '</div>
		<div>', sprintf("%7d kW", $dc->MaxkW), '</div>
  </div>
  <div>
        <div>', __("BTU Computation from Computed Watts"), '</div>
        <div>', sprintf("%8d " . __("BTU"), $dcStats["ComputedWatts"] * 3.412), '</div>
  </div>
  <div>
        <div>', __("Data Center Size"), '</div>
        <div>', sprintf("%8d %s", $dc->SquareFootage, $vol), '</div>
  </div>
  <div>
        <div>', $density, '</div>
        <div>', $dc->SquareFootage ? sprintf("%8d " . __("Watts"), $dcStats["ComputedWatts"] / $dc->SquareFootage) : "0 " . __("Watts"), '</div>
  </div>
  <div>
        <div>', __("Minimum Cooling Tonnage (Based on Computed Watts)"), '</div>
        <div>', sprintf("%7d " . __("Tons"), $dcStats["ComputedWatts"] * 3.412 * 1.15 / 12000), '</div>
  </div>
</div> <!-- END div.table -->
</div>';
print $dc->MakeImageMap('hidethelinks');
?>
</div></div>
</div><!-- END div.main -->
</div><!-- END div.page -->
</body>
</html>