blob: 72cedc085f4a68cb9a13462cdadfdd5b3d96cff4 (
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
|
<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<td align="left"><span class="gensmall"><a href="{U_INDEX}">{SITENAME} {L_INDEX}</a></span></td>
</tr>
</table>
<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
<tr>
<td class="tablebg"><table border="0" cellpadding="3" cellspacing="1" width="100%">
<tr>
<td class="cat" colspan="2"><span class="cattitle"><b>{L_VIEWING_PROFILE} <i>{USERNAME}</i></b></span></td>
</tr>
<tr>
<td class="row1" width="20%" height="25"><span class="gen">{L_USERNAME}:</span></td>
<td class="row1" valign="middle"><table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><span class="gen"><b>{USERNAME}</b></span></td>
<td> </td>
<td>{AVATAR_IMG}</td>
</tr>
</table></td>
</tr>
<tr>
<td class="row2" height="25"><span class="gen">{L_JOINED}:</span></td>
<td class="row2"><span class="gen"><b>{JOINED}</b></span></td>
</tr>
<tr>
<td class="row1" height="25"><span class="gen">{L_POSTS}:</span></td>
<td class="row1"><table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><span class="gen"><b>{POSTS}</b></span></td>
<td> </td>
<td><span class="gen">[ {PERCENTAGE} {L_OF_TOTAL} / {POSTS_PER_DAY} {L_PER_DAY}]</span></td>
<td> </td>
<td><a href="{U_SEARCH_USER}">{SEARCH_IMG}</a></td>
</tr>
</table></td>
</tr>
<tr>
<td class="row2" height="25"><span class="gen">{L_CONTACT}:</span></td>
<td class="row2">{PM_IMG} {EMAIL_IMG}</td>
</tr>
<tr>
<td class="row1" height="25"><span class="gen">{L_ICQ_NUMBER}:</span></td>
<td class="row1">{ICQ_STATUS_IMG} {ICQ_ADD_IMG}</td>
</tr>
<tr>
<td class="row2" height="25"><span class="gen">{L_AIM}:</span></td>
<td class="row2">{AIM_IMG}</td>
</tr>
<tr>
<td class="row1" height="25"><span class="gen">{L_MESSENGER}:</span></td>
<td class="row1">{MSN_IMG}</td>
</tr>
<tr>
<td class="row2" height="25"><span class="gen">{L_YAHOO}:</span></td>
<td class="row2">{YIM_IMG}</td>
</tr>
<tr>
<td class="row1" height="25"><span class="gen">{L_WEBSITE}:</span></td>
<td class="row1">{WEBSITE_IMG}</td>
</tr>
<tr>
<td class="row2" height="25"><span class="gen">{L_LOCATION}:</span></td>
<td class="row2"><span class="gen"><b>{LOCATION}</b></span></td>
</tr>
<tr>
<td class="row1" height="25"><span class="gen">{L_OCCUPATION}:</span></td>
<td class="row1"><span class="gen"><b>{OCCUPATION}</b></span></td>
</tr>
<tr>
<td class="row2" height="25"><span class="gen">{L_INTERESTS}:</span></td>
<td class="row2"><span class="gen"><b>{INTERESTS}</b></span></td>
</tr>
</table></td>
</tr>
</table>
<br clear="all" />
<table cellspacing="2" border="0" width="98%" align="center">
<tr>
<td width="40%" valign="top"><span class="gensmall"><b>{S_TIMEZONE}</b></span></td>
<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}</td>
</tr>
</table>
|