1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 15:17:16 +01:00

Paul is now starting to get very annoyed with this overlayed ICQ button :D

git-svn-id: file:///svn/phpbb/trunk@1802 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-01-04 18:08:56 +00:00
parent 3e5778094c
commit e39a660e8d
2 changed files with 3 additions and 9 deletions

View File

@ -8,12 +8,12 @@ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
if( !icq_add_img_src.width )
{
icq_add_img_src.src = icq_add_img;
while( !icq_add_img_src.width );
// while( !icq_add_img_src.width );
}
if( icq_user_addr.length && icq_user_addr.indexOf(" ") == -1 )
{
document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="' + icq_add_img_src.width + '" height="' + icq_add_img_src.height + '" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
}
}
//-->

View File

@ -6,15 +6,9 @@
function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
{
if( !icq_add_img_src.width )
{
icq_add_img_src.src = icq_add_img;
while( !icq_add_img_src.width );
}
if( icq_user_addr.length && icq_user_addr.indexOf("&nbsp;") == -1 )
{
document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="' + icq_add_img_src.width + '" height="' + icq_add_img_src.height + '" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
}
}
//-->