[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/templates/subSilver/ -> modcp_viewip.tpl (source)

   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>&nbsp;<span class="gen">{IP} [ {POSTS} ]</span></td>
  20            <td align="right"><span class="gen">[ <a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a> 
  21              ]&nbsp;</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>&nbsp;<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              &nbsp;</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>&nbsp;<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              ]&nbsp;</span></td>
  52          </tr>
  53        </table></td>
  54    </tr>
  55    <!-- END iprow -->
  56  </table>
  57  
  58  <br clear="all" />


Generated: Mon Jan 14 19:21:40 2013 Cross-referenced by PHPXref 0.7.1