diff options
| author | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-08-26 18:34:00 +0000 |
|---|---|---|
| committer | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-08-26 18:34:00 +0000 |
| commit | 93b26225034f372d9b3d70fc70a451de8a87e7bf (patch) | |
| tree | 918d340c16d111d659bb3fd5166e34de08f800bd /htroot/ViewProfile.html | |
| parent | e7736d9c8d1a05f6b29f31f629dadfc6e2b942a8 (diff) | |
*) repaired and added IM online status indicators
*) added some missing SVN properties
*) removed unnecessary comment, added missing copyright notice
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6266 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ViewProfile.html')
| -rw-r--r-- | htroot/ViewProfile.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html index 4cb64e56a..808bc03a5 100644 --- a/htroot/ViewProfile.html +++ b/htroot/ViewProfile.html @@ -40,17 +40,17 @@ <dl class="pairs">
<dt>ICQ</dt>
- <dd>#(icq)# ::<img src="http://web.icq.com/whitepages/online?icq=#[value]#&img=5" alt="Onlinestatus" /><a href="http://wwp.icq.com/scripts/search.dll?to=#[value]#">#[value]#</a>#(/icq)#</dd>
+ <dd>#(icq)# ::<a href="http://www.icq.com/people/about_me.php?to=#[value]#">#[value]#</a> <img src="http://wwp.icq.com/scripts/online.dll?icq=#[value]#&img=5" alt="Onlinestatus" />#(/icq)#</dd>
<dt>Jabber</dt>
<dd>#(jabber)# ::#[value]##(/jabber)#</dd>
<dt>Yahoo!</dt>
- <dd>#(yahoo)# ::#[value]##(/yahoo)#</dd>
+ <dd>#(yahoo)# ::#[value]# <img src="http://opi.yahoo.com/online?u=#[value]#&m=g&t=0&zzz=.png" alt="Onlinestatus" />#(/yahoo)#</dd>
<dt>MSN</dt>
<dd>#(msn)# ::#[value]##(/msn)#</dd>
<dt>Skype</dt>
- <dd>#(skype)# ::#[value]##(/skype)#</dd>
+ <dd>#(skype)# ::#[value]# <img src="http://mystatus.skype.com/smallicon/#[value]#" alt="Onlinestatus" />#(/skype)#</dd>
</dl>
-
+
<dl class="pairs">
<dt>Comment</dt>
<dd>#(comment)# ::#[value]##(/comment)#</dd>
|
