{$list[0][title]}

{$cdtat_start} $("#c{$list[0][id]} div.iconcontent").click(function() { window.open('{$list[0][url]}', ''); }); $("#c{$list[0][id]} div.iconcontent").mouseover(function() { $(this).children(".handle").css("display", "block"); } ); $("#c{$list[0][id]} div.iconcontent").mouseout(function() { $(this).children(".handle").css("display", "none"); } ); desktopContent[$order] = '{$list[0][id]}'; $("#{$list[0][id]} div.iconcontent").click(function() { loadSearchModule({$list[0][id]}, 0, 0); }); $("#{$list[0][id]} div.iconcontent").mouseover(function() { $(this).children(".handle").css("display", "block"); } ); $("#{$list[0][id]} div.iconcontent").mouseout(function() { $(this).children(".handle").css("display", "none"); } ); $("#c{$list[0][id]} div.iconcontent").click(function() { showBoxLoading(); loadFeed('', 'c{$list[0][id]}'); }); $("#c{$list[0][id]} div.iconcontent").mouseover(function() { $(this).children(".handle").css("display", "block"); } ); $("#c{$list[0][id]} div.iconcontent").mouseout(function() { $(this).children(".handle").css("display", "none"); } ); $("#{$list[0][id]} div.iconcontent").click(function() { loadRadio('{$list[0][id]}'); }); $("#{$list[0][id]} div.iconcontent").mouseover(function() { $(this).children(".handle").css("display", "block"); } ); $("#{$list[0][id]} div.iconcontent").mouseout(function() { $(this).children(".handle").css("display", "none"); } ); $("#{$list[0][id]} div.iconcontent").click(function() { loadWidget({$list[0][id]}); }); $("#{$list[0][id]} div.iconcontent").mouseover(function() { $(this).children(".handle").css("display", "block"); } ); $("#{$list[0][id]} div.iconcontent").mouseout(function() { $(this).children(".handle").css("display", "none"); } ); {$cdtat_end}