Edit front
This commit is contained in:
parent
805d11f2ea
commit
72d8ef61b1
@ -20,49 +20,57 @@
|
|||||||
|
|
||||||
<form action="/modules/contactform/press.php" method="post">
|
<form action="/modules/contactform/press.php" method="post">
|
||||||
|
|
||||||
<p class="text">
|
<div>
|
||||||
<label for="compagny">{l s='Entreprise' mod='contactform'}*</label>
|
<p class="text" style="display: inline-block">
|
||||||
<input type="text" name="compagny" id="compagny">
|
<label for="compagny">{l s='Entreprise' mod='contactform'}*</label>
|
||||||
</p>
|
<input type="text" name="compagny" id="compagny">
|
||||||
|
</p>
|
||||||
|
|
||||||
<p class="text">
|
<p class="text" style="display: inline-block">
|
||||||
<label for="lastname">{l s='Nom' mod='contactform'}*</label>
|
<label for="function">{l s='Fonction' mod='contactform'}*</label>
|
||||||
<input type="text" name="lastname" id="lastname">
|
<input type="text" name="function" id="function">
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p class="text">
|
<div>
|
||||||
<label for="firstname">{l s='Prénom' mod='contactform'}*</label>
|
<p class="text" style="display: inline-block">
|
||||||
<input type="text" name="firstname" id="firstname">
|
<label for="lastname">{l s='Nom' mod='contactform'}*</label>
|
||||||
</p>
|
<input type="text" name="lastname" id="lastname">
|
||||||
|
</p>
|
||||||
|
|
||||||
<p class="text">
|
<p class="text" style="display: inline-block">
|
||||||
<label for="function">{l s='Fonction' mod='contactform'}*</label>
|
<label for="firstname">{l s='Prénom' mod='contactform'}*</label>
|
||||||
<input type="text" name="function" id="function">
|
<input type="text" name="firstname" id="firstname">
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p class="text">
|
<div>
|
||||||
<label for="email1">{l s='Email' mod='contactform'}*</label>
|
<p class="text" style="display: inline-block">
|
||||||
<input type="text" name="email1" id="email1">
|
<label for="email1">{l s='Email' mod='contactform'}*</label>
|
||||||
</p>
|
<input type="text" name="email1" id="email1">
|
||||||
|
</p>
|
||||||
|
|
||||||
<p class="text">
|
<p class="text" style="display: inline-block">
|
||||||
<label for="email2">{l s='Email secondaire' mod='contactform'}</label>
|
<label for="email2">{l s='Email secondaire' mod='contactform'}</label>
|
||||||
<input type="text" name="email2" id="email2">
|
<input type="text" name="email2" id="email2">
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p class="text">
|
<div>
|
||||||
<label for="phone1">{l s='Téléphone' mod='contactform'}*</label>
|
<p class="text" style="display: inline-block">
|
||||||
<input type="text" name="phone1" id="phone1">
|
<label for="phone1">{l s='Téléphone' mod='contactform'}*</label>
|
||||||
</p>
|
<input type="text" name="phone1" id="phone1">
|
||||||
|
</p>
|
||||||
|
|
||||||
<p class="text">
|
<p class="text" style="display: inline-block">
|
||||||
<label for="phone2">{l s='Téléphone secondaire' mod='contactform'}</label>
|
<label for="phone2">{l s='Téléphone secondaire' mod='contactform'}</label>
|
||||||
<input type="text" name="phone2" id="phone2">
|
<input type="text" name="phone2" id="phone2">
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p class="text">
|
<p class="text">
|
||||||
<label for="content">{l s='Message' mod='contactform'}*</label>
|
<label for="content">{l s='Message' mod='contactform'}*</label>
|
||||||
<textarea name="content" id="content" style="width: 268px"></textarea>
|
<textarea name="content" id="content" cols="65" rows="10"></textarea>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<input type="hidden" name="type" value="{Contactform::TYPE_PRESS}">
|
<input type="hidden" name="type" value="{Contactform::TYPE_PRESS}">
|
||||||
|
@ -19,50 +19,58 @@
|
|||||||
|
|
||||||
<form action="/modules/contactform/provider.php" method="post">
|
<form action="/modules/contactform/provider.php" method="post">
|
||||||
|
|
||||||
<p class="text">
|
<div>
|
||||||
<label for="brand">{l s='Marque' mod='contactform'}*</label>
|
<p class="text" style="display: inline-block">
|
||||||
<input type="text" name="brand" id="brand">
|
<label for="brand">{l s='Marque' mod='contactform'}*</label>
|
||||||
</p>
|
<input type="text" name="brand" id="brand">
|
||||||
|
</p>
|
||||||
|
|
||||||
<p class="text">
|
<p class="text" style="display: inline-block">
|
||||||
<label for="compagny">{l s='Entreprise' mod='contactform'}*</label>
|
<label for="compagny">{l s='Entreprise' mod='contactform'}*</label>
|
||||||
<input type="text" name="compagny" id="compagny">
|
<input type="text" name="compagny" id="compagny">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="text">
|
<p class="text" style="display: inline-block">
|
||||||
<label for="lastname">{l s='Nom' mod='contactform'}*</label>
|
<label for="function">{l s='Fonction' mod='contactform'}*</label>
|
||||||
<input type="text" name="lastname" id="lastname">
|
<input type="text" name="function" id="function">
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p class="text">
|
<div>
|
||||||
<label for="firstname">{l s='Prénom' mod='contactform'}*</label>
|
<p class="text" style="display: inline-block">
|
||||||
<input type="text" name="firstname" id="firstname">
|
<label for="lastname">{l s='Nom' mod='contactform'}*</label>
|
||||||
</p>
|
<input type="text" name="lastname" id="lastname">
|
||||||
|
</p>
|
||||||
|
|
||||||
<p class="text">
|
<p class="text" style="display: inline-block">
|
||||||
<label for="function">{l s='Fonction' mod='contactform'}*</label>
|
<label for="firstname">{l s='Prénom' mod='contactform'}*</label>
|
||||||
<input type="text" name="function" id="function">
|
<input type="text" name="firstname" id="firstname">
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p class="text">
|
<div>
|
||||||
<label for="email1">{l s='Email' mod='contactform'}*</label>
|
<p class="text" style="display: inline-block">
|
||||||
<input type="text" name="email1" id="email1">
|
<label for="email1">{l s='Email' mod='contactform'}*</label>
|
||||||
</p>
|
<input type="text" name="email1" id="email1">
|
||||||
|
</p>
|
||||||
|
|
||||||
<p class="text">
|
<p class="text" style="display: inline-block">
|
||||||
<label for="email2">{l s='Email secondaire' mod='contactform'}</label>
|
<label for="email2">{l s='Email secondaire' mod='contactform'}</label>
|
||||||
<input type="text" name="email2" id="email2">
|
<input type="text" name="email2" id="email2">
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p class="text">
|
<div>
|
||||||
<label for="phone1">{l s='Téléphone' mod='contactform'}*</label>
|
<p class="text" style="display: inline-block">
|
||||||
<input type="text" name="phone1" id="phone1">
|
<label for="phone2">{l s='Téléphone secondaire' mod='contactform'}</label>
|
||||||
</p>
|
<input type="text" name="phone2" id="phone2">
|
||||||
|
</p>
|
||||||
|
|
||||||
<p class="text">
|
<p class="text" style="display: inline-block">
|
||||||
<label for="phone2">{l s='Téléphone secondaire' mod='contactform'}</label>
|
<label for="phone1">{l s='Téléphone' mod='contactform'}*</label>
|
||||||
<input type="text" name="phone2" id="phone2">
|
<input type="text" name="phone1" id="phone1">
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p class="text">
|
<p class="text">
|
||||||
<label for="purpose">{l s='Proposition' mod='contactform'}*</label>
|
<label for="purpose">{l s='Proposition' mod='contactform'}*</label>
|
||||||
@ -70,8 +78,8 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="text">
|
<p class="text">
|
||||||
<label for="content">{l s='Message' mod='contactform'}*</label>
|
<label for="content">{l s='Message' mod='contactform'}*</label>
|
||||||
<textarea name="content" id="content" style="width: 268px"></textarea>
|
<textarea name="content" id="content" cols="65" rows="10"></textarea>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<input type="hidden" name="type" value="{Contactform::TYPE_PROVIDER}">
|
<input type="hidden" name="type" value="{Contactform::TYPE_PROVIDER}">
|
||||||
|
Loading…
Reference in New Issue
Block a user