function down_bar_top(tvar,tt,ttype)
{
var temp1="";
temp1+="";
temp1+=" ";
temp1+=" ";
temp1+=" "+img_skin(web_img_m)+""+tvar+"";
temp1+=" ";
temp1+=" ";
temp1+="";
temp1+="";
temp1+="";
if (tt==1) temp1+=" ";
document.write (temp1);
}
function down_bar_end(mvar,tt)
{
var temp1="";
if (tt==1) temp1+=" ";
temp1+="";
if (mvar!="" && mvar!=null) temp1+=""+mvar+" ";
temp1+="";
document.write (temp1+ukong);
}
function down_topic_main(b_cid,b_cname,b_c_num,b_id,b_username,b_topic,b_tim,b_counter,b_tim_type)
{
var b_url="down_view.asp?id="+b_id;
var tim_type="";
if (b_tim_type>0)
{
if (b_tim_type==2) tim_type+="";
tim_type+=" "+b_tim.substring(2,10)+"";
}
var temp1="["+b_cname+"] "+code_html(b_topic,1,b_c_num)+""+b_counter+""+tim_type+"";
document.write (temp1);
}
function down_topic_type(b_c_num,b_id,b_username,b_topic,b_tim,b_counter,b_ispic,b_tim_type)
{
var n_url="down_view.asp?id="+b_id;
var n_jt=img_skin(web_img_h);
document.write ( format_topic_type(n_jt,b_username,b_topic,b_c_num,n_url,b_tim,b_counter,b_ispic,"软件标题","下载人次",b_tim_type) );
}
function down_label()
{
var temp1="";
temp1+=" if (action=="good") temp1+=" class=red_3";
temp1+=">推荐下载";
temp1+=" if (action=="hot") temp1+=" class=red_3";
temp1+=">热门下载";
temp1+="";
document.write (temp1);
//return temp1;
}
function down_search(stit)
{
var keyvar="请输入关键字";
var temp1="";
temp1+="";
temp1+="";
temp1+="";
temp1+=""+img_skin('new')+"";
temp1+="";
temp1+=""+select_type(stit,0,0)+"";
temp1+="";
temp1+=""+stit+"标题发布人";
temp1+="";
temp1+="满足所有条件满足一个条件";
temp1+="";
//temp1+="关键字:";
temp1+="";
temp1+="";
temp1+=" ";
//
temp1+=" ";
document.write(temp1);
return temp1;
}
function down_sea(stit)
{
if (document.down_sea_frm.keyword.value=="请输入关键字")
{
alert("请在搜索"+stit+"前先输入要查询的 关键字 !");
document.down_sea_frm.keyword.focus();
return false;
}
}
function down_view(v_id,v_topic,v_tim,v_comto,v_word,v_counter,v_username,v_id1,v_topic1,v_id2,v_topic2)
{
var temp1="";
temp1+=""+v_topic+"";
temp1+=""+v_tim+" "+web_name+" 出处:"+v_comto+"";
temp1+="";
temp1+=""+v_word+" (本文已被浏览 "+v_counter+" 次)";
temp1+="";
temp1+="";
temp1+=" ";
temp1+=" ";
temp1+=" 发布人:"+format_user_name(v_username,0,'')+" "+commend_friend(tit,v_topic,'down_view.asp?id='+v_id)+"";
temp1+=" ";
temp1+="上篇软件:";
if (v_topic1!="" && v_topic1!=null)
{ temp1+=""+code_html(v_topic1,1,25)+""; }
else
{ temp1+="没有找到相关软件"; }
temp1+="上篇软件:";
if (v_topic2!="" && v_topic2!=null)
{ temp1+=""+code_html(v_topic2,1,25)+""; }
else
{ temp1+="没有找到相关软件"; }
temp1+=" ";
temp1+="";
temp1+="";
document.write (temp1+ukong);
//return temp1;
}
function down_list_top(nurl)
{
var temp1="";
temp1+="";
temp1+="";
temp1+="";
temp1+="";
temp1+="";
temp1+="";
temp1+="";
document.write (temp1);
//return temp1;
}
function down_list_body(n_ii,n_id,n_name,n_tim,n_counter,n_sizes,n_types,n_remark)
{
var temp1="";
temp1+="";
temp1+=""+n_ii+"、"+code_html(n_name,1,20)+"";
temp1+=""+n_tim.substring(2,10)+"";
temp1+=""+n_sizes+"";
temp1+=""+n_counter+"";
temp1+="";
temp1+="";
temp1+="软件介绍:"+n_remark+"";
temp1+="";
document.write (temp1);
//return temp1;
}
function down_list_pagecute(p_nummer,p_rssum,p_viewpage,p_thepages,p_pageurl)
{
var temp1="";
temp1+="";
temp1+="";
temp1+="";
temp1+="";
temp1+="本栏共有 "+p_rssum+" 个软件";
temp1+="页次:"+p_viewpage+"/"+p_thepages+" ";
temp1+=" 分页:"+format_pagecute(p_viewpage,p_thepages,p_pageurl,5);
temp1+="";
temp1+="";
temp1+="";
document.write(temp1);
}