diff options
| author | reger <reger18@arcor.de> | 2016-05-30 00:53:53 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2016-05-30 00:53:53 +0200 |
| commit | c7bd0408701c50eda91ba525149d2be7c391fb65 (patch) | |
| tree | 7b63ec71c4583a5bee6ae864bc4b9ce80a52ebb6 /htroot/ViewProfile.html | |
| parent | f23d8ab47b2a3e670b744796228d267a37d7be94 (diff) | |
correct translation key "About This ...." for simpleheader.template
in de, ja
+ rem obsolete key "Peer Owner Profile" in cn, sk, uk for simpleheader.template
+ hide empty account lines in ViewProfile servlet
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">
|
