[TYPO3-calendar] EVENT_LINK

Stefan Schreck ses_2008 at gmx.net
Thu Dec 20 11:08:31 CET 2012


hi,
how could one render the ###EVENT_LINK### around a complete <div> ?
I tried it this way, but the link gets closed right after the start so 
the <div> is  NOT wrapped in a LINK

<!-- ###TEMPLATE_PHPICALENDAR_EVENT_LIST_ODD### start -->

<!-- ###EVENT_LINK### start-->


<div class="ctm_event loc_###LOCATION_ID###" 
style="height:###THELENGTHFINAL###px; width:###THEEVENTWIDTH###px; 
top:###THESTART###px;">

	<div class="aktiv_hide" style="height:###THELENGTHFINAL###px;">

		<div class="location">###LOCATION###</div>

		<div class="summary">TITLE###</div>

		<div class="teaser_schmal" 
style="height:###THETEASERLENGTHFINAL###px;">###TEASER###</div>

	</div>

		<div class="pfeil" style="border-width:###THEPFEILHEIGHT###px 
###THEPFEILWIDTH###px 0 ###THEPFEILWIDTH###px;"></div>

</div>

<!-- ###EVENT_LINK### end--></div>


<!-- ###TEMPLATE_PHPICALENDAR_EVENT_LIST_ODD### end -->

any template gurus around?
thx
stefan



More information about the TYPO3-project-calendar mailing list