X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fsurvey%2Findex.tpl;h=11105216ea43fb2161c814c364e7c1f3b824e125;hb=dd36cc0d7c791ef442c43eb90e4c52c748947dc3;hp=9a975361a8a142d49feda0a674a917ec5d11da7c;hpb=b3796380bb9e047786fca1d8970608b610cc324e;p=platal.git diff --git a/templates/survey/index.tpl b/templates/survey/index.tpl index 9a97536..1110521 100644 --- a/templates/survey/index.tpl +++ b/templates/survey/index.tpl @@ -24,50 +24,62 @@ {* Survey::MODE_ALL equals 0. *} {assign var=SurveyMODE_ALL value=0} +{if $survey_current->total() > 0 || $smarty.session.auth} - {iterate item=s from=$survey_current} {if $smarty.session.auth || $s.mode == $SurveyMODE_ALL} - + + {assign var="has_cs" value="true"} {/if} {/iterate} -
+ Sondages en cours
- • - - {$s.title} [{$s.end|date_format:"%x"} - {$survey_modes[$s.mode]}] - + + {$s.title} + {if $s.uid eq $smarty.session.user->id() || hasPerm('admin')} + (résultats partiels) + {/if} + + {$s.end|date_format:"%x"} + + {$survey_modes[$s.mode]}
- {if !$has_cs}Aucun sondage en cours{/if} - {if $smarty.session.auth}{icon name=page_edit} Proposer un sondage{/if} + + {if $smarty.session.auth}{icon name=page_edit} Proposer un sondage{/if}
+{/if}
- {iterate item=s from=$survey_old} {if $smarty.session.auth || $s.mode == $SurveyMODE_ALL} - + + {assign var="has_os" value="true"} {/if}
+ Anciens sondages
- • + - {$s.title} [{$s.end|date_format:"%x"} - {$survey_modes[$s.mode]}] + {$s.title} + {$s.end|date_format:"%x"} + + {$survey_modes[$s.mode]} +