Minor improvement of keynote skin
[platal.git] / templates / admin / deces_promo.tpl
index 240bcd5..8b6cf4c 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2004 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 
 
 
-<form action="{$smarty.server.PHP_SELF}" method="get">
+{foreach from=$new_deces item=i}
+<p class="erreur">Ajout du décès de {$i.name} le {$i.date}.</p>
+{/foreach}
+
+<form action="admin/deaths" method="post">
   <table class="tinybicol">
     <tr>
-      <td><input type="submit" value="&lt;&lt;" name="sub10" /></td>
+      <td>
+        <input type="submit" value="GO" style="visibility: hidden" />
+        <input type="submit" value="&lt;&lt;" name="sub10" />
+      </td>
       <td><input type="submit" value="&lt;"  name="sub01" /></td>
       <td>
         Promotion :
         <input type="submit" value="GO" />
       </td>
       <td><input type="submit" value="&gt;"  name="add01" /></td>
-      <td><input type="submit" value="&gt;&gt;" name="add10" /></td>
+      <td>
+        <input type="submit" value="&gt;&gt;" name="add10" />
+        <input type="submit" value="GO" style="visibility: hidden" />
+      </td>
     </tr>
   </table>
 </form>
 
-<form action="{$smarty.server.REQUEST_URI}" method="post">
-  <table class="bicol" summary="liste des dates de décès">
+<form action="admin/deaths/{$promo}/validate" method="post">
+  <table class="bicol" summary="liste des dates de décès">
     <tr>
       <th>Nom</th>
-      <th>Date de décès</th>
+      <th>Date de décès</th>
     </tr>
     {iterate item=x from=$decedes}
     <tr class="{cycle values="impair,pair"}">
     {/iterate}
     <tr>
       <td class="center" colspan="2">
-        <input type="hidden" name="promo" value="{$promo}" />
-        <input type="submit" name="valider" value="Valider" />
+        <input type="submit" value="Valider" />
       </td>
     </tr>
   </table>
 </form>
 
-{* vim:set et sw=2 sts=2 sws=2: *}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}