Merge branch 'platal-0.9.15'
[platal.git] / templates / core / password_prompt.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2008 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 {if $referer || $platal->pl_self() neq 'login'}
24 <h1>
25   Accès restreint
26 </h1>
27 <p>
28   Bonjour,<br />
29   La page que vous avez demandée
30   (<strong>{if $referer}{$smarty.server.HTTP_REFERER}{else}{$globals->baseurl}/{$platal->pl_self()}{/if}</strong>)
31   nécessite une authentification.
32 </p>
33 {else}
34 <h1>
35   Accès réservé aux polytechniciens
36 </h1>
37 {/if}
38 {if $smarty.session.auth ge AUTH_COOKIE}
39 <p>
40 <strong>Merci de rentrer ton mot de passe pour démarrer une connexion au site.</strong>
41 Si tu n'es pas {insert name="getName"}, change le login ci-dessous, ou rends-toi sur
42 <a href="register/">la page d'inscription</a>.
43 </p>
44 {/if}
45
46 {if !$smarty.session.auth}
47 <p>
48 <strong>Tu ne connais pas ton mot de passe ?</strong>
49 </p>
50 <ul>
51   <li>
52   Si tu viens de terminer ta pré-inscription, <strong>il est dans le mail</strong> que
53   nous t'avons envoyé (expéditeur pre-inscription@{#globals.mail.domain#}).
54   </li>
55   <li>
56   Si tu n'es jamais venu sur le site, <strong>il faut t'enregistrer auprès de
57     nous</strong> pour obtenir un accès. {#globals.core.sitename#} c'est l'e-mail des X,
58   l'annuaire en ligne, plus un tas d'autres services.  Nous te fournirons un accès le plus
59   rapidement possible. <strong> <a href="register/">Clique ici pour nous demander tes
60       paramètres personnels.</a></strong>
61   </li>
62 </ul>
63 {/if}
64
65 {if $smarty.request.response}<!-- failed login code //-->
66 <br />
67 <div class="erreur">
68   Erreur d'identification. Essaie à nouveau !
69 </div>
70 {/if}
71
72 <br />
73
74 <form action="{$smarty.server.REQUEST_URI}" method="post" id="login" onsubmit="doChallengeResponse(); return false;" style="display: none">
75   <table class="bicol" cellpadding="4" summary="Formulaire de login">
76     <tr>
77       <th colspan="2">{if $smarty.server.HTTPS}{icon name=lock}{/if} Identification
78       {if !$smarty.server.HTTPS && #globals.core.secure_domain#}
79       (<a href="https://{#globals.core.secure_domain#}{$smarty.server.REQUEST_URI}">{icon name=lock_add} Passer en connexion sécurisée</a>)
80       {/if}
81       </th>
82     </tr>
83     <tr style="white-space: nowrap">
84       <td class="titre">
85         Adresse email&nbsp;:
86       </td>
87       <td>
88         <input type="text" name="username" size="20" maxlength="50" value="{insert name="getUserName"}" />&nbsp;@&nbsp;<select name="domain">
89           <option value="login">{#globals.mail.domain#} / {#globals.mail.domain2#}</option>
90           <option value="alias" {if $smarty.cookies.ORGdomain eq alias}selected="selected"{/if}>
91           {#globals.mail.alias_dom#} / {#globals.mail.alias_dom2#}
92           </option>
93           {$smarty.cookies.domain}
94         </select>
95       </td>
96     </tr>
97     <tr>
98       <td class="titre">
99         Mot de passe:
100       </td>
101       <td>
102         <input type="password" name="password" size="10" maxlength="10" />
103       </td>
104     </tr>
105     <tr>
106       <td></td>
107       <td>
108         <input type="checkbox" name="remember" id="remember" /><label for="remember">Garder l'accès aux services après déconnexion</label>
109       </td>
110     </tr>
111     <tr>
112       <td></td>
113       <td>
114         Coche la case ci-dessus pour être automatiquement reconnu lors de ta prochaine connexion depuis cet ordinateur.
115         Il n'est pas conseillé de la cocher si cette machine n'est pas <b>strictement</b> personnelle.
116       </td>
117     </tr>
118     <tr>
119       <td colspan="2">
120       <table width="100%"><tr>
121       <td>
122         <a href="recovery">Mot de passe perdu ?</a>
123       </td>
124       <td class="right">
125         <input type="submit" name="submitbtn" value="Me connecter" />
126       </td>
127       </tr></table>
128       </td>
129     </tr>
130   </table>
131   <p>     
132     Problème de connexion ? <a href="Xorg/FAQ?display=light#connect" class="popup2">La réponse est là.</a>
133   </p>
134 </form>
135
136 <div id="nologin" style="background: #fcc; color: red">
137   Pour assurer la confidentialité de ton mot de passe, il est chiffré sur ta machine
138   avant de nous être transmis. Pour cela, il faut
139   <a href="Xorg/FAQ?display=light#connect" class="popup2">activer javascript</a>
140   dans ton navigateur, ce qui n'est actuellement pas le cas.
141   <div class="center" style="margin-top: 1ex">
142     <strong>Active le javascript et recharge cette page pour pouvoir te connecter.</strong>
143   </div>
144 </div>
145
146 <script type="text/javascript">
147   document.getElementById('login').style.display="";
148   document.getElementById('nologin').style.display="none";
149 </script>
150
151 <hr />
152
153 <div class="smaller">
154   {if $smarty.server.HTTPS}
155   {icon name=lock} Tu utilises actuellement une connexion HTTPS sécurisée. Aucune information ne circule
156   en clair entre chez toi et Polytechnique.org, ce qui assure une confidentialité maximale.
157   {else}
158   {icon name=lock_open} Tu utilises actuellement une connexion HTTP non sécurisée. Toutes les informations
159   (<strong>excepté le mot de passe de connexion au site</strong>) circulent en clair entre chez toi et 
160   Polytechnique.org. Tu peux basculer sur une connexion sécurisée en cliquant sur le lien
161   <div class="center">
162   <a href="https://{#globals.core.secure_domain#}{$smarty.server.REQUEST_URI}">
163     {icon name=lock_add} Passer en connexion sécurisée</a>
164   </div><br />
165   Plus d'informations sur la connexion sécurisée se trouvent
166   <a href="Xorg/CertificatDeSécurité?display=light" class="popup2">sur cette page</a>.
167   {/if}
168 </div>
169
170 <!-- Set up the form with the challenge value and an empty reply value //-->
171 <form action="{$smarty.server.REQUEST_URI}" method="post" id="loginsub">
172   <div>
173     <input type="hidden" name="challenge" value="{$smarty.session.challenge}" />
174     <input type="hidden" name="response"  value="" />
175     <input type="hidden" name="xorpass"  value="" />
176     <input type="hidden" name="username"  value="" />
177     <input type="hidden" name="remember"  value="" />
178     <input type="hidden" name="domain"    value="" />
179   </div>
180 </form>
181
182 {literal}
183 <script type="text/javascript">
184   <!--
185   // Activate the appropriate input form field.
186   if (document.forms.login.username.value == '') {
187     document.forms.login.username.focus();
188   } else {
189     document.forms.login.password.focus();
190   }
191   // -->
192 </script>
193 {/literal}
194
195 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}