Happy New Year!
[platal.git] / templates / openid / trust.tpl
CommitLineData
a1af4a99
AA
1{**************************************************************************}
2{* *}
8d84c630 3{* Copyright (C) 2003-2009 Polytechnique.org *}
a1af4a99
AA
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
12d4424c 23<h1>Demande d'identification OpenId</h1>
a1af4a99
AA
24
25<p>Le site <strong>{$relying_party}</strong> demande à confirmer votre identité.</p>
26
12d4424c
AA
27{if $sreg_data neq null}
28<p>Les informations suivantes lui seront transmises :</p>
29<ul>
30{foreach from=$sreg_data key=field item=value}
31<li><i>{$field}</i> : {$value}</li>
32{/foreach}
33</ul>
34{/if}
35
2e5fbf5e
AA
36
37<p><strong>Souhaitez-vous confirmer votre identité ?</strong></p>
a1af4a99
AA
38
39<div class="form">
40 <form method="post" action="openid/trust">
2e5fbf5e 41 <input type="checkbox" name="always" /> Toujours faire confiance à ce site<br />
a1af4a99 42 <input type="submit" name="trust" value="Confirmer" />
12d4424c 43 <input type="submit" value="Annuler" />
a1af4a99
AA
44 </form>
45</div>