aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/viewtopic_body.tpl
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-01-05 23:51:49 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-01-05 23:51:49 +0000
commit8fe7880828650fcb499439a16bbb608740e8e418 (patch)
tree815147819b27f0e6fffdda7952344f41d639c69d /phpBB/templates/subSilver/viewtopic_body.tpl
parent1efd89811d8bedac429921deb0fa7cda5682103e (diff)
downloadforums-8fe7880828650fcb499439a16bbb608740e8e418.tar
forums-8fe7880828650fcb499439a16bbb608740e8e418.tar.gz
forums-8fe7880828650fcb499439a16bbb608740e8e418.tar.bz2
forums-8fe7880828650fcb499439a16bbb608740e8e418.tar.xz
forums-8fe7880828650fcb499439a16bbb608740e8e418.zip
This works under NS4.73, IE6 (and I assume at least 5 and 5.5, probably 4.0 too), Mozilla (0.9.6), Opera 6 and will output a simple image for other browsers
git-svn-id: file:///svn/phpbb/trunk@1804 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/viewtopic_body.tpl')
-rw-r--r--phpBB/templates/subSilver/viewtopic_body.tpl20
1 files changed, 2 insertions, 18 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl
index ffc72277c4..1ab9e8dd10 100644
--- a/phpBB/templates/subSilver/viewtopic_body.tpl
+++ b/phpBB/templates/subSilver/viewtopic_body.tpl
@@ -1,19 +1,4 @@
-<script language="Javascript" type="text/javascript">
-<!--
-
- var icq_add_img_src = new Image();
-
-function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
-{
- 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" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>');
- }
-}
-//-->
-</script>
-
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_TOPIC}">{TOPIC_TITLE}</a><br />
@@ -77,10 +62,9 @@ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG}
{postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}&nbsp;</td><td valign="top" align="left" width="100%" nowrap="nowrap"><script language="JavaScript" type="text/javascript"><!--
- create_icq_subsilver('{postrow.ICQ}', '{postrow.ICQ_STATUS_IMG}', '{postrow.ICQ_IMG}');
+ document.write('<div style="position:relative"><div style="position:absolute">{postrow.ICQ_ADD_IMG}</div><div style="position:absolute;left:3px">{postrow.ICQ_STATUS_IMG}</div></div>');
- //--></script>
- <noscript>{postrow.ICQ_ADD_IMG}</noscript></td>
+ //--></script><noscript>{postrow.ICQ_ADD_IMG}</noscript></td>
</tr>
</table>
</td>