[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/templates/subSilver/admin/ -> ranks_list_body.tpl (source)

   1  
   2  <h1>{L_RANKS_TITLE}</h1>
   3  
   4  <p>{L_RANKS_TEXT}</p>
   5  
   6  <form method="post" action="{S_RANKS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
   7      <tr>
   8          <th class="thCornerL">{L_RANK}</th>
   9          <th class="thTop">{L_RANK_MINIMUM}</th>
  10          <th class="thTop">{L_SPECIAL_RANK}</th>
  11          <th class="thTop">{L_EDIT}</th>
  12          <th class="thCornerR">{L_DELETE}</th>
  13      </tr>
  14      <!-- BEGIN ranks -->
  15      <tr>
  16          <td class="{ranks.ROW_CLASS}" align="center">{ranks.RANK}</td>
  17          <td class="{ranks.ROW_CLASS}" align="center">{ranks.RANK_MIN}</td>
  18          <td class="{ranks.ROW_CLASS}" align="center">{ranks.SPECIAL_RANK}</td>
  19          <td class="{ranks.ROW_CLASS}" align="center"><a href="{ranks.U_RANK_EDIT}">{L_EDIT}</a></td>
  20          <td class="{ranks.ROW_CLASS}" align="center"><a href="{ranks.U_RANK_DELETE}">{L_DELETE}</a></td>
  21      </tr>
  22      <!-- END ranks -->            
  23      <tr>
  24          <td class="catBottom" align="center" colspan="6"><input type="submit" class="mainoption" name="add" value="{L_ADD_RANK}" /></td>
  25      </tr>
  26  </table></form>


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