예제 #1
0
?>
" size="35" id="fcliente" class="a-c" autofocus>
		<input type="hidden" name="fidcliente" id="fidcliente" value="<?php 
echo $this->input->get('fidcliente');
?>
">

		<label for="ffecha_ini">De</label> 
		<input type="text" name="ffecha_ini" id="ffecha_ini" value="<?php 
echo set_value_get('ffecha_ini');
?>
" class="a-c">
		
		<label for="ffecha_fin">A</label> 
		<input type="text" name="ffecha_fin" id="ffecha_fin" value="<?php 
echo set_value_get('ffecha_fin');
?>
" class="a-c">
		
		<input type="submit" name="enviar" value="Enviar" class="btn-blue corner-all">
	</form>
	
	<table class="tblListados corner-all8">
		<tr class="header btn-gray">
			<td>Nombre del Cliente</td>
			<td>Piloto</td>
			<td>Avión</td>
			<td>Fecha/Hora Salida</td>
			<td>Hora Llegada</td>
			<td class="a-c">Opc</td>
		</tr>
예제 #2
0
?>
" method="get" class="frmfiltros corner-all8 btn-gray">
		<label for="ffecha_ini">De</label> 
		<input type="text" name="ffecha_ini" id="ffecha_ini" value="<?php 
echo set_value_get('ffecha_ini');
?>
" class="a-c">
		
		<label for="ffecha_fin">A</label> 
		<input type="text" name="ffecha_fin" id="ffecha_fin" value="<?php 
echo set_value_get('ffecha_fin');
?>
" class="a-c">
		
		<input type="hidden" name="id" value="<?php 
echo set_value_get("id");
?>
">
		
		<input type="submit" name="enviar" value="Enviar" class="btn-blue corner-all">
	</form>
	<div class="frmsec-left w100 f-l">
			<table class="tblListados corner-all8" id="tbl_productos">
				<tr class="header btn-gray">
					<td>Fecha</td>
					<td>Piloto</td>
					<td>Avion</td>
					<td>Cliente</td>
					<td>Vuelos</td>
					<td></td>
				</tr>
예제 #3
0
    echo $v->nombre;
    ?>
</option>
                  <?php 
}
?>
                </select>

                <label for="ffecha1" style="margin-top: 15px;">Fecha del</label>
                <input type="text" name="ffecha1" class="input-small search-query" id="ffecha1" value="<?php 
echo set_value_get('ffecha1');
?>
" size="10">
                <label for="ffecha2">Al</label>
                <input type="text" name="ffecha2" class="input-small search-query" id="ffecha2" value="<?php 
echo set_value_get('ffecha2');
?>
" size="10">

                <input type="submit" name="enviar" value="Enviar" class="btn">
              </div>
            </form>

            <div class="row-fluid">
              <iframe name="rvcReporte" id="iframe-reporte" class="span12" src="<?php 
echo base_url('panel/facturacion/rvp_pdf');
?>
" style="height:600px;"></iframe>
            </div>

          </div>
예제 #4
0
					<div class="box-header well" data-original-title>
						<h2><i class="icon-user"></i> Empresas</h2>
						<div class="box-icon">
							<a href="#" class="btn btn-minimize btn-round"><i class="icon-chevron-up"></i></a>
							<a href="#" class="btn btn-close btn-round"><i class="icon-remove"></i></a>
						</div>
					</div>
					<div class="box-content">
						<form action="<?php 
echo base_url('panel/empresas');
?>
" method="get" class="form-search">
							<div class="form-actions form-filters">
								<label for="fnombre">Nombre</label>
								<input type="text" name="fnombre" id="fnombre" value="<?php 
echo set_value_get('fnombre');
?>
" class="input-medium search-query" autofocus>

								<input type="submit" name="enviar" value="Enviar" class="btn">
							</div>
						</form>

						<?php 
echo $this->empleados_model->getLinkPrivSm('empresas/agregar/', array('params' => '', 'btn_type' => 'btn-success pull-right', 'attrs' => array('style' => 'margin-bottom: 10px;')));
?>
						<table class="table table-striped table-bordered bootstrap-datatable">
						  <thead>
							  <tr>
								  <th>Nombre</th>
									<th>RFC</th>
예제 #5
0
<div id="contentAll" class="f-l">
<div class="f-l w100">
	
<form action="<?php 
echo base_url('panel/aviones/');
?>
" method="GET" class="frmfiltros corner-all8 btn-gray">
	
	<label for="fmatricula">Matrícula </label>
	<input type="text" name="fmatricula" value="<?php 
echo set_value_get('fmatricula');
?>
">

	<input type="submit" name="enviar" value="enviar" class="btn-blue corner-all">	
</form>
	
	
<table class="tblListados corner-all8">
		<tr class="header btn-gray">
			<td>Matrícula</td>
			<td>Modelo</td>
			<td>Tipo</td>
			<td>Venc. Tarjeta</td>
			<td class="a-c">Opc</td>
		</tr>

		<?php 
foreach ($datos_a['aviones'] as $avn) {
    ?>
예제 #6
0
					</div>
					<div class="box-content">
						<form action="<?php 
echo base_url('panel/privilegios/');
?>
" method="get" class="form-search">
							<div class="form-actions center">
								<label for="fnombre">Nombre:</label> 
								<input type="text" name="fnombre" id="fnombre" value="<?php 
echo set_value_get('fnombre');
?>
" class="input-medium" autofocus>
								
								<label for="furl_accion">Url accion:</label>
								<input type="text" name="furl_accion" id="furl_accion" value="<?php 
echo set_value_get('furl_accion');
?>
" class="input-medium">
								
								<button class="btn">Enviar</button>
							</div>
						</form>

						<?php 
echo $this->empleados_model->getLinkPrivSm('privilegios/agregar/', array('params' => '', 'btn_type' => 'btn-success pull-right', 'attrs' => array('style' => 'margin: 0px 0 10px 10px;')));
?>
						<table class="table table-striped table-bordered bootstrap-datatable">
						  <thead>
							  <tr>
								  <th>Nombre</th>
								  <th>Url accion</th>
예제 #7
0
<div id="contentAll" class="f-l">
<div class="f-l w100">
	
<form action="<?php 
echo base_url('panel/facturacion/index_series_folios');
?>
" method="GET" class="frmfiltros corner-all8 btn-gray">
	
	<label for="fserie">Serie</label>
	<input type="text" name="fserie" value="<?php 
echo set_value_get('fserie');
?>
">

	<input type="submit" name="enviar" value="enviar" class="btn-blue corner-all">	
</form>
	
	
<table class="tblListados corner-all8">
		<tr class="header btn-gray">
			<td>Serie</td>
			<td>No Aprobación</td>
			<td>Folio Inicio</td>
			<td>Folio Fin</td>
			<td class="a-c">Opc</td>
		</tr>

		<?php 
foreach ($datos_s['series'] as $serie) {
    ?>
예제 #8
0
<div id="contentAll" class="f-l">
	<form action="<?php 
echo base_url('panel/cuentas_cobrar');
?>
" method="get" class="frmfiltros corner-all8 btn-gray">
		<label for="fempresa" class="control-label">Empresa</label>
    <input type="text" name="fempresa" class="a-c" id="fempresa" size="35"
    	value="<?php 
echo set_value_get('fempresa', isset($empresa['info']) ? $empresa['info']->nombre_fiscal : '');
?>
">
    <input type="hidden" name="fid_empresa" id="fid_empresa" 
    	value="<?php 
echo set_value_get('fid_empresa', isset($empresa['info']) ? $empresa['info']->id_empresa : '');
?>
">
    	
		<label for="ffecha1">Del:</label> 
		<input type="text" name="ffecha1" id="ffecha1" value="<?php 
echo $this->input->get('ffecha1');
?>
" size="10">
		
		<label for="ffecha2">Al:</label> 
		<input type="text" name="ffecha2" id="ffecha2" value="<?php 
echo $this->input->get('ffecha2');
?>
" size="10">
		
		<label for="ftipo">Pagos:</label>
예제 #9
0
                <label for="fmunicipio">Municipio</label>
                <input type="text" name="fmunicipio" id="fmunicipio" value="<?php 
echo set_value_get('fmunicipio');
?>
" class="input-medium search-query">

                <label for="festado">Estado</label>
                <input type="text" name="festado" id="festado" value="<?php 
echo set_value_get('festado');
?>
" class="input-medium search-query">

                <label for="fcalle">Calle</label>
                <input type="text" name="fcalle" id="fcalle" value="<?php 
echo set_value_get('fcalle');
?>
" class="input-medium search-query">

								<button type="submit" class="btn">Buscar</button>
							</div>
						</form>

						<?php 
echo $this->empleados_model->getLinkPrivSm('clientes/agregar/', array('params' => '', 'btn_type' => 'btn-success pull-right', 'attrs' => array('style' => 'margin-bottom: 10px;')));
?>
						<table class="table table-striped table-bordered bootstrap-datatable">
						  <thead>
							  <tr>
								  <th>Nombre</th>
									<th>Telefono</th>