Beispiel #1
0
<?php

include 'logic/parametros.php';
include 'logic/cotizador.php';
include 'logic/functions.php';
include 'logic/WebServices.php';
//INSTANCIA DE LA CLASE ENCARGADA DE LOS PARAMETROS
//////////ATRIBUTOS
$func = new functions();
$cotizador = new cotizador();
$productosEnLista = array();
$productosTemp = array();
$pasajerosCotizacion = array();
//GUARDAMOS REFERENCIA A LOS PASAJEROS QUE SE ESTAN COTIZANDO
$param = new parametros();
$ws = new WebServices();
////////// FIN ATRIBUTOS
////////// PAGINADOR
//LIMITAMOS EL TAMAÑO DE LA PAGINA
$TAMANO_PAGINA = 10;
//examino la p�gina a mostrar y el inicio del registro a mostrar
$pagina = $_GET["st"];
$estado = $_GET["estado"];
if (!$pagina) {
    $inicio = 0;
    $pagina = 1;
} else {
    $inicio = ($pagina - 1) * $TAMANO_PAGINA;
}
//////////  FIN PAGINADOR
?>
Beispiel #2
0
<?php

include 'logic/compra.php';
include 'logic/functions.php';
include 'logic/adminWeb.php';
include 'logic/cotizador.php';
$compra = new compra();
$cotizador = new cotizador();
$guarda;
//GUARDA PARA VERIFICAR SI SE PUEDO O NO CONTINUAR CON EL PAGO
$fun = new functions();
$aw = new adminWeb();
$pathFtp = "tpl/img/Administrador/";
?>
<!doctype html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="en"> <![endif]-->
<!--[if IE 7 ]>    <html class="ie ie7 no-js" lang="en"> <![endif]-->
<!--[if IE 8 ]>    <html class="ie ie8 no-js" lang="en"> <![endif]-->
<!--[if IE 9 ]>    <html class="ie ie9 no-js" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="en"><!--<![endif]-->
<!-- the "no-js" class is for Modernizr. --><head id="www-segurosmedicosinternacionales-com" data-template-set="html5-reset">
	<meta name="viewport" content="width=1200">
    <meta charset="utf-8">
	<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
	<title>Quotes Result | Seguros Medicos Internacionales </title>
	<meta name="title" content="">
	<meta name="description" content="">
	<meta name="author" content="Seguros Medicos Internacionales">
	<meta name="Copyright" content="Copyright © 2011 Seguros Medicos Internacionales All Rights Reserved">
   	<![if !IE]><!--- IE FIXURE FONT REPLACE GOOGLE API - OTHER BROWSER OK!-->