📄 dvsmiles.js
字号:
function dvbbs_smiles(){
document.write ('<BR>');
document.write ('<div align="center">');
document.write ('<B>'+Dvbbs.Forum_Info[0]+'--≡ 心情转换 ≡</B></div>');
document.write ('<BR>');
document.write ('<table cellpadding=6 cellspacing=1 align=center class=tableborder1 >');
document.write ('<tr >');
document.write ('<th height="26" colspan="4" align="center">');
document.write ('请点击图标添加到内容</A></th>');
document.write ('</tr>');
document.write ('<tr >');
document.write ('<td align="center" class=tablebody2 height="28" width="15%">代码</td>');
document.write ('<td class=tablebody2 width="35%" height="28" align="center" >表情</td>');
document.write ('<td class=tablebody2 align="center" height="28" width="15%">代码</td>');
document.write ('<td class=tablebody2 width="35%" height="28" align="center" >表情</td>');
document.write ('</tr><tr >');
//emot图标
var ii;
var h=0;
for (i=0;i< Dvbbs.Forum_emot.length-1;i++)
{
h=h + 1;
if (i<9)
{
ii='0'+(i+1)
}
else
{
ii=i+1
}
document.write ('<td class=tablebody1 align=center >[em' + ii + ']</td>');
document.write ('<td class=tablebody1 align=center>');
document.write ('<img src="' + Dvbbs.Forum_Info[10] + Dvbbs.Forum_emot[i] + '" border=0 onclick="insertsmilie(\'[em' + ii + ']\')" style="CURSOR: hand"></td>')
if (h==2)
{
document.write ('</tr><tr>');
h=0;
}
}
document.write ('<tr >');
document.write ('<td colspan="4" class=tablebody2 >');
document.write ('<p align="center"><input type=submit name="winclose" value="关 闭" onclick=window.close();></td>');
document.write ('</tr>');
document.write ('</table>');
document.write ('</body></html>');
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -