X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Freminder%2Fbase.tpl;h=a7a52776b01ed6e880063be0b8e57ba448e68be7;hb=4d9b63f8ec02d84eabd554234a32718758bf9e21;hp=72505253ecd167c481cacbd400eed1e3fe1a50fc;hpb=22f99f968b9233dd0ebb4b608b590371600ce5c5;p=platal.git diff --git a/templates/reminder/base.tpl b/templates/reminder/base.tpl index 7250525..a7a5277 100644 --- a/templates/reminder/base.tpl +++ b/templates/reminder/base.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2009 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,22 +20,39 @@ {* *} {**************************************************************************} -
- {icon name=information} Information : Titre ! - - {icon name=cross title="Cacher cette information."} - - +
+ {if $previous_reminder} + {include file="reminder/notification.tpl" previous_reminder=$previous_reminder} + {/if} - {$text} - -
+
+ + {if $reminder->warning()}{icon name=error}{else}{icon name=information}{/if} +  {$reminder->title()} + + + {if $reminder->template()} + {include file=$reminder->template()} + {else} +
+ {$reminder->text()} +
+
+ + {icon name=add} M'inscrire + - + + {icon name=delete} Ne pas m'inscrire + - + + {icon name=cross} Décider plus tard + + {if $reminder->info()} + - {icon name=information} En savoir plus + {/if} +
+ {/if} +
+ {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}