Update core
[platal.git] / templates / openid / trust.tpl
index edd221b..5ba2ce8 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2009 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 {*                                                                        *}
 {**************************************************************************}
 
+<h1>Demande d'identification OpenId</h1>
 
 <p>Le site <strong>{$relying_party}</strong> demande à confirmer votre identité.</p>
 
-<p>Souhaitez-vous confirmer votre identité ?</p>
+{if $sreg_data neq null}
+<p>Les informations suivantes lui seront transmises :</p>
+<ul>
+{foreach from=$sreg_data key=field item=value}
+<li><i>{$field}</i> : {$value}</li>
+{/foreach}
+</ul>
+{/if}
+
+
+<p><strong>Souhaitez-vous confirmer votre identité ?</strong></p>
 
 <div class="form">
-  <form method="post" action="openid/trust">
-    <input type="submit" name="trust" value="Confirmer" />
-    <input type="submit" value="Ne pas confirmer" />
+  <form method="post" action="openid/trust?{$query}">
+    <input type="checkbox" name="openid_always" /> Toujours faire confiance à ce site<br />
+    <input type="submit" name="openid_trust" value="Confirmer" />
+    <input type="submit" name="openid_cancel" value="Annuler" />
   </form>
 </div>