|
|
|
<!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">
|
|
|
|
#(display)#
|
|
|
|
#%env/templates/simpleheader.template%#
|
|
|
|
::
|
|
|
|
#%env/templates/header.template%#
|
|
|
|
#(/display)#
|
|
|
|
<br><br>
|
|
|
|
#(localremotepeer)#
|
|
|
|
<h2>Local Peer Profile:</h2>
|
|
|
|
::
|
|
|
|
<h2>Remote Peer Profile:</h2>
|
|
|
|
#(/localremotepeer)#
|
|
|
|
<p>
|
|
|
|
#(success)#
|
|
|
|
Wrong access of this page
|
|
|
|
::
|
|
|
|
The requested peer is unknown or a potential peer.<br>
|
|
|
|
The profile can't be fetched.
|
|
|
|
::
|
|
|
|
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)# ::<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>
|
|
|
|
<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)#
|
|
|
|
#(display)#
|
|
|
|
#%env/templates/simplefooter.template%#
|
|
|
|
::
|
|
|
|
#%env/templates/footer.template%#
|
|
|
|
#(/display)#
|
|
|
|
</body>
|
|
|
|
</html>
|