Пример #1
0
                    </td>

                    <td width="247" rowspan="2">
                        <input type="submit" name="searchFilter" id="searchFilter" value="SEARCH" class="button blue" style="float:right;margin-top:5px;margin-right:10px" />
                    </td>
                    
                    <td width="247" rowspan="2">
                        <a href="#" id="reset" class="button orange" style="float:left;margin-top:5px;">RESET</a>
                    </td>
                
                </tr>
            
                <tr>
                    <td>
                        <select name="filter_groups" id="filter_groups" style="width:150px;">
                            <?php echo show_group_select_box_reseller($filter_groups);?>
                        </select>
                    </td>
                    
                    <td>
                        <select name="filter_country">
                            <?php echo all_countries($filter_country);?>
                        </select>
                    </td>
                    
                    <td><input type="text" name="filter_destination" id="filter_destination" value="<?php echo $filter_destination;?>" /></td>
                    
                </tr>
                
                <tr class="destination_string"><td colspan="5">&nbsp;</td></tr>
                <tr class="destination_string" style="display:none;">
    
    <div id="dialog-form" title="Define New Rate" style="display:none;">
        <fieldset>
            <label id="code_lbl"></label>
            <label id="buy_rate_lbl"></label>
            <label id="buy_init_lbl"></label>
        </fieldset>
        
        <div class="error" id="err_div" style="display:none;"></div>
        <div class="success" id="success_div" style="display:none;"></div>

        <form method="post" action="" id="addRate">
        <fieldset>
            <label>Group <span class="required">*</span></label>
            <select name="rate_group" id="rate_group" class="text ui-widget-content ui-corner-all">
                <?php echo show_group_select_box_reseller();?>
            </select>
            
            <label>Sell Rate <span class="required">*</span></label>
            <input type="text" name="sell_rate" id="sell_rate" value="" class="text ui-widget-content ui-corner-all numeric" />
            
            <label>Sell Init Block <span class="required">*</span></label>
            <input type="text" name="sell_init" id="sell_init" value="" class="text ui-widget-content ui-corner-all numeric" />
            
            <input border="0" id="submitaddRateForm" type="image" src="<?php echo base_url();?>assets/images/btn-submit.png">
        </fieldset>
        
            <input type="hidden" id="parent_rate_id" name="parent_rate_id" />
            <input type="hidden" id="parent_sell_rate" />
            <input type="hidden" id="parent_sell_init" />