add placeholders for stream and cri

This commit is contained in:
Frédéric Péters 2011-12-02 16:28:51 +01:00
parent 7a2f61e849
commit bc7d7bf397
1 changed files with 3 additions and 0 deletions

View File

@ -228,8 +228,11 @@ jq('#tabellio-agenda tbody a').click(
<p class="date"><a tal:attributes="href event/absolute_url"><span tal:content="event/shortdatetime"/></a></p>
<div tal:define="stream_url event/get_stream_url">
<a tal:condition="stream_url" tal:attributes="href stream_url" class="streaming">Streaming</a>
<span tal:condition="not: stream_url" class="streaming">Streaming</span>
<a class="cri" tal:condition="python: event.cri and event.cri.to_object" href="#"
tal:attributes="href event/cri/to_object/absolute_url">Compte-rendu intégral</a>
<span class="cri" tal:condition="python: not (event.cri and event.cri.to_object)"
>Compte-rendu intégral</span>
</div>
</div>
</li>