update texts of streaming portlet (#999)

This commit is contained in:
Frédéric Péters 2011-11-24 17:58:01 +01:00
parent 69ba3d31cd
commit 2ca24723cc
1 changed files with 3 additions and 3 deletions

View File

@ -15,14 +15,14 @@
tal:define="current_meeting view/current_meeting;
next_meeting view/next_meeting;">
<div id="seance-en-cours" tal:condition="python: current_meeting is not None">
<a tal:attributes="href current_meeting/listen_url">Écouter la séance en cours</a>
<a tal:attributes="href current_meeting/listen_url">Écoutez la séance en direct</a>
</div>
<div id="prochaine-seance" tal:condition="python: (next_meeting is not None and current_meeting is None)">
Prochaine séance plénière prévue le
Prochaine séance :
<span tal:replace="next_meeting/longdatetime"/>
</div>
<div id="pas-de-seance" tal:condition="python: (next_meeting is None and current_meeting is None)">
Pas de séance prévue
Pas de séance planifiée actuellement
</div>
<span class="portletBottomLeft"></span>
<span class="portletBottomRight"></span>