📄 d_l.js
字号:
function d_l(doc_id,doc_cool,doc_type,doc_sub,doc_disman,doc_title,doc_size,doc_from,doc_date,doc_count,bd_id,bd_name)
{
document.write("<tr bgcolor="+ItemColor+">");
if (Manage == 1 || Delete == 1 && ViewType == "Board") document.write("<td align=center><input type=checkbox name=doc_"+doc_id+" value=ON><\/td>");
if (typeof(bd_id)!="undefined") document.write("<td align=center nowrap><a href=\"bdhome.asp?id="+bd_id+"\">"+bd_name+"<\/a><\/td>");
document.write("<td><img src=..\/images\/");
switch (doc_cool){
case 0:document.write("space");break;
case 1:document.write("cool");break;
case 2:document.write("special");break;
case 3:document.write("ballot");break;
case 4:document.write("mail");break;
}
document.write(".GIF WIDTH=14 HEIGHT=14>");
document.write("<img src=..\/images\/doc"+doc_type+".gif width=15 height=15><a href=\"doc.asp?id="+doc_id+"&sub="+doc_sub+"\">"+doc_title+"<\/a><em><small>("+doc_size+"字)<\/small><\/em><\/td><td nowrap align=center><a href=\"..\/mail\/sendto.asp?id="+doc_from+"\">"+doc_from+"<\/a><\/td><td align=right>"+doc_disman+"\/");
if (doc_sub > 9) document.write("<font color="+TitleColor+">"+doc_sub+"</font>");
else document.write(doc_sub);
document.write("<\/td><td nowrap align=center>"+doc_date+"<\/td><td align=right>");
if (doc_count>99) document.write("<font color="+TitleColor+">"+doc_count+"<\/font>");
else document.write(doc_count);
document.write("<\/td><\/tr>");
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -