Пример #1
0
                    <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">

                                <div class="span12">
                                    <div class="row-fluid header-item">
                                        <div class="span1">
                                            <span title="" class="icon-location "></span>
Пример #2
0
echo VmHTML::row_control('input', 'Hotel name or rule code', 'filter_search', $this->escape($this->state->get('filter.search')));
?>
            <?php 
echo VmHTML::row_control('location_city', 'Location', 'filter_location_city', $this->state->get('filter.location_city'), 'tsmart_cityarea_id', 'full_city');
?>
            <?php 
echo VmHTML::row_control('select', 'Tour name', 'filter_tsmart_product_id', $this->list_tour, $this->state->get('filter.tsmart_product_id'), '', 'tsmart_product_id', 'product_name', false);
?>
            <?php 
echo VmHTML::row_control('range_of_date', 'Valid date (Date to Date)', 'filter_vail_from', 'filter_vail_to', $this->state->get('filter.vail_from'), $this->state->get('filter.vail_to'));
?>
            <?php 
echo VmHTML::row_control('select_state', 'Status', 'filter_state', $this->state->get('filter.state'), '');
?>
            <div class="control-group btn_search"><?php 
echo VmHTML::input_button('', 'Search');
?>
</div>

        </div>
        <div id="editcell">
            <div class="vm-page-nav">

            </div>
            <table class="adminlist table table-striped" cellspacing="0" cellpadding="0">
                <thead>
                <tr>
                    <th class="admin-checkbox">
                        <label class="checkbox"><input type="checkbox" name="toggle" value=""
                                                       onclick="Joomla.checkAll(this)"/><?php 
echo $this->sort('tsmart_coupon_id', 'Id');