Happy New Year!
[platal.git] / templates / fusionax / deathdate_issues.tpl
CommitLineData
12419b5b
SJ
1{**************************************************************************}
2{* *}
c441aabe 3{* Copyright (C) 2003-2014 Polytechnique.org *}
12419b5b
SJ
4{* http://opensource.polytechnique.org/ *}
5{* *}
6{* This program is free software; you can redistribute it and/or modify *}
7{* it under the terms of the GNU General Public License as published by *}
8{* the Free Software Foundation; either version 2 of the License, or *}
9{* (at your option) any later version. *}
10{* *}
11{* This program is distributed in the hope that it will be useful, *}
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14{* GNU General Public License for more details. *}
15{* *}
16{* You should have received a copy of the GNU General Public License *}
17{* along with this program; if not, write to the Free Software *}
18{* Foundation, Inc., *}
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
20{* *}
21{**************************************************************************}
22
23<h2>Fusion des annuaires X.org - AX&nbsp;: dates de décès</h2>
24
25{if $total > 0}
26<p>
d20f50cf
SJ
27 Il reste {$total} problème{if $total > 1}s{/if} du{if $total > 1}s{/if} à la
28 fusion des annuaires lié{if $total > 1}s{/if} aux dates de décès à corriger sur les profils&nbsp;:
12419b5b
SJ
29</p>
30<form action="{$platal->ns}fusionax/issues/deathdate/edit" method="post">
31 {xsrf_token_field}
32 <table class="bicol">
33 <tr>
34 <th>Nom</th>
35 <th>Décès Xorg</th>
36 <th>Décès AX</th>
37 <th>Choix</th>
38 </tr>
39 {foreach from=$issues item=profile}
40 <tr>
41 <td>
42 <a href="profile/edit/{$profile.hrpid}">{$profile.directory_name} ({$profile.promo})</a>
43 </td>
d20f50cf
SJ
44 <td>{$profile.deathdate}</td>
45 <td>{$profile.deathdate_ax}</td>
12419b5b
SJ
46 <td>
47 <label>AX <input type="checkbox" name="AX_{$profile.pid}" /></label>
48 - <label><input type="checkbox" name="XORG_{$profile.pid}" /> Xorg</label>
49 </td>
50 </tr>
51 {/foreach}
12419b5b 52 </table>
d20f50cf 53 <div class="center"><input type="submit" value="Valider les corrections" /></div>
12419b5b
SJ
54</form>
55{else}
56<p>Il ne reste plus d'erreur liée à la fusion des annuaires concernant les dates de décès&nbsp;!</p>
57{/if}
58
59{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}