Baseline
[www.vanrenterghem.biz.git] / phpBB2 / templates / Helius / modcp_viewip.tpl
1  \r
2 <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">\r
3   <tr> \r
4         <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>\r
5   </tr>\r
6 </table>\r
7 \r
8 {TPL_HDR1}<span class="cattitle">{L_IP_INFO}</span>{TPL_HDR2}<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">\r
9 <tr> \r
10         <th height="26">{L_THIS_POST_IP}</th>\r
11 </tr>\r
12   <tr> \r
13         <td class="row1"> \r
14           <table width="100%" cellspacing="0" cellpadding="0" border="0">\r
15                 <tr> \r
16                   <td>&nbsp;<span class="gen">{IP} [ {POSTS} ]</span></td>\r
17                   <td align="right"><span class="gen">[ <a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a> \r
18                         ]&nbsp;</span></td>\r
19                 </tr>\r
20           </table>\r
21         </td>\r
22   </tr>\r
23   <tr> \r
24         <th height="26">{L_OTHER_USERS}</th>\r
25   </tr>\r
26   <!-- BEGIN userrow -->\r
27   <tr> \r
28         <td class="{userrow.ROW_CLASS}"> \r
29           <table width="100%" cellspacing="0" cellpadding="0" border="0">\r
30                 <tr> \r
31                   <td>&nbsp;<span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a> [ {userrow.POSTS} ]</span></td>\r
32                   <td align="right"><a href="{userrow.U_SEARCHPOSTS}" title="{userrow.L_SEARCH_POSTS}"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH}" /></a> \r
33                         &nbsp;</td>\r
34                 </tr>\r
35           </table>\r
36         </td>\r
37   </tr>\r
38   <!-- END userrow -->\r
39   <tr> \r
40         <th height="26">{L_OTHER_IPS}</th>\r
41   </tr>\r
42   <!-- BEGIN iprow -->\r
43   <tr> \r
44         <td class="{iprow.ROW_CLASS}"><table width="100%" cellspacing="0" cellpadding="0" border="0">\r
45                 <tr> \r
46                   <td>&nbsp;<span class="gen">{iprow.IP} [ {iprow.POSTS} ]</span></td>\r
47                   <td align="right"><span class="gen">[ <a href="{iprow.U_LOOKUP_IP}">{L_LOOKUP_IP}</a> \r
48                         ]&nbsp;</span></td>\r
49                 </tr>\r
50           </table></td>\r
51   </tr>\r
52   <!-- END iprow -->\r
53 </table>{TPL_FTR}