Contacto
Su IP a cambiado desde la ultima vez que a ingresado. Se envio un correo electrónico a la cuenta ingresada en el sistema para validar este cambio.
los datos ingresados son incorrectos.
Esta cuenta se encuentra desactiva.
El periodo de su suscripción a caducado. Pongase en contacto con nosotros para renovarlo.
Sus datos fueron enviados, nos podremos en contacto a la brevedad.
Su usuario esta siendo usado en otra computadora.
Notice (8): Undefined variable: cakeDebug [APP/views/layouts/interna.ctp, line 331]Code | Context
if (Configure::read() > 0) {
include ($___viewFn);
$___viewFn = "/home/iapg/web/dlg.iapg.org.ar/public_html/app/views/layouts/interna.ctp" $___dataForView = array( "title_page" => "IAPG | Contacto", "detail_mensaje" => "", "detail_contactos" => array( array(), array(), array(), array() ), "detail_total" => 4, "detail_banners" => array( array(), array() ), "detail_banner_tiempo" => "5000", "tiempobanner" => "5000", "content_for_layout" => "<div id="detalle"> <h1>Contacto</h1> <div id="mensaje"> <br /> <p> </p> </div> <br /> <form action="/contactos" id="ContactoIndexForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST" /></div><!-- NO ME HAGO CARGO --> <table cellspacing="0" cellpadding="0" border="0" width="100%" style="width:100%"> <tbody><tr> <td class="marco2-si"></td> <td class="marco2-sc"></td> <td class="marco2-sd"></td> </tr> <tr> <td class="marco2-ci"></td> <td bgcolor="#E9E9E9" style="background-color:#E9E9E9" valign="top"> <table cellspacing="0" cellpadding="5" border="0" align="center"> <tbody><tr> <td valign="top" class="t-texto12-gris" style="text-align:left" colspan="2">Área con la cual desea contactarse: <select name="data[Contacto][contacto]" class="t-texto12-gris" id="ContactoContacto"> <option value=""></option> <option value="1">Suscripciones</option> <option value="6">Soporte</option> <option value="12">Editor</option> <option value="13">Viviana</option> </select> </td> </tr> <tr> <td valign="top" class="t-texto12-gris" style="text-align:left">Nombre y apellido:<br> <div class="input text"><input name="data[Contacto][nombre]" type="text" class="t-texto12-gris" id="ContactoNombre" /></div> </td> <td valign="top" class="t-texto12-gris" style="text-align:left">Correo electrónico:<br> <div class="input text required"><input name="data[Contacto][email]" type="text" class="t-texto12-gris" maxlength="255" id="ContactoEmail" /></div> </td> </tr> <tr> <td valign="top" class="t-texto12-gris" style="text-align:left" colspan="2">Mensaje:<br> <textarea name="data[Contacto][mensaje]" style="width:100%;height:300px;" class="t-texto12-gris" id="ContactoMensaje" ></textarea> <div style="text-align:center;margin-top:10px;margin-left:auto;margin-right:auto;width:200px;list-style:none;"> <ul class="button submit"> <li class="left"></li> <li class="center"><span>Enviar</span></li> <li class="right"></li> </ul> <ul class="button cancel"> <li class="left"></li> <li class="center"><span>Cancelar</span></li> <li class="right"></li> </ul> </div></td> </tr> </tbody></table></td> <td class="marco2-cd"></td> </tr> <tr> <td class="marco2-ii"></td> <td class="marco2-ic"></td> <td class="marco2-id"></td> </tr> </tbody></table> </form> <script type="text/javascript"> $(document).ready(function() { /* $("#ContactoIndexForm").validate({ submitHandler: function(form) { // do other stuff for a valid form form.submit(); }, rules: { ContactoContacto: "required", ContactoNombre: "required", ContactoEmail: { required: true, email: true } }, messages: { ContactoContacto: "<span class=verde> Ingrese su nombre.</span>", ContactoNombre: "<span class=verde> Ingrese su Apellido.</span>", ContactoEmail: { required: "<span class=verde> Ingrese su dirección de E-mail.</span>", email: "<span class=verde> La dirección ingresada debe respetar el formato nombre@dominio.com</span>" } } }); $(function() { $("#ContactoIndexForm").validate({ "ContactoContacto":[{"rule":{"rule":"notEmpty"},"message":"Seleccione el area con la que desea contactarse."}], "ContactoNombre":[{"rule":{"rule":"notEmpty"},"message":"Ingrese su nombre"}], "ContactoEmail":[{"rule":"\/^([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$\/", "message":"Debe ser un formato valido de email."}]}, {"root":"\/","watch":[]}) }); $('#enviar').click(function(){ $(this).submit(); }); */ $('#mensaje').slideUp(); $('#mensajeerror').slideUp(); var vv = $("#ContactoIndexForm").validate({ submitHandler: function(form) { $(form).ajaxSubmit({ success: function(responseText){ $("#ContactoIndexForm input").css('border',''); $("#ContactoIndexForm select").css('border',''); $("#ContactoIndexForm textarea").css('border',''); if(responseText=='si') { $('#mensaje').slideDown(); $('#mensajeerror').slideUp(); $('#mensaje').html('<br /><p>Su datos fueron eviados correctamente. Nos pondremos en contacto con usted a la brevedad.</p>'); $("#ContactoIndexForm").resetForm(); } else { errorcode = responseText; errorcode = errorcode.substring(0,errorcode.length-1); errores = errorcode.split('|'); for(i=0;i<errores.length;i++){ id = '#'+errores[i]; $(id).css('border','1px solid red'); } $('#mensaje').slideUp(); $('#mensajeerror').slideDown(); } } });//.resetForm(); }, rules: { ContactoContacto: "required", ContactoNombre: "required" }, messages: { ContactoContacto: "Campo requerido", ContactoNombre: "Campo requerido" } }); $('ul.button').css('list-style','none').css('cursor','pointer'); $('ul.submit').click(function(){ $("#ContactoIndexForm").submit(); }); $('ul.cancel').click(function(){ $("#ContactoIndexForm").resetForm(); }); }); </script> </div> ", "scripts_for_layout" => "", "title_for_layout" => "Contactos", "banner" => BannerHelper BannerHelper::$helpers = array BannerHelper::$_initialized = false BannerHelper::$__defaultModel = NULL BannerHelper::$__modelFieldPair = NULL BannerHelper::$base = "" BannerHelper::$webroot = "/" BannerHelper::$theme = NULL BannerHelper::$here = "/contactos" BannerHelper::$params = array BannerHelper::$action = "index" BannerHelper::$plugin = NULL BannerHelper::$data = NULL BannerHelper::$namedArgs = NULL BannerHelper::$argSeparator = NULL BannerHelper::$validationErrors = NULL BannerHelper::$tags = array BannerHelper::$__tainted = NULL BannerHelper::$__cleaned = NULL BannerHelper::$Html = HtmlHelper object BannerHelper::$Javascript = JavascriptHelper object, "permisos" => PermisosHelper PermisosHelper::$helpers = NULL PermisosHelper::$base = "" PermisosHelper::$webroot = "/" PermisosHelper::$theme = NULL PermisosHelper::$here = "/contactos" PermisosHelper::$params = array PermisosHelper::$action = "index" PermisosHelper::$plugin = NULL PermisosHelper::$data = NULL PermisosHelper::$namedArgs = NULL PermisosHelper::$argSeparator = NULL PermisosHelper::$validationErrors = NULL PermisosHelper::$tags = array PermisosHelper::$__tainted = NULL PermisosHelper::$__cleaned = NULL, "validation" => ValidationHelper ValidationHelper::$helpers = array ValidationHelper::$whitelist = false ValidationHelper::$base = "" ValidationHelper::$webroot = "/" ValidationHelper::$theme = NULL ValidationHelper::$here = "/contactos" ValidationHelper::$params = array ValidationHelper::$action = "index" ValidationHelper::$plugin = NULL ValidationHelper::$data = NULL ValidationHelper::$namedArgs = NULL ValidationHelper::$argSeparator = NULL ValidationHelper::$validationErrors = NULL ValidationHelper::$tags = array ValidationHelper::$__tainted = NULL ValidationHelper::$__cleaned = NULL ValidationHelper::$Javascript = JavascriptHelper object, "javascript" => JavascriptHelper JavascriptHelper::$useNative = true JavascriptHelper::$enabled = true JavascriptHelper::$safe = false JavascriptHelper::$tags = array JavascriptHelper::$_blockOptions = array JavascriptHelper::$_cachedEvents = array JavascriptHelper::$_cacheEvents = false JavascriptHelper::$_cacheToFile = false JavascriptHelper::$_cacheAll = false JavascriptHelper::$_rules = array JavascriptHelper::$__scriptBuffer = NULL JavascriptHelper::$helpers = NULL JavascriptHelper::$base = "" JavascriptHelper::$webroot = "/" JavascriptHelper::$theme = NULL JavascriptHelper::$here = "/contactos" JavascriptHelper::$params = array JavascriptHelper::$action = "index" JavascriptHelper::$plugin = NULL JavascriptHelper::$data = NULL JavascriptHelper::$namedArgs = NULL JavascriptHelper::$argSeparator = NULL JavascriptHelper::$validationErrors = NULL JavascriptHelper::$__tainted = NULL JavascriptHelper::$__cleaned = NULL, "form" => FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = "post" FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/contactos" FormHelper::$params = array FormHelper::$action = "index" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object, "html" => HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/contactos" HtmlHelper::$params = array HtmlHelper::$action = "index" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL, "session" => SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = array SessionHelper::$_userAgent = "7e720c25de3349b4c14d4af9206f9e85" SessionHelper::$path = "/" SessionHelper::$lastError = 2 SessionHelper::$security = "low" SessionHelper::$time = 1732174274 SessionHelper::$sessionTime = 1732178774 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/contactos" SessionHelper::$params = array SessionHelper::$action = "index" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL ) $loadHelpers = false $cached = true $loadedHelpers = array() $title_page = "IAPG | Contacto" $detail_mensaje = "" $detail_contactos = array( array( "Contacto" => array() ), array( "Contacto" => array() ), array( "Contacto" => array() ), array( "Contacto" => array() ) ) $detail_total = 4 $detail_banners = array( array( "banners" => array() ), array( "banners" => array() ) ) $detail_banner_tiempo = "5000" $tiempobanner = "5000" $content_for_layout = "<div id="detalle"> <h1>Contacto</h1> <div id="mensaje"> <br /> <p> </p> </div> <br /> <form action="/contactos" id="ContactoIndexForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST" /></div><!-- NO ME HAGO CARGO --> <table cellspacing="0" cellpadding="0" border="0" width="100%" style="width:100%"> <tbody><tr> <td class="marco2-si"></td> <td class="marco2-sc"></td> <td class="marco2-sd"></td> </tr> <tr> <td class="marco2-ci"></td> <td bgcolor="#E9E9E9" style="background-color:#E9E9E9" valign="top"> <table cellspacing="0" cellpadding="5" border="0" align="center"> <tbody><tr> <td valign="top" class="t-texto12-gris" style="text-align:left" colspan="2">Área con la cual desea contactarse: <select name="data[Contacto][contacto]" class="t-texto12-gris" id="ContactoContacto"> <option value=""></option> <option value="1">Suscripciones</option> <option value="6">Soporte</option> <option value="12">Editor</option> <option value="13">Viviana</option> </select> </td> </tr> <tr> <td valign="top" class="t-texto12-gris" style="text-align:left">Nombre y apellido:<br> <div class="input text"><input name="data[Contacto][nombre]" type="text" class="t-texto12-gris" id="ContactoNombre" /></div> </td> <td valign="top" class="t-texto12-gris" style="text-align:left">Correo electrónico:<br> <div class="input text required"><input name="data[Contacto][email]" type="text" class="t-texto12-gris" maxlength="255" id="ContactoEmail" /></div> </td> </tr> <tr> <td valign="top" class="t-texto12-gris" style="text-align:left" colspan="2">Mensaje:<br> <textarea name="data[Contacto][mensaje]" style="width:100%;height:300px;" class="t-texto12-gris" id="ContactoMensaje" ></textarea> <div style="text-align:center;margin-top:10px;margin-left:auto;margin-right:auto;width:200px;list-style:none;"> <ul class="button submit"> <li class="left"></li> <li class="center"><span>Enviar</span></li> <li class="right"></li> </ul> <ul class="button cancel"> <li class="left"></li> <li class="center"><span>Cancelar</span></li> <li class="right"></li> </ul> </div></td> </tr> </tbody></table></td> <td class="marco2-cd"></td> </tr> <tr> <td class="marco2-ii"></td> <td class="marco2-ic"></td> <td class="marco2-id"></td> </tr> </tbody></table> </form> <script type="text/javascript"> $(document).ready(function() { /* $("#ContactoIndexForm").validate({ submitHandler: function(form) { // do other stuff for a valid form form.submit(); }, rules: { ContactoContacto: "required", ContactoNombre: "required", ContactoEmail: { required: true, email: true } }, messages: { ContactoContacto: "<span class=verde> Ingrese su nombre.</span>", ContactoNombre: "<span class=verde> Ingrese su Apellido.</span>", ContactoEmail: { required: "<span class=verde> Ingrese su dirección de E-mail.</span>", email: "<span class=verde> La dirección ingresada debe respetar el formato nombre@dominio.com</span>" } } }); $(function() { $("#ContactoIndexForm").validate({ "ContactoContacto":[{"rule":{"rule":"notEmpty"},"message":"Seleccione el area con la que desea contactarse."}], "ContactoNombre":[{"rule":{"rule":"notEmpty"},"message":"Ingrese su nombre"}], "ContactoEmail":[{"rule":"\/^([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$\/", "message":"Debe ser un formato valido de email."}]}, {"root":"\/","watch":[]}) }); $('#enviar').click(function(){ $(this).submit(); }); */ $('#mensaje').slideUp(); $('#mensajeerror').slideUp(); var vv = $("#ContactoIndexForm").validate({ submitHandler: function(form) { $(form).ajaxSubmit({ success: function(responseText){ $("#ContactoIndexForm input").css('border',''); $("#ContactoIndexForm select").css('border',''); $("#ContactoIndexForm textarea").css('border',''); if(responseText=='si') { $('#mensaje').slideDown(); $('#mensajeerror').slideUp(); $('#mensaje').html('<br /><p>Su datos fueron eviados correctamente. Nos pondremos en contacto con usted a la brevedad.</p>'); $("#ContactoIndexForm").resetForm(); } else { errorcode = responseText; errorcode = errorcode.substring(0,errorcode.length-1); errores = errorcode.split('|'); for(i=0;i<errores.length;i++){ id = '#'+errores[i]; $(id).css('border','1px solid red'); } $('#mensaje').slideUp(); $('#mensajeerror').slideDown(); } } });//.resetForm(); }, rules: { ContactoContacto: "required", ContactoNombre: "required" }, messages: { ContactoContacto: "Campo requerido", ContactoNombre: "Campo requerido" } }); $('ul.button').css('list-style','none').css('cursor','pointer'); $('ul.submit').click(function(){ $("#ContactoIndexForm").submit(); }); $('ul.cancel').click(function(){ $("#ContactoIndexForm").resetForm(); }); }); </script> </div> " $scripts_for_layout = "" $title_for_layout = "Contactos" $banner = BannerHelper BannerHelper::$helpers = array BannerHelper::$_initialized = false BannerHelper::$__defaultModel = NULL BannerHelper::$__modelFieldPair = NULL BannerHelper::$base = "" BannerHelper::$webroot = "/" BannerHelper::$theme = NULL BannerHelper::$here = "/contactos" BannerHelper::$params = array BannerHelper::$action = "index" BannerHelper::$plugin = NULL BannerHelper::$data = NULL BannerHelper::$namedArgs = NULL BannerHelper::$argSeparator = NULL BannerHelper::$validationErrors = NULL BannerHelper::$tags = array BannerHelper::$__tainted = NULL BannerHelper::$__cleaned = NULL BannerHelper::$Html = HtmlHelper object BannerHelper::$Javascript = JavascriptHelper object $permisos = PermisosHelper PermisosHelper::$helpers = NULL PermisosHelper::$base = "" PermisosHelper::$webroot = "/" PermisosHelper::$theme = NULL PermisosHelper::$here = "/contactos" PermisosHelper::$params = array PermisosHelper::$action = "index" PermisosHelper::$plugin = NULL PermisosHelper::$data = NULL PermisosHelper::$namedArgs = NULL PermisosHelper::$argSeparator = NULL PermisosHelper::$validationErrors = NULL PermisosHelper::$tags = array PermisosHelper::$__tainted = NULL PermisosHelper::$__cleaned = NULL $validation = ValidationHelper ValidationHelper::$helpers = array ValidationHelper::$whitelist = false ValidationHelper::$base = "" ValidationHelper::$webroot = "/" ValidationHelper::$theme = NULL ValidationHelper::$here = "/contactos" ValidationHelper::$params = array ValidationHelper::$action = "index" ValidationHelper::$plugin = NULL ValidationHelper::$data = NULL ValidationHelper::$namedArgs = NULL ValidationHelper::$argSeparator = NULL ValidationHelper::$validationErrors = NULL ValidationHelper::$tags = array ValidationHelper::$__tainted = NULL ValidationHelper::$__cleaned = NULL ValidationHelper::$Javascript = JavascriptHelper object $javascript = JavascriptHelper JavascriptHelper::$useNative = true JavascriptHelper::$enabled = true JavascriptHelper::$safe = false JavascriptHelper::$tags = array JavascriptHelper::$_blockOptions = array JavascriptHelper::$_cachedEvents = array JavascriptHelper::$_cacheEvents = false JavascriptHelper::$_cacheToFile = false JavascriptHelper::$_cacheAll = false JavascriptHelper::$_rules = array JavascriptHelper::$__scriptBuffer = NULL JavascriptHelper::$helpers = NULL JavascriptHelper::$base = "" JavascriptHelper::$webroot = "/" JavascriptHelper::$theme = NULL JavascriptHelper::$here = "/contactos" JavascriptHelper::$params = array JavascriptHelper::$action = "index" JavascriptHelper::$plugin = NULL JavascriptHelper::$data = NULL JavascriptHelper::$namedArgs = NULL JavascriptHelper::$argSeparator = NULL JavascriptHelper::$validationErrors = NULL JavascriptHelper::$__tainted = NULL JavascriptHelper::$__cleaned = NULL $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = "post" FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/contactos" FormHelper::$params = array FormHelper::$action = "index" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/contactos" HtmlHelper::$params = array HtmlHelper::$action = "index" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = array SessionHelper::$_userAgent = "7e720c25de3349b4c14d4af9206f9e85" SessionHelper::$path = "/" SessionHelper::$lastError = 2 SessionHelper::$security = "low" SessionHelper::$time = 1732174274 SessionHelper::$sessionTime = 1732178774 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/contactos" SessionHelper::$params = array SessionHelper::$action = "index" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $url = "/contactos" $pos = falseinclude - APP/views/layouts/interna.ctp, line 331 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ContactosController::index() - APP/controllers/contactos_controller.php, line 129 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83