Пример #1
0
    ?>
                       	</option>	
                    <?php 
}
?>
                    </select>                     		
                <br /><br />             
                <hr />
                <p>
                	<strong style="padding-right:5px">ESTATUS</strong>
                    <span style="color:<?php 
echo colorIndEstatus($cliente->ind_activo);
?>
; font-weight:bold">
					<?php 
echo indEstatusStr($link, $cliente->ind_activo);
?>
                    </span>       
                    &nbsp;
                    <strong style="padding-right:5px">CLIENTE DESDE</strong>
					<input name="txtTelefono" type="text" size="8" style="text-transform:uppercase" 
                     value="<?php 
echo mostrarFecha($cliente->fecha_creacion);
?>
" disabled />
                             
                </p> 
                <hr />
                								
	  		</div> 	
	<!-- content-wrap ends here -->	
Пример #2
0
if ($proveedor->islr == 0) {
    ?>
 selected <?php 
}
?>
>NO</option>
                    </select>                      		           
                	<hr />
                <p>
                	<strong style="padding-right:5px">ESTATUS</strong>
                    <span style="color:<?php 
echo colorIndEstatus($proveedor->ind_activo);
?>
; font-weight:bold">
					<?php 
echo indEstatusStr($link, $proveedor->ind_activo);
?>
                    </span>       
                    &nbsp;
                    <strong style="padding-right:5px">PROVEEDOR DESDE</strong>
					<input name="txtTelefono" type="text" size="8" style="text-transform:uppercase" 
                     value="<?php 
echo mostrarFecha($proveedor->fecha_creacion);
?>
" disabled />
                             
                </p> 
                <hr />
                								
	  		</div> 	
	<!-- content-wrap ends here -->	
Пример #3
0
" disabled />
                    <label>EMAIL</label>
					<input name="txtEmail" type="text" size="60" value="<?php 
echo $usuario->email;
?>
" disabled /> 
                    <br /><br />                    		           
                	<hr />
	                <p>
	                	<strong style="padding-right:5px">ESTATUS</strong>
	                    <span style="color:<?php 
echo colorIndEstatus($usuario->ind_activo);
?>
; font-weight:bold">
						<?php 
echo indEstatusStr($link, $usuario->ind_activo);
?>
	                    </span>       
	                    &nbsp;
	                    <strong style="padding-right:5px">USUARIO DESDE</strong>
						<input name="txtTelefono" type="text" size="8" style="text-transform:uppercase" 
	                     value="<?php 
echo mostrarFecha($usuario->fecha_creacion);
?>
" disabled />
	                             
	                </p>                                  
	                <br />
	                <hr />							
	  		</div> 	
	<!-- content-wrap ends here -->	
Пример #4
0
					<input name="txtDireccion" type="text" size="100" style="text-transform:uppercase" 
                     value="<?php 
echo $chofer->direccion;
?>
"  disabled />   
                    </p>
	                <br />          
	                <hr />
	                <p>
	                	<strong style="padding-right:5px">ESTATUS</strong>
	                    <span style="color:<?php 
echo colorIndEstatus($chofer->ind_activo);
?>
; font-weight:bold">
						<?php 
echo indEstatusStr($link, $chofer->ind_activo);
?>
	                    </span>       
	                    &nbsp;
	                    <strong style="padding-right:5px">CHOFER DESDE</strong>
						<input name="txtTelefono" type="text" size="8" style="text-transform:uppercase" 
	                     value="<?php 
echo mostrarFecha($chofer->fecha_creacion);
?>
" disabled />
	                             
	                </p> 
	                <hr /> 		
                <br />