summaryrefslogtreecommitdiff
path: root/htroot/ViewProfile.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-04-07 19:19:42 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-04-07 19:19:42 +0000
commit248077d3f0da329e3524709d8f080972851a8eaa (patch)
tree368bc5fe907bb7793d5f0297769fc276c4275a02 /htroot/ViewProfile.html
initial load with yacy 0.36
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ViewProfile.html')
-rw-r--r--htroot/ViewProfile.html77
1 files changed, 77 insertions, 0 deletions
diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html
new file mode 100644
index 000000000..870701e9a
--- /dev/null
+++ b/htroot/ViewProfile.html
@@ -0,0 +1,77 @@
+<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+<head>
+<title>YACY: 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
+::
+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;::#[value]##(/homepage)#</td>
+</tr>
+<tr>
+<td>EMail</td>
+<td>#(email)#&nbsp;::#[value]##(/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">#[value]##(/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><textarea name="comment" cols="40" rows="10" readonly>#(comment)#::#[value]##(/comment)#</textarea></td>
+</tr>
+#{other}#
+<tr>
+<td>#[key]#</td>
+<td>#[value]#</td>
+</tr>
+#{/other}#
+</table>
+#(/success)#
+#[footer]#
+</body>
+</html>