示例#1
0
					<td><input type="text" name="duration_to" value="<?php echo $duration_to;?>" class="numeric" maxlength="4"></td>
					<td><input type="text" name="filter_phonenum" value="<?php echo $filter_phonenum;?>" class="numeric"></td>
					<td><input type="text" name="filter_caller_ip" value="<?php echo $filter_caller_ip;?>" class="ip"></td>
					<td><?php 
					if($filter_contents == 'all')
					{
						echo admin_cdr_cust_select_all();
					}
					else if($filter_contents == 'my')
					{
						echo admin_cdr_cust_select_my();
					}
					?>
					<input type="text" name="filter_customers" id="filter_customers" value="" /></td>
					<td><select name="filter_groups">
						<?php echo show_group_select_box($filter_groups);?>
					</select></td>
					<td><select name="filter_gateways">
						<?php 
					if($filter_gateways != '')
					{
						if (strpos($filter_gateways,'|') !== false) {
							$explode = explode('|', $filter_gateways);
							$gateway = $explode[0];
							$profile = $explode[1];
							if(isset($gateway) && isset($profile))
							{
								if(!is_numeric($profile))
								{
									$gateway = '';
									$profile = '';
示例#2
0
             <td align="left" width="383"><input type="file" name="csvfile" id="csvfile" class="textfield"><a href="<?php echo base_url();?>assets/css/Book1.csv" style="margin-left:10px; font-size:10px;" >Dowload Sample CSV</a></td>
         </tr>
         
         <tr>
             <td align="right"><span class="required">*</span> Carrier:</td>
             <td align="left">
                 <select id="carrier" name="carrier" class="textfield">
                     <?php echo show_carrier_select_box_valid_invalid();?>
                 </select>
             </td>
         </tr>
         <tr>
             <td align="right"><span class="required">*</span> Rate Group:</td>
             <td align="left">
                 <select id="group" name="group" class="textfield">
                     <?php echo show_group_select_box();?>
                 </select>
             </td>
         </tr>
         
         
         <tr>
             <td align="right" colspan="2">&nbsp;</td>
         </tr>
         <tr>
             <td align="center" colspan="2"><input border="0" id="submitimportRateForm" name="submitimportRateForm" type="image" src="<?php echo base_url();?>assets/images/btn-submit.png"></td>
             
             
         </tr>
     </tbody></table>
 </form>
示例#3
0
                    <td align="right"><span class="required">*</span><?php echo $this->lang->line('admin_rate_menu_lrn');?></td>
                    <td align="left"><input type="text" readonly value="0" name="lrn" id="lrn" maxlength="50" class="textfield"></td>
                </tr>
                <tr>
                    <td align="right"><span class="required">*</span><?php echo $this->lang->line('admin_rate_menu_carrier');?></td>
                    <td align="left">
                        <select id="carrier" name="carrier" class="textfield">
                            <?php echo show_carrier_select_box_valid_invalid();?>
                        </select>
                    </td>
                </tr>
                <tr>
                    <td align="right"><span class="required">*</span><?php echo $this->lang->line('admin_rate_menu_rate_group');?></td>
                    <td align="left">
                        <select id="group" name="group" class="textfield">
                            <?php echo show_group_select_box($rate_group_id);?>
                        </select>
                    </td>
                </tr>
                
                <tr>
                    <td align="right" colspan="2">&nbsp;</td>
                </tr>
                <tr>
                    <td align="center" colspan="2"><input border="0" id="submitaddRateForm" type="image" src="<?php echo base_url();?>assets/images/btn-submit.png"></td>
                </tr>
            </tbody></table>
        </form>
    </td>
</tr>