コード例 #1
0
            </dl>

        </div>

        <div class="x-options">
            <h3><?php 
echo t('Find Date & Time Options');
?>
:</h3>
            <dl class="clearfix">
               <dt><?php 
echo t('Find Day');
?>
:</dt>
               <dd><?php 
day_select($schedule->findday);
?>
</dd>
               <dt><?php 
echo t('Find Time');
?>
:</dt>
               <dd><input type="text" name="findtime" value="<?php 
echo html_entities($schedule->findtime);
?>
" /></dd>
            </dl>
        </div>

        <div class="x-options">
<?php 
コード例 #2
0
ファイル: exercise4.php プロジェクト: kbalog/web-programming
        </div>
        <div class="prop_right">
            <h3>Holiday home Røros</h3>

            <p>The property features views of the sea and is 23 km from Røros.</p>
        </div>
        <div class="prop_booking">
            <form>
                <input type="hidden" name="property_id" id="property_id" value="1">
                Check-in:
                <?php 
require_once "exercise4.inc.php";
// initialize selects with today's date
year_select("year", date("Y"));
month_select("month", date("m"));
day_select("day", date("d"));
?>
                Nights:
                <?php 
days_select("days");
?>
            </form>
        </div>
    </div>

    <div id="availability">
        <h1>Availability</h1>
        <div class="framed" id="avail_details"></div>
    </div>

    <h1>Details</h1>