Moving to GitHub.
[platal.git] / templates / register / step1.tpl
index 4da0c4c..cd52fa8 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2014 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
   </p>
   <table class="tinybicol">
     <tr>
-      <th>
+      <th colspan="2">
         Promotion
       </th>
     </tr>
     <tr>
       <td>
-        Donne ta promotion sur 4 chiffres&nbsp;: 
-        <input type="text" size="4" maxlength="4" name="promo" value="{$smarty.post.promo}" />
+        Donne ta promotion sur 4 chiffres&nbsp;:
+      </td>
+      <td>
+        <input type="text" size="4" maxlength="4" name="yearpromo" value="{$smarty.post.yearpromo}" />
+      </td>
+    </tr>
+    <tr>
+      <td>
+        Formation suivie&nbsp;:
+      </td>
+      <td>
+        <select name="edu_type">
+          <option value="{#Profile::DEGREE_X#}" selected="selected">polytechnicienne</option>
+          <option value="{#Profile::DEGREE_M#}">master</option>
+          <option value="{#Profile::DEGREE_D#}">doctorat</option>
+        </select>
       </td>
     </tr>
     <tr>
-      <td class="center">
+      <td class="center" colspan="2">
         <input type="submit" value="Valider" />
       </td>
     </tr>
   </table>
 </form>
 
-{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}
+{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}