Changeset 52862f in indico
- Timestamp:
- 04/24/12 14:46:18 (13 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- 93619b
- Parents:
- d22bcc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/ContributionDisplayMin.tpl
ra829f8 r52862f 7 7 % endif 8 8 <a href="${str(urlHandlers.UHContribToPDF.getURL(Contribution))}" target="_blank">${_("PDF")}</a> | 9 <a href="${str(urlHandlers.UHContribToXML.getURL(Contribution))}"" target="_blank">${_("XML")}</a> | 9 <a href="${str(urlHandlers.UHContribToXML.getURL(Contribution))}"" target="_blank">${_("XML")}</a> 10 % if Contribution.isScheduled(): 11 | 10 12 <a id="exportIcal${Contribution.getUniqueId()}" class="fakeLink exportIcal" data-id="${Contribution.getUniqueId()}">${_("iCal")}</a> 13 % endif 11 14 <%include file="ContributionICalExport.tpl"/> 12 15 </div>
Note: See TracChangeset
for help on using the changeset viewer.
