yacy_search_server/htroot/ViewProfile.html
2006-05-10 09:37:18 +00:00

98 lines
2.9 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>
#%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">&nbsp;</td>
</tr>
<tr>
<td valign="top" class="TableCellDark">Name</td>
<td valign="top" class="TableCellLight">#(name)#&nbsp;::#[value]##(/name)#</td>
</tr>
<tr>
<td valign="top" class="TableCellDark">Nick Name</td>
<td valign="top" class="TableCellLight">#(nickname)#&nbsp;::#[value]##(/nickname)#</td>
</tr>
<tr>
<td valign="top" class="TableCellDark">Homepage</td>
<td valign="top" class="TableCellLight">#(homepage)#&nbsp;::<a href="#[value]#">#[value]#</a>#(/homepage)#</td>
</tr>
<tr>
<td valign="top" class="TableCellDark">eMail</td>
<td valign="top" class="TableCellLight">#(email)#&nbsp;::<a href="mailto:#[value]#">#[value]#</a>#(/email)#</td>
</tr>
<tr>
<td colspan="2" valign="top" class="TableHeader">&nbsp;</td>
</tr>
<tr>
<td valign="top" class="TableCellDark">ICQ</td>
<td valign="top" class="TableCellLight">#(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 valign="top" class="TableCellDark">Jabber</td>
<td valign="top" class="TableCellLight">#(jabber)#&nbsp;::<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)#&nbsp;::#[value]##(/yahoo)#</td>
</tr>
<tr>
<td valign="top" class="TableCellDark">MSN</td>
<td valign="top" class="TableCellLight">#(msn)#&nbsp;::#[value]##(/msn)#</td>
</tr>
<tr>
<td colspan="2" valign="top" class="TableHeader">&nbsp;</td>
</tr>
<tr>
<td valign="top" class="TableCellDark">Comment</td>
<td valign="top" class="TableCellLight">#(comment)#&nbsp;::#[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">&nbsp;</td>
</tr>
</table>
#(/success)#
#(display)#
#%env/templates/simplefooter.template%#
::
#%env/templates/footer.template%#
#(/display)#
</body>
</html>