X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fevents%2Findex.tpl;h=56f678beeceea199f87985af9ceedc86d536fa14;hb=5096676e03dcd626d6e64696cb9d6ee5d8e054da;hp=97418f8f54e5b2f53dca84e3f23c52b0bc03746d;hpb=894c18b291b9b203d04fb2e2569d2952ae55e5ef;p=platal.git diff --git a/templates/events/index.tpl b/templates/events/index.tpl index 97418f8..56f678b 100644 --- a/templates/events/index.tpl +++ b/templates/events/index.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2009 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,40 +20,40 @@ {* *} {**************************************************************************} -{if $ask_naissance} +{if t($ask_naissance)} {include file='include/form_naissance.tpl'} {else}

-Bienvenue {$smarty.session.prenom}{if $birthday} -  et joyeux anniversaire de la part de toute l'équipe ! +Bienvenue {$smarty.session.user->displayName()}{if t($birthday)} +  et joyeux anniversaire de la part de toute l'équipe ! {else}, {/if}

-{if $smarty.session.host} +{if $smarty.session.user->host}
- {if $birthday}T{else}t{/if}a connexion précédente date du - {$smarty.session.lastlogin|date_format:"%x, %X"} - depuis la machine {$smarty.session.host}. + {if t($birthday)}T{else}t{/if}a connexion précédente date du + {$smarty.session.user->lastlogin|date_format:"%x, %X"} + depuis la machine {$smarty.session.user->host}.
{/if} -{if $reminder} -{$reminder|smarty:nodefaults} -{/if} - +{if t($reminder)} +{include file="reminder/base.tpl"} +{else} {include file="include/tips.tpl" full=true} +{/if} {foreach from=$events name=events key=category item=evenement} @@ -92,8 +92,8 @@ Bienvenue {$smarty.session.prenom}{if $birthday} {if !$has_evts} @@ -217,4 +214,4 @@ Bienvenue {$smarty.session.prenom}{if $birthday}

{/if} -{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *} +{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}