0byt3m1n1-V2
Path:
/
home
/
nlpacade
/
www
/
arcaneoverseas.com
/
application
/
views
/
[
Home
]
File: contact.php
<div class="cellSuite2" style="width: 790px;"> <div class="box"> <div class="boxpadding"> <h1 class="bleu setmenuLeft"><?php echo $article->getTitre(); ?></h1> <div class="left formcontact"> <form name="Form" id="contact-form" method="post" action="<?php echo site_url("form_procces/contact_send");?>"> <table width="100%" cellspacing="1" cellpadding="1" border="0"> <tbody> <tr><td colspan="2"><br></td></tr> <tr> <td><input type="text" placeholder="Nom" class="validate[required]" border="0" size="24" value="" name="nom"><span class="etoile"></span></td> </tr> <tr> <td><input type="text" placeholder="Prénom" border="0" size="24" value="" name="prenom"></td> </tr> <tr> <td><input type="text" class="validate[required,custom[email]]" placeholder="Email" border="0" size="24" value="" name="email"><span class="etoile"></span></td> </tr> <tr> <td><input type="text" border="0" size="24" class="validate[required]" placeholder="Téléphone" value="" name="tel"><span class="etoile"></span></td> </tr> <tr> <td><input type="text" border="0" size="24" placeholder="Adresse" value="" name="adresse"></td> </tr> <tr> <td><textarea cols="49" rows="8" class="validate[required]" name="message">Message</textarea></td> </tr> <tr> <td><span class="left">Les champs marqué d'un * sont obligatoires</span><input type="submit" border="0" class="btn_contact right" value="Envoyer" name="submit"></td> </tr> </tbody> </table> </form> </div> <div class="left adresse"> <p> <h3 class="bleu"> Arcane Overseas</h3> <ul><li>5, rue du jeune Foyer 2ème étage, apt n°4 • El Menzah 1</li> <li>Tél +216 71 750 277</li> <li>Fax +216 71 232 452 </li> <li>Email:Contact@arcanepnl.com</li> </ul> </p> </div> <hr> <div id="map-contact"></div> </div> <br clear="all"> </div> <br clear="all"> </div> <br clear="all"> <script> $(document).ready(function() { var use_ajax=false; $.validationEngine.settings={}; jQuery("#contact-form").validationEngine({ inlineValidation: true, promptPosition: "bottomRight", success : function(){use_ajax=false}, failure : function(){use_ajax=false;} }) jQuery('#map-contact').gmap3({ map:{ options: { center:[36.838468,10.18046], zoom: 15 } }, marker:{ address: "Menzah 1 Tunisie" }, infowindow:{ options:{ content: "5, rue du jeune Foyer El Menzah 1 " }, events:{ closeclick: function(infowindow){ //alert("closing : " + infowindow.getContent()); } } } }); }); </script>
©
2018.