<?php

include_once "../model/mAlertasAutomaticas.php";
$alertas = new AlertasMan();
$cliente = $alertas->getDatosClte($_POST['id']);
$pep = $alertas->alertaListaNegra($_POST['id'], $cliente['a_pat'], $cliente['a_mat'], $cliente['nombre'], $cliente['razon']);
$ln = $alertas->alertaListaNegra($_POST['id'], $cliente['a_pat'], $cliente['a_mat'], $cliente['nombre'], $cliente['razon']);
$paises = $alertas->alertaPaisProhibido($_POST['id'], $cliente['nacionalidad']);
?>

<div class="row">
	<div class="col-lg-6 col-lg-offset-3">		
	<h4><strong>RESULTADOS EN PEP</strong> </h4>
	<br />
		<?php 
if ($pep == 0) {
    ?>
			EL CLIENTE NO CORRESPONDE A UNA PERSONA POLITICAMENTE EXPUESTA
		<?php 
} else {
    echo $pep;
}
?>
	</div>
	</div>
	<hr />
<div class="row">
	<div class="col-lg-6 col-lg-offset-3">
		
	<h4><strong>RESULTADOS EN LISTAS NEGRAS</strong> </h4>
	<br />