summaryrefslogtreecommitdiff
path: root/htroot
diff options
context:
space:
mode:
authorlow012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542>2009-08-26 18:34:00 +0000
committerlow012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542>2009-08-26 18:34:00 +0000
commit93b26225034f372d9b3d70fc70a451de8a87e7bf (patch)
tree918d340c16d111d659bb3fd5166e34de08f800bd /htroot
parente7736d9c8d1a05f6b29f31f629dadfc6e2b942a8 (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')
-rw-r--r--htroot/ViewProfile.html8
-rw-r--r--htroot/ViewProfile.java16
2 files changed, 14 insertions, 10 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)#&nbsp;::<img src="http://web.icq.com/whitepages/online?icq=#[value]#&amp;img=5" alt="Onlinestatus" /><a href="http://wwp.icq.com/scripts/search.dll?to=#[value]#">#[value]#</a>#(/icq)#</dd>
+ <dd>#(icq)#&nbsp;::<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]#&amp;img=5" alt="Onlinestatus" />#(/icq)#</dd>
<dt>Jabber</dt>
<dd>#(jabber)#&nbsp;::#[value]##(/jabber)#</dd>
<dt>Yahoo!</dt>
- <dd>#(yahoo)#&nbsp;::#[value]##(/yahoo)#</dd>
+ <dd>#(yahoo)#&nbsp;::#[value]# <img src="http://opi.yahoo.com/online?u=#[value]#&amp;m=g&amp;t=0&amp;zzz=.png" alt="Onlinestatus" />#(/yahoo)#</dd>
<dt>MSN</dt>
<dd>#(msn)#&nbsp;::#[value]##(/msn)#</dd>
<dt>Skype</dt>
- <dd>#(skype)#&nbsp;::#[value]##(/skype)#</dd>
+ <dd>#(skype)#&nbsp;::#[value]# <img src="http://mystatus.skype.com/smallicon/#[value]#" alt="Onlinestatus" />#(/skype)#</dd>
</dl>
-
+
<dl class="pairs">
<dt>Comment</dt>
<dd>#(comment)#&nbsp;::#[value]##(/comment)#</dd>
diff --git a/htroot/ViewProfile.java b/htroot/ViewProfile.java
index 824a6601d..a831bed42 100644
--- a/htroot/ViewProfile.java
+++ b/htroot/ViewProfile.java
@@ -1,12 +1,17 @@
// ViewProfile_p.java
// -----------------------
-// part of YaCy
-// (C) by Michael Peter Christen; mc@yacy.net
-// first published on http://www.anomic.de
-// Frankfurt, Germany, 2004, 2005
+// (C) 2009 by Michael Peter Christen; mc@yacy.net, Frankfurt a. M., Germany
+// first published 07.04.2005 on http://yacy.net
+//
+// This is a part of YaCy, a peer-to-peer based web search engine
//
// This File is contributed by Alexander Schier
-// last change: 29.06.2005 by Marc Nause
+//
+// $LastChangedDate$
+// $LastChangedRevision$
+// $LastChangedBy$
+//
+// LICENSE
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -162,7 +167,6 @@ public class ViewProfile {
prop.putHTML("success_" + key + "_value", value); //put replaces HTML Chars by entities.
}
}
- //special handling, hide flower if no icq uin is set
} else if (key.equals("homepage")) {
if (value.length() > 0) {
if (!(value.startsWith("http"))) {