Пример #1
0
echo JText::_('Passenger details');
?>
</h3>
                <div class="row-fluid">
                    <div class="span12">
                        <fieldset class="tour-border departure-filter">
                            <legend
                                class="tour-border"><?php 
echo JText::_('Update passenger');
?>
</legend>
                            <?php 
echo VmHTML::select_number_passenger('filter_total_passenger_from_12_years_old', '', 1, 20, 1, '');
?>
                            <?php 
echo VmHTML::select_number_passenger('filter_total_passenger_under_12_years_old', 'Passenger under 12 years old', 1, 20, 1, '');
?>
                            <div class="btn-go">
                                <?php 
echo VmHTML::input_button('submit', 'Go');
?>
                            </div>
                        </fieldset>

                    </div>
                </div>
                <div class="table table-trip departure-item">
                    <div class="row-fluid body">
                        <div class="span12">
                            <div class="row-fluid item">
Пример #2
0
                            </a>
                        </div>
                    </div>
                    <div class="row-fluid">
                        <div class="span12">
                            <fieldset class="tour-border">
                                <legend
                                    class="tour-border"><?php 
echo JText::_('Get best price for your travel date');
?>
</legend>
                                <?php 
echo VmHTML::select_number_passenger('filter_total_passenger_from_12_years_old', '', 1, 50, $this->state->get('filter.total_passenger_from_12_years_old'), ' class="required" ');
?>
                                <?php 
echo VmHTML::select_number_passenger('filter_total_passenger_under_12_years_old', 'Passenger under 12 years old', 1, 50, $this->state->get('filter.total_passenger_under_12_years_old'), ' class="required" ');
?>
                                <?php 
if ($this->product->price_type != tsmGroupSize::FLAT_PRICE) {
    echo VmHTML::select_date('filter_start_date', $this->state->get('filter.start_date'), '', '', '', '', ' required ');
} else {
    echo VmHTML::select_month('filter_month', $this->state->get('filter.month'), '', '', '', '', ' required ');
}
?>

                                <div class="btn-go">
                                    <?php 
echo VmHTML::input_button('submit', 'Go');
?>
                                </div>
                            </fieldset>