{* $Id$ *} {jq notonready=true} ttl_showdetails = function( data ) { $.colorbox({ width: 400, height: 300, html: '

' + data.title + '

' + '

' + ( data.fstart ) + ' to ' + ( data.fend ) + '

' + '

' + ( data.psummary ) + '

' + '

Link

' }); } {/jq} {foreach from=$layouts item=layout} {/foreach} {foreach from=$wp_ttl_data item=list key=datagroup} {/foreach}
{foreach from=$layout.blocks item=label}{$label}{/foreach}
{if $link_group_names}{/if}{$datagroup|tr_if|escape}{if $link_group_names}{/if}
{foreach from=$list item=block} {if $block.lpad > 0} {/if} {if $block.lstart neq $block.start}<<<{/if} {if $block.link} {$block.title|escape} {else} {if $prefs.feature_shadowbox eq 'y'} {$block.title|escape} {else} {$block.title|escape} {/if} {/if} {if $block.lend neq $block.end}>>>{/if}
{$block.fstart} {tr}to{/tr} {$block.fend}
{/foreach}