summaryrefslogtreecommitdiff
path: root/htroot/ViewProfile.html
blob: e5624ccce95e0b254992407bea5bae352d52c4ef (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
98
<!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>