{$SCHEDULER->buildDay()} {assign var="_scale" value=$SCHEDULER->getDayTimingScale()} {* get the 24h scale *} {assign var="_entrys" value=$SCHEDULER->getDayEntrys()} {* get all entrys on given day from scheduler *} {assign var="_day" value=$SCHEDULER->curr} {* to have year, month, day in between_additem.tpl *}

##Daily View##

 

##{$SCHEDULER->curr.monthname}## {$SCHEDULER->curr.day}, {$SCHEDULER->curr.year}

{foreach from=$_scale item="_hour"} {if isset($_hour) && is_array($_entrys[$_hour])} {else} {/if} {/foreach}
##Time## ##Show Info##
{$_hour|string_format:"%02d"}:00 {if $_entrys[$_hour].end} {foreach from=$_entrys[$_hour].end item="i"} {if $i.startsyesterday}
  {$i.title} ##yesterday## {$i.start} - {$i.end} {$i.creator}
{/if} {/foreach} {include file="scheduler/between_additem.tpl"} {/if} {if $_entrys[$_hour].start} {foreach from=$_entrys[$_hour].start item="i"}
  {$i.title} {if $i.endstoday} {$i.start} - {$i.end} {$i.creator} {if $i.endshere} {include file="scheduler/between_additem.tpl"} {/if} {else} {$i.start} - ##tomorrow## {$i.end} {$i.creator} {/if}
{/foreach} {/if} {if $_entrys.span[$_hour]} span {/if}
{$_hour|string_format:"%02d"}:00
{* Multiaction buttons
 
*}