X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fsurvey%2Fadmin.tpl;h=efe98fcd25d6cf0066a39c2c4eb16aac77d4bdd3;hb=5f30b30e8b2657ade5c727e98de286386ee002d8;hp=2d5cfbedd5e969465dcf26a156d2cd8f69d71ba0;hpb=c144f2e51e27431ae770661216906997c5dbd725;p=platal.git diff --git a/templates/survey/admin.tpl b/templates/survey/admin.tpl index 2d5cfbe..efe98fc 100644 --- a/templates/survey/admin.tpl +++ b/templates/survey/admin.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 Polytechnique.org *} +{* Copyright (C) 2003-2008 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -25,41 +25,15 @@ - - {iterate item=s from=$survey_waiting} - - - - {assign var="has_ws" value="true"} - {/iterate} - {if !$has_ws} - - - - {/if} -
- Sondages en attente de validation -
- • - - {$s.title} ({$s.end|date_format:"%x"}) - -
Aucun sondage en attente de validation
- -
- - - - {iterate item=s from=$survey_current} - + @@ -81,11 +55,11 @@ {iterate item=s from=$survey_old} - + @@ -98,4 +72,4 @@ {/if}
Sondages en cours
• - - {$s.title} ({$s.end|date_format:"%x"}) + + {$s.title} [{$s.end|date_format:"%x"} - {$survey_modes[$s.mode]}]
• - - {$s.title} ({$s.end|date_format:"%x"}) + + {$s.title} [{$s.end|date_format:"%x"} - {$survey_modes[$s.mode]}]
-{* vim:set et sw=2 sts=2 sws=2: *} +{* vim:set et sw=2 sts=2 ts=8 enc=utf-8: *}