{include file="header.html"}
{t}Time:{/t}
|
{t}Title:{/t} {t}Description:{/t}
|
{t}User:{/t}
|
{t}Customer:{/t}
|
|
{$daylist[daylist]|date_format:"%A"}
|
({$daylist[daylist]|date_format:"%x"}) |
{t}Print{/t}
{t}Add Event{/t}
|
||
{math equation="floor(x/100)" x=$eventlist[eventlist].begintime format="%02d"}:{math equation="x % 100" x=$eventlist[eventlist].begintime format="%02d"}
{if $eventlist[eventlist].begintime != $eventlist[eventlist].endtime}
- {math equation="floor(x/100)" x=$eventlist[eventlist].endtime format="%02d"}:{math equation="x % 100" x=$eventlist[eventlist].endtime format="%02d"}
{/if}
|
{$eventlist[eventlist].title} {$eventlist[eventlist].description}
|
{foreach item=admin from=$eventlist[eventlist].adminlist}
{/foreach} |
{if $eventlist[eventlist].username} {$eventlist[eventlist].username|truncate:"40":"..."} {/if} |
{if $eventlist[eventlist].closed}
{else}
{/if}
|
|
{t}No events matching search criteria.{/t}
|
||||