Add mailing list headers to newsletters
[platal.git] / templates / openid / trust.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2013 Polytechnique.org                             *}
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 <h1>Demande d'identification OpenId</h1>
24
25 <p>Un site tiers demande à confirmer ton identité OpenId.
26   {if $sreg_data}
27     De plus, il a demandé à recevoir un certain nombre d'informations
28     te concernant.
29   {/if}
30   Merci de nous indiquer ton choix.
31 </p><br />
32
33 <form method="POST" action="openid/trust?{$openid_query}">
34   {xsrf_token_field}
35   <table class="bicol">
36     <tr><th colspan="2">Souhaitez-vous confirmer votre identité&nbsp;?</th></tr>
37
38     <tr class="impair">
39       <td>Adresse du site&nbsp;:</td>
40       <td><strong>{$relying_party}</strong></td>
41     </tr>
42     {if $sreg_data}
43     <tr class="impair">
44       <td>Informations demandées&nbsp;:</td>
45       <td><ul style="margin-top: 0">
46         {foreach from=$sreg_data key=field item=value}
47         <li><strong>{$field}</strong> ({$value})</li>
48         {/foreach}
49       </ul></td>
50     </tr>
51     {/if}
52
53     <tr class="pair">
54       <td></td>
55       <td>
56         <label><input type="checkbox" name="trust_always" />
57           Toujours faire confiance à ce site.</label><br />
58         {if $sreg_data}
59         <label><input type="checkbox" checked="checked" name="trust_sreg" />
60           Envoyer les données ci-dessus au site.</label><br />
61         {/if}
62       </td>
63     </tr>
64     <tr class="impair center"><td colspan="2">
65       <input type="submit" name="trust_accept" value="Confirmer" />
66       <input type="submit" name="trust_cancel" value="Annuler" />
67     </td></tr>
68   </table>
69 </form>
70
71 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}