yacy_search_server/htroot/ViewProfile.html

78 lines
1.7 KiB
HTML

<!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>
#[metas]#
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#[header]#
<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="1">
<tr>
<td>Name</td>
<td>#(name)#&nbsp;::#[value]##(/name)#</td>
</tr>
<tr>
<td>Nick Name</td>
<td>#(nickname)#&nbsp;::#[value]##(/nickname)#</td>
</tr>
<tr>
<td>Homepage</td>
<td>#(homepage)#&nbsp;::<a href="#[value]#">#[value]#</a>#(/homepage)#</td>
</tr>
<tr>
<td>eMail</td>
<td>#(email)#&nbsp;::<a href="mailto:#[value]#">#[value]#</a>#(/email)#</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td>ICQ</td>
<td>#(icq)#&nbsp;::<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>Jabber</td>
<td>#(jabber)#&nbsp;::#[value]##(/jabber)#</td>
</tr>
<tr>
<td>Yahoo!</td>
<td>#(yahoo)#&nbsp;::#[value]##(/yahoo)#</td>
</tr>
<tr>
<td>MSN</td>
<td>#(msn)#&nbsp;::#[value]##(/msn)#</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td>Comment</td>
<td>#(comment)#&nbsp;::#[value]##(/comment)#</td>
</tr>
#{other}#
<tr>
<td>#[key]#</td>
<td>#[value]#</td>
</tr>
#{/other}#
</table>
#(/success)#
#[footer]#
</body>
</html>