diff options
Diffstat (limited to 'htroot/ViewProfile.html')
| -rw-r--r-- | htroot/ViewProfile.html | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html index f195457d1..d9666b397 100644 --- a/htroot/ViewProfile.html +++ b/htroot/ViewProfile.html @@ -42,16 +42,26 @@ </dl>
<dl class="pairs">
+ #(icq)#::
<dt>ICQ</dt>
- <dd>#(icq)# ::<a href="http://www.icq.com/people/#[value]#/" target="_blank">#[value]#</a> <img src="http://status.icq.com/online.gif?icq=#[value]#&img=5" alt="Onlinestatus" />#(/icq)#</dd>
+ <dd> <a href="http://www.icq.com/people/#[value]#/" target="_blank">#[value]#</a> <img src="http://status.icq.com/online.gif?icq=#[value]#&img=5" alt="Onlinestatus" /></dd>
+ #(/icq)#
+ #(jabber)#::
<dt>Jabber</dt>
- <dd>#(jabber)# ::#[value]##(/jabber)#</dd>
+ <dd> #[value]#</dd>
+ #(/jabber)#
+ #(yahoo)#::
<dt>Yahoo!</dt>
- <dd>#(yahoo)# ::#[value]# <img src="http://opi.yahoo.com/online?u=#[value]#&m=g&t=0&zzz=.png" alt="Onlinestatus" />#(/yahoo)#</dd>
+ <dd> #[value]# <img src="http://opi.yahoo.com/online?u=#[value]#&m=g&t=0&zzz=.png" alt="Onlinestatus" /></dd>
+ #(/yahoo)#
+ #(msn)#::
<dt>MSN</dt>
- <dd>#(msn)# ::#[value]##(/msn)#</dd>
+ <dd> #[value]#</dd>
+ #(/msn)#
+ #(skype)#::
<dt>Skype</dt>
- <dd>#(skype)# ::#[value]##(/skype)#</dd>
+ <dd> #[value]#</dd>
+ #(/skype)#
</dl>
<dl class="pairs">
|
