Ejemplo n.º 1
0
<?php

include 'logic/parametros.php';
//INSTANCIA DE LA CLASE ENCARGADA DE LOS PARAMETROS
$param = new parametros();
$r = $param->FillTipoProducto();
echo "niсo es con сссссссссс";
echo "<select name=\"travelType_id\" id=\"f_travelType_id\">\r\n\t<option value=\"0\">Seleccione</option>\t\r\n\t";
while (!$r->EOF) {
    //echo ("<option value=".$r->fields[0] .">".$r->fields[1] ."</option>");
    echo "<option value=" . $r->fields[0] . ">" . $r->fields[1] . "</option>";
    $r->MoveNext();
}
echo "</select> ";
Ejemplo n.º 2
0
<?php

include 'logic/parametros.php';
include 'logic/adminWeb.php';
include 'logic/functions.php';
//INSTANCIA DE LA CLASE ENCARGADA DE LOS PARAMETROS
$param = new parametros();
$aw = new adminWeb();
$fun = new functions();
//
$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>Frecuently Answers - Questions | 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!--> 
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,700,600,400' rel='stylesheet' type='text/css'>
    <![endif]>
Ejemplo n.º 3
0
<?php

require_once "../../require/conexion.class.php";
require_once "../../require/parametros.class.php";
require_once "../../require/monitoreo.class.php";
$DataTime = array();
$DataValue = array();
$lastID = 0;
$long = 0;
$LimSup = 0;
$LimInf = 0;
$parametros = new parametros();
$monitoreo = new monitoreo();
$id_parametro = $_POST["id_parametro"];
$id_equipo = $_POST["id_equipo"];
$size = $_POST["size"];
$monitoreo->mostrar_valores($id_parametro, $id_equipo, $size);
$ValParametros = $parametros->ObtenerParametro($id_parametro);
$months = ['Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'];
$LimSup = $ValParametros["LimSup"];
$LimInf = $ValParametros["LimInf"];
$firstVal = 0;
$lastVal = 0;
$AcumVal = 0;
while ($valores = $monitoreo->retornar_SELECT()) {
    if ($long == 0) {
        $valMax = $valores["valor"];
        $valMin = $valores["valor"];
    }
    if ($valMax < $valores["valor"]) {
        $valMax = $valores["valor"];
Ejemplo n.º 4
0
<?php 
include 'logic/parametros.php';
include 'logic/adminWeb.php';
include 'logic/functions.php';
//INSTANCIA DE LA CLASE ENCARGADA DE LOS PARAMETROS
$param = new parametros();
$aw = new adminWeb();
$fun = new functions();
//
$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">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<title>Inicio | Bienvenidos - Seguros Medicos Internacionales</title>
<meta name="title" content="">
<meta name="description" content="">
<meta name="author" content="Seguros Medicos Internacionales">
Ejemplo n.º 5
0
<?php

require_once "../../require/conexion.class.php";
require_once "../../require/RelacionEquipo.class.php";
require_once "../../require/parametros.class.php";
$id_equipo = $_POST["id_equipo"];
$Date1 = $_POST["Date1"];
$Date2 = $_POST["Date2"];
$RelacionEquipo = new RelacionEquipo();
$parametros = new parametros();
$primerParametro = 0;
?>

<div class="col-md-12">
    
    <!-- Cabecera de Parametros del Cuadro -->
    <div class="col-md-12 col-xs-12" id="HeaderCuadro" >
        <ul class="nav nav-tabs" role="tablist" id="MyTab">
<?php 
$RelacionEquipo->mostrar_valores($id_equipo);
while ($valores = $RelacionEquipo->retornar_SELECT()) {
    $id_parametro = $valores["id_parametro"];
    if ($id_parametro < $primerParametro or $primerParametro == 0) {
        $primerParametro = $id_parametro;
    }
    $val = $parametros->ObtenerParametro($id_parametro);
    ?>
            
            <li role="presentation" onclick="verGraf(<?php 
    echo $id_parametro;
    ?>
 public function create()
 {
     $data = array();
     $view = new View();
     $objviaje = new viaje();
     $objp = new parametros();
     $data['param'] = $objp->getParametros();
     //Recupero los parametros como igv, tiempo de reservado maximo
     $rviaje = $objviaje->get_datos_viaje_now($_GET['idviaje']);
     //Recupero los datos viaje seleccionado
     $data['idvehiculo'] = $rviaje->idvehiculo;
     $rcargos = $objviaje->getCargos($_GET['idviaje']);
     //Recupero choferes
     $data['cabecera'] = $this->cebecera($rviaje, $rcargos);
     $data['precio'] = $rviaje->precio;
     $asientos = $objviaje->fullbus($rviaje->idvehiculo, $rviaje->idviaje);
     $data['bus'] = $this->view_buss($rviaje->nropasajeros, $asientos);
     $data['tipo_doc_venta'] = $this->Select(array('id' => 'idtipo_documento_venta', 'name' => 'idtipo_documento_venta', 'table' => 'tipo_documento_venta'));
     $data['tipo_doc'] = $this->Select(array('id' => 'idtipo_doc', 'name' => 'idtipo_doc', 'table' => 'tipo_documento'));
     $view->setData($data);
     $view->setTemplate('../view/venta/_Form.php');
     $view->setLayout('../template/Layout.php');
     $view->render();
 }