Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
nous_contacter [2009/11/21 22:45] cousteau_d1nous_contacter [Date inconnue] (Version actuelle) – supprimée - modification externe (Date inconnue) 127.0.0.1
Ligne 1: Ligne 1:
-<html> +
- <head> +
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +
- <title>Contact Us</title> +
- <script src="lite_validation.js"></script> +
- <script> +
- required.add('Full_Name','NOT_EMPTY','Full Name'); +
- required.add('Email_Address','EMAIL','Email Address'); +
- required.add('Your_Message','NOT_EMPTY','Your Message'+
- </script> +
- <link rel="stylesheet" type="text/css" href="lite_styles.css"> +
- </head> +
- <body> +
-  +
- <form name="contactformlite" method="post" action="lite_process.php" onsubmit="return validate.check(this)"> +
- <table width="400px" class="cflite"> +
- <tr> +
- <td colspan="2"> +
-   <p style="text-align:center">Fields marked with <span class="required_star"> * </span> are required.</p> +
- </td> +
- </tr> +
- <tr> +
- <td valign="top" class="cflite_td"> +
-   <label for="Full_Name" class="required">Full Name<span class="required_star"> * </span></label> +
- </td> +
- <td valign="top" class="cflite_td"> +
-   <input type="text" name="Full_Name" id="Full_Name" maxlength="80" style="width:250px"> +
- </td> +
- </tr> +
- <tr> +
- <td valign="top" class="cflite_td"> +
-   <label for="Email_Address" class="required">Email Address<span class="required_star"> * </span></label> +
- </td> +
- <td valign="top" class="cflite_td"> +
-   <input type="text" name="Email_Address" id="Email_Address" maxlength="100" style="width:250px"> +
- </td> +
- </tr> +
- <tr> +
- <td valign="top" class="cflite_td"> +
-   <label for="Telephone_Number" class="not-required">Telephone Number</label> +
- </td> +
- <td valign="top" class="cflite_td"> +
-   <input type="text" name="Telephone_Number" id="Telephone_Number" maxlength="100" style="width:250px"> +
- </td> +
- </tr> +
- <tr> +
- <td valign="top" class="cflite_td"> +
-   <label for="Your_Message" class="required">Your Message<span class="required_star"> * </span></label> +
- </td> +
- <td valign="top" class="cflite_td"> +
-   <textarea style="width:250px;height:120px" name="Your_Message" id="Your_Message" maxlength="2000"></textarea> +
- </td> +
- </tr> +
- <tr> +
- <td colspan="2" style="text-align:center"  class="cflite_td"> +
-   <input type="submit" value="Submit"> +
-   <br /><br /> +
-   <!-- LEGAL NOTICE: YOU MUST KEEP THIS LINK UNCHANGED --> +
-   This form is powered by <a href="http://www.freecontactform.com/">Free Contact Form</a> +
-   <!-- LEGAL NOTICE: YOU MUST KEEP THIS LINK UNCHANGED --> +
-   <br /><br /> +
- </td> +
- </tr> +
- </table> +
- </form> +
-</body> +
-</html>+