Difference between revisions of "Application Form"

From LRDE

(Created page with " = Fiche de candidature au LRDE = Si vous voulez postuler pour intégrer le LRDE cette année, veuillez s'il vous plaît remplir les champs ci-dessous (tous sont obligatoires...")
 
Line 1: Line 1:
   
= Fiche de candidature au LRDE =
+
== Fiche de candidature au LRDE ==
   
 
Si vous voulez postuler pour intégrer le LRDE cette année, veuillez s'il vous plaît remplir les champs ci-dessous (tous sont obligatoires).
 
Si vous voulez postuler pour intégrer le LRDE cette année, veuillez s'il vous plaît remplir les champs ci-dessous (tous sont obligatoires).
   
  +
{{#form: method=post | email=csi-registration@lrde.epita.fr}}
  +
<table>
  +
<tr><td colspan="2"><h2>Informations personnelles:</h2></td></tr>
  +
<tr>
  +
<th align="right">Nom :</th>
  +
<td>{{#input: type=text | name=nom | size=20}}</td>
  +
</tr>
  +
<tr>
  +
<th align="right">Prénom :</th>
  +
<td>{{#input: type=text | name=prenom | size=20}}</td>
  +
</tr>
  +
<tr>
  +
<th align="right">Email EPITA:</th>
  +
<td>{{#input: type=text | name=email | size=20 | value=@epita.fr}}</td>
  +
</tr>
  +
<tr>
  +
<th align="right">Origine :</th>
  +
<td>
  +
<select name="origine">
  +
<option value="Prépa EPITA">Prépa EPITA</option>
  +
<option value="Prépa classique">Prépa classique</option>
  +
<option value="Redoublant">Redoublant</option>
  +
<option value="Autre">Autre</option>
  +
</select>
  +
</td>
  +
</tr>
  +
<tr>
  +
<th align="right">Si «&nbsp;Autre&nbsp;», préciser:</th>
  +
<td>{{#input: type=text | name=origine_autre | size=20}}</td>
  +
</tr>
   
  +
<tr><td></td></tr>
<form action="%SCRIPTURLPATH%/application.cgi">
 
<table>
 
<tr><td colspan="2"><h2>Informations personnelles:</h2></td></tr>
 
<tr>
 
<th align="right">Nom:</th>
 
<td><input type="text" name="nom" size="20"/></td>
 
</tr>
 
<tr>
 
<th align="right">Prénom:</th>
 
<td><input type="text" name="prenom" size="20"/></td>
 
</tr>
 
<tr>
 
<th align="right">Email EPITA:</th>
 
<td>
 
<input type="text" name="email" size="20" value="@epita.fr"/>
 
</td>
 
</tr>
 
<tr>
 
<th align="right">Origine:</th>
 
<td>
 
<select name="origine">
 
<option value="Prépa EPITA">Prépa EPITA</option>
 
<option value="Prépa classique">Prépa classique</option>
 
<option value="Redoublant">Redoublant</option>
 
<option value="Autre">Autre</option>
 
</select>
 
</td>
 
</tr>
 
<tr>
 
<th align="right">Si «&nbsp;Autre&nbsp;», préciser:</th>
 
<td>
 
<input type="text" name="origine_autre" size="20"/>
 
</td>
 
</tr>
 
   
<tr><td></td></tr>
+
<tr><td colspan="2"><h2>Informatique:</h2></td></tr>
  +
<tr>
  +
<th align="right">Centres d'intérêt généraux:</th>
  +
<td>{{#input: type=text | name=interet_general | size=40}}</td>
  +
</tr>
  +
<tr>
  +
<th align="right">Centres d'intérêt vis-à-vis du LRDE:</th>
  +
<td>{{#input: type=text | name=interet_labo | size=40}}</td>
  +
</tr>
  +
<tr>
  +
<th align="right">Langages pratiqués:</th>
  +
<td>{{#input: type=text | name=langages | size=40}}</td>
  +
</tr>
   
<tr><td colspan="2"><h2>Informatique:</h2></td></tr>
+
<tr><td></td></tr>
<tr>
 
<th align="right">Centres d'intérêt généraux:</th>
 
<td>
 
<input type="text" name="interet_general" size="40"/>
 
</td>
 
</tr>
 
<tr>
 
<th align="right">Centres d'intérêt vis-à-vis du LRDE:</th>
 
<td>
 
<input type="text" name="interet_labo" size="40"/>
 
</td>
 
</tr>
 
<tr>
 
<th align="right">Langages pratiqués:</th>
 
<td>
 
<input type="text" name="langages" size="40"/>
 
</td>
 
</tr>
 
   
<tr><td></td></tr>
+
<tr><td colspan="2"><h2>Divers :</h2></td></tr>
  +
<tr>
  +
<th align="right">Niveau d'Anglais:</th>
  +
<td>{{#input: type=text | name=anglais | size=40}}</td>
  +
</tr>
  +
<tr>
  +
<th align="right">Activités annexes (ACD, JPO etc):</th>
  +
<td>{{#input: type=text | name=activite | size=40}}</td>
  +
</tr>
  +
<tr>
  +
<th align="right">Loisirs:</th>
  +
<td>{{#input: type=text | name=loisirs | size=40}}</td>
  +
</tr>
   
<tr><td colspan="2"><h2>Divers :</h2></td></tr>
+
<tr><td></td></tr>
<tr>
 
<th align="right">Niveau d'Anglais:</th>
 
<td><input type="text" name="anglais" size="40"/></td>
 
</tr>
 
<tr>
 
<th align="right">Activités annexes (ACD, JPO etc):</th>
 
<td>
 
<input type="text" name="activites" size="40" onFocus="if(this.value=='<aucune>')this.value = '';" onBlur="if(this.value=='')this.value='<aucune>';" value="<aucune>"/>
 
</td>
 
</tr>
 
<tr>
 
<th align="right">Loisirs:</th>
 
<td>
 
<input type="text" name="loisirs" size="40"/>
 
</td>
 
</tr>
 
   
<tr><td></td></tr>
 
   
 
   
<tr><td colspan="2"><h2>Motivation:</h2></td></tr>
+
<tr><td colspan="2"><h2>Motivation:</h2></td></tr>
<tr>
+
<tr>
<td width="35%">
+
<td width="35%">
Écrivez une courte lettre de motivation expliquant les raisons
+
Écrivez une courte lettre de motivation expliquant les raisons de votre candidature, ce que vous souhaitez trouver et ce que vous comptez apporter au LRDE en nous rejoignant cette année.
de votre candidature, ce que vous souhaitez trouver et ce que
 
vous comptez apporter au LRDE en nous rejoignant cette année.
 
   
<p>Quand vous avez fini, cliquez sur «&nbsp;POSTULER&nbsp;».
+
Quand vous avez fini, cliquez sur «&nbsp;POSTULER&nbsp;».
  +
<p>Merci !
 
  +
Merci !
<p><input type="submit" name="POSTULER" value="POSTULER"/>
 
  +
</td>
 
  +
{{#input: type=submit | name=formmailer | value=Postuler}}
<td>
 
  +
</td>
<textarea name="motivation" rows="10" cols="70" onFocus="if(this.value=='Moi, j\'aime bien le LRDE :-)')this.value = '';" onBlur="if(this.value=='')this.value='Moi, j\'aime bien le LRDE :-)';">Moi, j'aime bien le LRDE :-)</textarea>
 
  +
<td>{{#input: type=textarea | name=motivation | rows=10 | cols=70}}</td>
</td>
 
</tr>
+
</tr>
</table>
+
</table>
  +
{{#formend:}}
</form>
 

Revision as of 17:58, 28 November 2013

Fiche de candidature au LRDE

Si vous voulez postuler pour intégrer le LRDE cette année, veuillez s'il vous plaît remplir les champs ci-dessous (tous sont obligatoires).

{{#form: method=post | email=csi-registration@lrde.epita.fr}}


Informations personnelles:

Nom : {{#input: type=text | name=nom | size=20}}
Prénom : {{#input: type=text | name=prenom | size=20}}
Email EPITA: {{#input: type=text | name=email | size=20 | value=@epita.fr}}
Origine :
           <select name="origine">
               <option value="Prépa EPITA">Prépa EPITA</option>
               <option value="Prépa classique">Prépa classique</option>
               <option value="Redoublant">Redoublant</option>
               <option value="Autre">Autre</option>
           </select>
Si « Autre », préciser: {{#input: type=text | name=origine_autre | size=20}}

Informatique:

Centres d'intérêt généraux: {{#input: type=text | name=interet_general | size=40}}
Centres d'intérêt vis-à-vis du LRDE: {{#input: type=text | name=interet_labo | size=40}}
Langages pratiqués: {{#input: type=text | name=langages | size=40}}

Divers :

Niveau d'Anglais: {{#input: type=text | name=anglais | size=40}}
Activités annexes (ACD, JPO etc): {{#input: type=text | name=activite | size=40}}
Loisirs: {{#input: type=text | name=loisirs | size=40}}

Motivation:

Écrivez une courte lettre de motivation expliquant les raisons de votre candidature, ce que vous souhaitez trouver et ce que vous comptez apporter au LRDE en nous rejoignant cette année.

Quand vous avez fini, cliquez sur « POSTULER ».

Merci !

{{#input: type=submit | name=formmailer | value=Postuler}}

{{#input: type=textarea | name=motivation | rows=10 | cols=70}}

{{#formend:}}