{* updated by Enmore Services Feb 2009 $ *}
| {section name=dn loop=$daysnames} | {$daysnames[dn]} | {/section}
|---|---|
| {$weeks[w]} | {section name=d loop=$weekdays} {if $cell[w][d].focus} {cycle values="calodd,caleven" print=false advance=false} {else} {cycle values="caldark" print=false advance=false} {/if}
{* updated by Enmore Services Feb 2009 to use explicit %d/%m for day/month on each day 'cell' $ *}
{$cell[w][d].day|tiki_date_format:"%d/%m"} {* day is unix timestamp *}
{* updated by Enmore Services Feb 2009 to add additional check to NOT show add event icon if no calendar displayed $ *}
{if $tiki_p_add_events eq 'y' and count($listcals) > 0 and $displayedcals|@count >0}
{icon _id='calendar_add' alt="{tr}+{/tr}"}
{/if}
{section name=items loop=$cell[w][d].items}
{assign var=over value=$cell[w][d].items[items].over}
{assign var=calendarId value=$cell[w][d].items[items].calendarId}
{$cell[w][d].items[items].prio}
{$cell[w][d].items[items].name|truncate:$trunc:".."|default:"..."}
{if $cell[w][d].items[items].head > '...'} {* not continued - is real time- starts on this day *}
{/if}
{if $cell[w][d].items[items].web}
{/section}
|
{/section}