X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fcore%2Fpassword_prompt.tpl;h=8ea84de0024038054e0bdc84a9990b0440a968f4;hb=96b778a679b261235ede8c5c4e7356680f4e5895;hp=f5b7bdc86a38a988c9a1afcfd84938434e7d2998;hpb=9f52839d4a55c6b59ab80af35026a064e007ac72;p=platal.git diff --git a/templates/core/password_prompt.tpl b/templates/core/password_prompt.tpl index f5b7bdc..8ea84de 100644 --- a/templates/core/password_prompt.tpl +++ b/templates/core/password_prompt.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2010 Polytechnique.org *} +{* Copyright (C) 2003-2014 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,14 +20,18 @@ {* *} {**************************************************************************} -{if t($referer) || $platal->pl_self() neq 'login'} +{if t($external_auth) || $platal->pl_self() neq 'login'}

Accès restreint

Bonjour,
- la page que vous avez demandée - ({if $referer}{$smarty.server.HTTP_REFERER}{else}{$globals->baseurl}/{$platal->pl_self()}{/if}) + {if t($group)} + le site du groupe {$group} + {else} + la page que vous avez demandée + {/if} + ({if t($external_auth)}{$ext_url|truncate:120:"...":false}{else}{$globals->baseurl}/{$platal->pl_self()}{/if}) nécessite une authentification.

{else} @@ -47,19 +51,10 @@ - Identifiant : + Identifiant ou email : - - + @@ -88,14 +83,13 @@ - - - -
- Mot de passe perdu ? - - -
+ + Mot de passe perdu : + Étudiants et diplômés de l'X | + Extérieurs + + + @@ -159,7 +153,9 @@ - + {if t($external_auth)} + + {/if} @@ -176,4 +172,4 @@ {/literal} -{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *} +{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}