link to agenda url pertaining to event

This commit is contained in:
Frédéric Péters 2011-11-30 19:38:57 +01:00
parent 8cdc41c0be
commit 70816af1b7
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
<div class="date">
<span class="day" tal:content="context/start/day">30</span>
<span class="month" tal:content="context/start_month">mars</span>
<a href="." class="open-calendar" tal:attributes="href string:./?year=${context/start/year}&month=${context/start/month}">Ouvrir le calendrier</a>
<a href="." class="open-calendar" tal:attributes="href string:./?navyear=${context/start/year}&navmonth=${context/start/month}">Ouvrir le calendrier</a>
</div>
<a href="#" class="next" tal:attributes="href view/next_event_url">→</a>
</div>

View File

@ -20,7 +20,7 @@
<div class="date">
<span class="day" tal:content="context/start/day">30</span>
<span class="month" tal:content="context/start_month">mars</span>
<a href="." class="open-calendar" tal:attributes="href string:./?year=${context/start/year}&month=${context/start/month}">Ouvrir le calendrier</a>
<a href="." class="open-calendar" tal:attributes="href string:${context/agenda_url}/?navyear=${context/start/year}&navmonth=${context/start/month}">Ouvrir le calendrier</a>
</div>
<a href="#" class="next" tal:attributes="href view/next_event_url">→</a>
</div>

View File

@ -20,7 +20,7 @@
<div class="date">
<span class="day" tal:content="context/start/day">30</span>
<span class="month" tal:content="context/start_month">mars</span>
<a href="." class="open-calendar" tal:attributes="href string:./?year=${context/start/year}&month=${context/start/month}">Ouvrir le calendrier</a>
<a href="." class="open-calendar" tal:attributes="href string:./?navyear=${context/start/year}&navmonth=${context/start/month}">Ouvrir le calendrier</a>
</div>
<a href="#" class="next" tal:attributes="href view/next_event_url">→</a>
</div>