コード例 #1
0
ファイル: room_confirmation.php プロジェクト: jcodesdotme/pp
    <!-- JavaScript For IE -->

    <!--[if (gte IE 6)&(lte IE 8)]>
    <script type="text/javascript" src="<?php echo HTTP_PATH; ?>js/selectivizr-min.js"></script>
    <![endif]-->

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body class="loading">
<div id="background-wrapper">
    <div class="container">
    <div class="hotel_image" style="background-image:url(images/bg-image.jpg)"></div>
    <div class="hotel_name">
        <h2><?php echo $hotels->hotelName(); ?></h2>
        <h5><?php echo $hotels->hotelAddress(); ?></h5>
    </div> 
</div>
    <div id="wrapper">
        <?php
            $image_src = "uploads/direct-booking-images/" . "header-" . $hotels_id . ".jpg";
            if (file_exists(DOC_ROOT . $image_src)){
        ?>
                <div id="page-header" style="background:url(<?php echo HTTP_PATH . $image_src; ?>) no-repeat top center;">
            <?php
                }else{
            ?>
                    <div id="page-header" style="background:url(images/demo_image.jpg) no-repeat top center;">
                <?php } ?>
                <!--<h2>Reservation: Complete Your booking</h2>-->
            </div>