Example #1
0
<?php

session_start();
$instancia = new Cconexion();
$instancia->HacerConexion();
function __autoload($class_name)
{
    include $class_name . '.php';
}
if ($_SESSION['userCARGO'] == "administrador" or $_SESSION['userCARGO'] == "secretaria") {
    if (isset($btnReserva)) {
        $op = $O1 . " " . $O2 . " " . $O3;
        $instancia->MantenimientoReserva("", $combohotel, $_SESSION['idcliente'], date("d/m/Y"), $guia, $transporte, $alimentacion, $tipocliente, $fecha1, $fecha2, $combotren, $comboentrada, $comboHSalida, $comboHRetorno, $op, $mensaje, "I");
    }
    //RECUPERANDO EL ID DE RESERVA DEL CLIENTE
    $Equipos = $instancia->ConsultaReserva($_SESSION['idcliente']);
    $Nro = 0;
    while ($Fila = mysql_fetch_array($Equipos)) {
        $Nro++;
        $idreserva = $Fila[0];
    }
    ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<link rel="stylesheet" type="text/css" href="admin/css/c-grey.css"/>
<link rel="stylesheet" type="text/css" href="admin/css/datepicker.css"/>
<link rel="stylesheet" type="text/css" href="admin/css/form.css"/>
<link rel="stylesheet" type="text/css" href="admin/css/menu.css"/>
Example #2
0
File: Copi.php Project: vik70r/CTAS
<link rel="stylesheet" type="text/css" href="admin/css/style_text.css"/>
<link rel="stylesheet" type="text/css" href="admin/css/tabs.css"/>
<link rel="stylesheet" type="text/css" href="admin/css/wysiwyg-editor.css"/>
<link rel="stylesheet" type="text/css" href="admin/css/wysiwyg.css"/>
<link rel="stylesheet" type="text/css" href="admin/css/wysiwyg.modal.css"/>
<link rel="stylesheet" href="estilosReserva.css" type="text/css" media="screen" />
	
<script type="text/javascript" src="admin/js/jquery-1.5.2.min.js"></script>
<script type="text/javascript" language="javascript" src="admin/js/jquery.dataTables.js"></script>

</head>

<body>
<?php 
    if (isset($BotonActualizar)) {
        $instancia->MantenimientoReserva($idresrvasi, "", "", "", "", "", "", "", "", "", "", "", $hsalida, $hretorno, $ropcional, $robservacion, "A");
    }
    ?>
<div class="wrapper">
	<div class="container">
    
    <div id="header">
		<img src="images/tepsa_bus.jpg" width="308" height="170" alt="Logo" />
	   <h1> Agencia de Viajes <br />
      <h1> ANDES TOURS E.I.R.L <br />
		<span>  </span><br />
		<span style="color: #000000"><img src="images/logotepsa.jpg" width="364" height="82" alt="Logo" /></span></h1>
  	</div>
    
		<!--inicio cabecera-->
	    <div class="top">