268 |
kaklik |
1 |
|
|
|
2 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
|
|
3 |
<tr> |
|
|
4 |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
|
|
5 |
</tr> |
|
|
6 |
</table> |
|
|
7 |
|
|
|
8 |
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> |
|
|
9 |
<tr> |
|
|
10 |
<th height="25" class="thHead">{L_IP_INFO}</th> |
|
|
11 |
</tr> |
|
|
12 |
<tr> |
|
|
13 |
<td class="catHead" height="28"><span class="cattitle"><b>{L_THIS_POST_IP}</b></span></td> |
|
|
14 |
</tr> |
|
|
15 |
<tr> |
|
|
16 |
<td class="row1"> |
|
|
17 |
<table width="100%" cellspacing="0" cellpadding="0" border="0"> |
|
|
18 |
<tr> |
|
|
19 |
<td> <span class="gen">{IP} [ {POSTS} ]</span></td> |
|
|
20 |
<td align="right"><span class="gen">[ <a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a> |
|
|
21 |
] </span></td> |
|
|
22 |
</tr> |
|
|
23 |
</table> |
|
|
24 |
</td> |
|
|
25 |
</tr> |
|
|
26 |
<tr> |
|
|
27 |
<td class="catHead" height="28"><span class="cattitle"><b>{L_OTHER_USERS}</b></span></td> |
|
|
28 |
</tr> |
|
|
29 |
<!-- BEGIN userrow --> |
|
|
30 |
<tr> |
|
|
31 |
<td class="{userrow.ROW_CLASS}"> |
|
|
32 |
<table width="100%" cellspacing="0" cellpadding="0" border="0"> |
|
|
33 |
<tr> |
|
|
34 |
<td> <span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a> [ {userrow.POSTS} ]</span></td> |
|
|
35 |
<td align="right"><a href="{userrow.U_SEARCHPOSTS}" title="{userrow.L_SEARCH_POSTS}"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH}" /></a> |
|
|
36 |
</td> |
|
|
37 |
</tr> |
|
|
38 |
</table> |
|
|
39 |
</td> |
|
|
40 |
</tr> |
|
|
41 |
<!-- END userrow --> |
|
|
42 |
<tr> |
|
|
43 |
<td class="catHead" height="28"><span class="cattitle"><b>{L_OTHER_IPS}</b></span></td> |
|
|
44 |
</tr> |
|
|
45 |
<!-- BEGIN iprow --> |
|
|
46 |
<tr> |
|
|
47 |
<td class="{iprow.ROW_CLASS}"><table width="100%" cellspacing="0" cellpadding="0" border="0"> |
|
|
48 |
<tr> |
|
|
49 |
<td> <span class="gen">{iprow.IP} [ {iprow.POSTS} ]</span></td> |
|
|
50 |
<td align="right"><span class="gen">[ <a href="{iprow.U_LOOKUP_IP}">{L_LOOKUP_IP}</a> |
|
|
51 |
] </span></td> |
|
|
52 |
</tr> |
|
|
53 |
</table></td> |
|
|
54 |
</tr> |
|
|
55 |
<!-- END iprow --> |
|
|
56 |
</table> |
|
|
57 |
|
|
|
58 |
<br clear="all" /> |