<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>YaCy '#[clientname]#': Remote Peer Profile</title> #%env/templates/metas.template%# </head> <body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0"> #%env/templates/header.template%# <br><br> <h2>Remote Peer Profile:</h2> <p> #(success)# Wrong access of this page :: The requested peer is not known or a potential peer, what means the peer's profile can't be fetched, because he is behind a firewall. :: The peer #[peername]# is not online. :: <br><h3>This is #[peername]#'s Profile:</h3> <table border="0" cellpadding="5" cellspacing="1"> <tr> <td colspan="2" valign="top" class="TableHeader"> </td> </tr> <tr> <td valign="top" class="TableCellDark">Name</td> <td valign="top" class="TableCellLight">#(name)# ::#[value]##(/name)#</td> </tr> <tr> <td valign="top" class="TableCellDark">Nick Name</td> <td valign="top" class="TableCellLight">#(nickname)# ::#[value]##(/nickname)#</td> </tr> <tr> <td valign="top" class="TableCellDark">Homepage</td> <td valign="top" class="TableCellLight">#(homepage)# ::<a href="#[value]#">#[value]#</a>#(/homepage)#</td> </tr> <tr> <td valign="top" class="TableCellDark">eMail</td> <td valign="top" class="TableCellLight">#(email)# ::<a href="mailto:#[value]#">#[value]#</a>#(/email)#</td> </tr> <tr> <td colspan="2" valign="top" class="TableHeader"> </td> </tr> <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> </tr> <tr> <td valign="top" class="TableCellDark">Jabber</td> <td valign="top" class="TableCellLight">#(jabber)# ::#[value]##(/jabber)#</td> </tr> <tr> <td valign="top" class="TableCellDark">Yahoo!</td> <td valign="top" class="TableCellLight">#(yahoo)# ::#[value]##(/yahoo)#</td> </tr> <tr> <td valign="top" class="TableCellDark">MSN</td> <td valign="top" class="TableCellLight">#(msn)# ::#[value]##(/msn)#</td> </tr> <tr> <td colspan="2" valign="top" class="TableHeader"> </td> </tr> <tr> <td valign="top" class="TableCellDark">Comment</td> <td valign="top" class="TableCellLight">#(comment)# ::#[value]##(/comment)#</td> </tr> #{other}# <tr> <td valign="top" class="TableCellDark">#[key]#</td> <td valign="top" class="TableCellLight">#[value]#</td> </tr> #{/other}# <tr> <td colspan="2" valign="top" class="TableHeader"> </td> </tr> </table> #(/success)# #%env/templates/footer.template%# </body> </html>