diff options
| author | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-04-19 08:39:49 +0000 |
|---|---|---|
| committer | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-04-19 08:39:49 +0000 |
| commit | ae0bdf5d71ee6175a92a753db7b02e58717804bf (patch) | |
| tree | eb3f5b49f714c00868c14c31375d4a6f274793e6 | |
| parent | 0604203bceb824ea195b62962f44837080bd70a8 (diff) | |
*) added status indicator for Jabber
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2025 6c8d7289-2bf4-0310-a012-ef5d649a1542
| -rw-r--r-- | htroot/ViewProfile.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html index 19d06ff6e..7b82dbcda 100644 --- a/htroot/ViewProfile.html +++ b/htroot/ViewProfile.html @@ -53,11 +53,11 @@ The peer #[peername]# is not online. <tr>
<td valign="top" class="TableCellDark">ICQ</td>
-<td valign="top" class="TableCellLight">#(icq)# ::<img src=http://web.icq.com/whitepages/online?icq=#[value]#&img=5"><a href="http://wwp.icq.com/scripts/search.dll?to=#[value]#">#[value]#</a>#(/icq)#</td>
+<td valign="top" class="TableCellLight">#(icq)# ::<img src="http://web.icq.com/whitepages/online?icq=#[value]#&img=5"><a href="http://wwp.icq.com/scripts/search.dll?to=#[value]#">#[value]#</a>#(/icq)#</td>
</tr>
<tr>
<td valign="top" class="TableCellDark">Jabber</td>
-<td valign="top" class="TableCellLight">#(jabber)# ::#[value]##(/jabber)#</td>
+<td valign="top" class="TableCellLight">#(jabber)# ::<img src="http://edgar.netflint.net/status.php?jid=#[value]#&type=image&iconset=gabber">#[value]##(/jabber)#</td>
</tr>
<tr>
<td valign="top" class="TableCellDark">Yahoo!</td>
|
