Adapts site inscription.
authorStéphane Jacob <sj@m4x.org>
Sun, 21 Feb 2010 13:35:03 +0000 (14:35 +0100)
committerStéphane Jacob <sj@m4x.org>
Mon, 22 Feb 2010 14:23:37 +0000 (15:23 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/register/step1.tpl

index e91497e..351b444 100644 (file)
   </p>
   <table class="tinybicol">
     <tr>
-      <th>
+      <th colspan="2">
         Promotion
       </th>
     </tr>
     <tr>
       <td>
-        Donne ta promotion sur 4 chiffres&nbsp;: 
+        Donne ta promotion sur 4 chiffres&nbsp;:
+      </td>
+      <td>
         <input type="text" size="4" maxlength="4" name="promo" value="{$smarty.post.promo}" />
       </td>
     </tr>
     <tr>
-      <td class="center">
+      <td>
+        Formation suivie&nbsp;:
+      </td>
+      <td>
+        <select name="edu_type">
+          <option value="X" selected="selected">polytechnicienne</option>
+          <option value="M">master</option>
+          <option value="D">doctorat</option>
+        </select>
+      </td>
+    </tr>
+    <tr>
+      <td class="center" colspan="2">
         <input type="submit" value="Valider" />
       </td>
     </tr>