//User info (DO NOT EDIT!)
$name = stripslashes($_POST['nombre']); //sender's name
$apellidos = stripslashes($_POST['apellidos']); //sender's name
$email = stripslashes($_POST['email']); //sender's email
$website = stripslashes($_POST['telefono']); //sender's website
//The subject
$subject .= stripslashes($_POST['asunto']); // the subject
//The message you will receive in your mailbox
//Each parts are commented to help you understand what it does exaclty.
//YOU DON'T NEED TO EDIT IT BELOW BUT IF YOU DO, DO IT WITH CAUTION!
$msg = "From : $name \r\n"; //add sender's name to the message
$msg .= "apellidos : $apellidos \r\n"; //add sender's email to the message
$msg .= "e-Mail : $email \r\n"; //add sender's email to the message
$msg .= "Website : $website \r\n"; //add sender's website to the message
$msg .= "Subject : $subject \r\n\n"; //add subject to the message (optional! It will be displayed in the header anyway)
$msg .= "---Message--- \r\n".stripslashes($_POST['message'])."\r\n\n"; //the message itself
//Extras: User info (Optional!)
//Delete this part if you don't need it
//Display user information such as Ip address and browsers information...
$msg .= "---User information--- \r\n"; //Title
$msg .= "User IP : ".$_SERVER["REMOTE_ADDR"]."\r\n"; //Sender's IP
$msg .= "Browser info : ".$_SERVER["HTTP_USER_AGENT"]."\r\n"; //User agent
$msg .= "User come from : ".$_SERVER["HTTP_REFERER"]; //Referrer
// END Extras
?>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Ajax Contact form using CheckForm2 and NiceForms." />
<meta name="keywords" content="php, contact form, Ajax, mootools, checkform2, niceforms, Moo Floor, class, javascript, spamcheck, badboy.ro" />
<meta name="author" content="Jeremie Tisseau" />
<script type="text/javascript" src="js/mootools.js"></script>
<!-- Formcheck2 / Moo.Floor.ch -->
<!-- http://moo.floor.ch/?p=18 -->
<script type="text/javascript" src="js/formcheck.js"></script>
<script type="text/javascript">
window.addEvent('domready', function(){check = new FormCheck('third', {
display : {
fadeDuration : 500,
errorsLocation : 1,
indicateErrors : 1,
showErrors : 1
}
})});
</script>
<!-- NiceForms / BadBoy.ro -->
<!-- http://www.badboy.ro/articles/2005-07-23/niceforms_preview/ -->
<script type="text/javascript" src="js/niceforms.js"></script>
</style>
</head>
<body>
<!-- The contact form starts here-->
<?php
if ($_SERVER['REQUEST_METHOD'] != 'POST'){
$self = $_SERVER['PHP_SELF'];
?>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-15164317-2");
pageTracker._trackPageview();
} catch(err) {}</script>
<title>DISEÑO WEB- GráfIco- Editorial .</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript">
function MM_CheckFlashVersion(reqVerStr,msg){
with(navigator){
var isIE = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
if (!isIE || !isWin){
var flashVer = -1;
if (plugins && plugins.length > 0){
var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
if (desc == "") flashVer = -1;
else{
var descArr = desc.split(" ");
var tempArrMajor = descArr[2].split(".");
var verMajor = tempArrMajor[0];
var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
flashVer = parseFloat(verMajor + "." + verMinor);
}
}
// WebTV has Flash Player 4 or lower -- too low for video
else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;
var verArr = reqVerStr.split(",");
var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
if (flashVer < reqVer){
if (confirm(msg))
window.location = "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
}
}
}
}
</script>
</head>
<body onload="MM_CheckFlashVersion('8,0,0,0','El contenido de la página requiere una nueva versión del reproductor Adobe Flash. Desea descargarlo ahora?');">
<div class="contenedor">
<div id="frase">“La creatividad no consiste en hacer cosas nuevas, sino en hacerlas
como si nunca hubiesen sido hechas por otros.”</div>
<!-- inicio info -->
<div class="inf_tlf">
<div id="tlf">954 369 330</div>
<div id="icono-tlf"></div>
<div id="icono-email"></div>
<!-- info tlf -->
</div>
<div class="cabecera">
<!-- BOTONERA Y LOGO -->
<div class="logo"><img src="img/logo1.png" /></div>
<div id="botonera">
<ul>
<li><a id='enlace-inicio' href='/'>Inicio</a>
<li><a id='enlace-quienes-somos' href='/quienes.html'>¿Quiénes somos?</a>
<li><a id='enlace-clientes' href='/clientes.html'>Clientes</a>
<li><a id='enlace-localizacion' href='/localizacion'>Localización</a>
<li><a id='enlace-contactar' href='/contacto.html'>Contactar</a>
</ul>
</div>
<!-- FIN BOTONERA Y LOGO -->
</div>
<!-- CABECERA CENTRAL -->
<div class="contenedor-subseccion">
<!-- COLUMNA 1 -->
<div class="columna-izquierda_1">
<h1>Formulario De Contacto</h1>
<form id="contenedor-formulario" enctype="multipart/form-data" method="post" target="_self">
<input type="hidden" value="1" id="enviado" name="enviado" />
<table width="590" border="0" cellpadding="0" cellspacing="0" id="tabla-formulario-1">
<tr><td width="226"><label><span class="texto-verde">Nombre</span>
<input id="input-nombre" name="nombre" type="text" /></label></td>
<td width="50"> </td>
<td width="202"><label><span class="texto-verde">Apellidos</span>
<input id="input-apellidos" name="apellidos" type="text" />
</label></td>
</tr>
<tr><td><label><span class="texto-verde">Teléfono</span>
<input id="input-telefono" name="telefono" type="text" /></label></td>
<td> </td>
<td><label class="texto-verde"><span class="input-titulo">Email</span>
<input id="input-email" name="email" type="text" />
</label></td>
</tr>
</table>
<table width="542" border="0" cellpadding="0" cellspacing="0">
<tr><td width="542"><label><span class="texto-verde">Asunto</span>
<input type="asunto" value="" name="asunto" id="input-asunto">
<input type="hidden" name="asunto-h" value="Necesito presupuesto para flyers" /></label></td></tr>
<tr><td><label><span class="texto-verde">Mensaje</span>
<textarea name="message" rows="12" id="input-mensaje"></textarea></label></td></tr>
</table>
<button type="submit">Enviar Consulta</button>
</form>
</div>
<div class="ancho-columna-3">
<h1 id="rotulo-contacto">Contacto</h1>
<p class="Estilo3">Puede escribirnos un email directo utilizando la siguiente dirección:</p>
<p> </p>
<p class="Estilo3">Si quiere hablar con nosotros, vía telefónica, dispone de un formulario por el cual le llamaremos nosotros de manera gratuita y en menos de 24 horas.</p>
<p> </p>
<a href="/contactar/te-llamamos" class="texto-verde email-a Estilo4">Formulario “Te llamamos”</a>
<p class="Estilo3">En caso de que tenga mayor urgencia en contactar con nosotros disponemos de una linea de atención al cliente:</p>
<p class="Estilo3"><strong>Teléfono:</strong> 955 412 011</p>
<p class="contactar-telefono"> </p>
<h1 id="rotulo-localizacion">Localización</h1>
<p class="alto-linea-1 Estilo3">Plaza Ruiz de Alda (Sevilla)<br />
Nº 1 Centro de Negocios.<br />
Planta 5 Módulo 4.<br />
41015 Sevilla</p>
<a href="/localizacion" class="texto-verde mapa-a">Ver mapa de localización</a> </div>
<?php
} else {
if (mail($to, $subject, $msg, "From: $email\r\nReply-To: $email\r\nReturn-Path: $email\r\n"))
//Message sent!
//It the message that will be displayed when the user click the sumbit button
//You can modify the text if you want
<div class=\"MsgSent\">
<h1>Correcto</h1>
<p>Su mensaje <b><?=$name;?></b>, se ha enviado correctamente!<br /> En 24H nos pondremos en contacto con unsted.</p>
</div>
");
else
// Display error message if the message failed to send
echo "
<div class=\"MsgError\">
<h1>Error!!</h1>
<p>Sorry <b><?=$name;?></b>, your message failed to send. Try later!</p>
</div>";
}
?>