搜索模块
$style>
{$value[title]}
{$cdtat_start}
toggleNodeContainer = function()
{
container = $("#node_container_search_" + $(this).attr("rel"));
if (container.css("display") == "block")
{
container.hide();
$(this).removeClass("node_main_open");
explorerHistorysearch.removeItems($(this).attr("rel"));
}
else
{
container.show();
$(this).addClass("node_main_open");
if (container.html() == '')
{
container.html('');
getIconCategories(1, 'search', $(this).attr("rel"), $(this).css("padding-left"));
}
explorerHistorysearch.push($(this).attr("rel"));
}
}
$("#add_icon_$value[id]").click(function() { iconAdd($value[id]); });
$("#add_icon_$value[id]").hover(function() { $(this).addClass("icon_listing_hover"); }, function() { $(this).removeClass("icon_listing_hover"); });
{$cdtat_end}
展示书签
{$value[name]}
{$cdtat_start}
toggleNodeContainer = function()
{
container = $("#node_container_links_" + $(this).attr("rel"));
if (container.css("display") == "block")
{
container.hide();
$(this).removeClass("node_main_open");
explorerHistorylinks.removeItems($(this).attr("rel"));
}
else
{
container.show();
$(this).addClass("node_main_open");
if (container.html() == '')
{
container.html('');
getIconCategories(2, 'links', $(this).attr("rel"), $(this).css("padding-left"));
}
explorerHistorylinks.push($(this).attr("rel"));
}
}
$(".node_main").click(toggleNodeContainer);
$("#window_content_container").css("height", "475px");
{$cdtat_end}
网页小物件
$style>
{$value[title]}
这个分类里还没有网页小物件
公司:我们对第三方网页小物件是开放的。请把你的创意发送到cooshow@gmail.com
{$cdtat_start}
toggleNodeContainer = function()
{
container = $("#node_container_widget_" + $(this).attr("rel"));
if (container.css("display") == "block")
{
container.hide();
$(this).removeClass("node_main_open");
explorerHistorywidget.removeItems($(this).attr("rel"));
}
else
{
container.show();
$(this).addClass("node_main_open");
if (container.html() == '')
{
container.html('');
getIconCategories(4, 'widget', $(this).attr("rel"), $(this).css("padding-left"));
}
explorerHistorywidget.push($(this).attr("rel"));
}
}
$(".node_main").click(toggleNodeContainer);
$("#window_content_container").css("height", "475px");
$("#add_icon_$value[id]").click(function() { iconAdd($value[id]); });
$("#add_icon_$value[id]").hover(function() { $(this).addClass("icon_listing_hover"); }, function() { $(this).removeClass("icon_listing_hover"); });
{$cdtat_end}
展示订阅
{$value[name]}
{$cdtat_start}
toggleNodeContainer = function()
{
container = $("#node_container_links_" + $(this).attr("rel"));
if (container.css("display") == "block")
{
container.hide();
$(this).removeClass("node_main_open");
explorerHistorylinks.removeItems($(this).attr("rel"));
}
else
{
container.show();
$(this).addClass("node_main_open");
if (container.html() == '')
{
container.html('');
getIconCategories(2, 'links', $(this).attr("rel"), $(this).css("padding-left"));
}
explorerHistorylinks.push($(this).attr("rel"));
}
}
$(".node_main").click(toggleNodeContainer);
$("#window_content_container").css("height", "475px");
{$cdtat_end}
展示电台
{$value[name]}
{$cdtat_start}
toggleNodeContainer = function()
{
container = $("#node_container_radio_" + $(this).attr("rel"));
if (container.css("display") == "block")
{
container.hide();
$(this).removeClass("node_main_open");
explorerHistoryradio.removeItems($(this).attr("rel"));
}
else
{
container.show();
$(this).addClass("node_main_open");
if (container.html() == '')
{
container.html('');
getIconCategories(5, 'radio', $(this).attr("rel"), $(this).css("padding-left"));
}
explorerHistoryradio.push($(this).attr("rel"));
}
}
$(".node_main").click(toggleNodeContainer);
$("#window_content_container").css("height", "475px");
{$cdtat_end}
此功能暂未开放