blob: 19d06ff6e8a86c8f57127461b6ece807823b597e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
<!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 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)#
#(display)#
#%env/templates/simplefooter.template%#
::
#%env/templates/footer.template%#
#(/display)#
</body>
</html>
|