Happy New Year!
[platal.git] / templates / lists / delete.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
c441aabe 3{* Copyright (C) 2003-2014 Polytechnique.org *}
0337d704 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
24{if $deleted}
25
7b2413f6 26<p>[<a href='{$platal->ns}lists'>Voir toutes les listes</a>]</p>
0337d704 27
28{else}
29
3eb25eb3 30{include file="lists/header_listes.tpl" on=delete}
0337d704 31
32<h1>
6bb2f79a 33 Détruire la liste {$details.addr}&nbsp;?
0337d704 34</h1>
35
d1ebc57a 36<form method='post' action='{$platal->pl_self(1)}'>
2669eb7d 37 {xsrf_token_field}
0337d704 38 <table class='tinybicol' cellpadding='2' cellspacing='0'>
39 <tr class='impair'>
40 <td>
38421eaa 41 Veux tu réellement détruire la liste {$details.addr}&nbsp;?<br />
6bb2f79a 42 Pour valider ton choix, écris en majuscules (sans espace) «&nbsp;OUI&nbsp;»&nbsp;:
0337d704 43 <input type='text' size='3' maxlength='3' name="valid" />
44 </td>
45 </tr>
46 <tr class='pair'>
47 <td>
a44f405e
SJ
48 <label>Si tu veux préserver les archives de la liste, décoche la case ci-contre.
49 <input type="checkbox" checked="checked" name="del_archive" /></label>
0337d704 50 </td>
51 </tr>
52 <tr class='impair'>
53 <td class="center">
a7de4ef7 54 <input type="submit" value="Détruire !" />
0337d704 55 </td>
56 </tr>
57 </table>
58</form>
59
60{/if}
61
62
a7de4ef7 63{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}