mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
We commit thy ASCII to the trash bin, HDD to HDD, Processor to Processor, RAM to RAM
git-svn-id: file:///svn/phpbb/trunk@2754 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
30b396291c
commit
46466285a5
2 changed files with 0 additions and 57 deletions
|
@ -1,31 +0,0 @@
|
|||
|
||||
<h1>{L_RANKS_TITLE}</h1>
|
||||
|
||||
<p>{L_RANKS_TEXT}</p>
|
||||
|
||||
<form action="{S_RANK_ACTION}" method="post"><table class="forumline" cellpadding="4" cellspacing="1" border="0" align="center">
|
||||
<tr>
|
||||
<th class="thTop" colspan="2">{L_RANKS_TITLE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_RANK_TITLE}:</span></td>
|
||||
<td class="row2"><input type="text" name="title" size="35" maxlength="40" value="{RANK}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_RANK_SPECIAL}</span></td>
|
||||
<td class="row2"><input type="radio" name="special_rank" value="1" {SPECIAL_RANK} />{L_YES} <input type="radio" name="special_rank" value="0" {NOT_SPECIAL_RANK} /> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_RANK_MINIMUM}:</span></td>
|
||||
<td class="row2"><input type="text" name="min_posts" size="5" maxlength="10" value="{MINIMUM}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_RANK_IMAGE}:</span><br />
|
||||
<span class="gensmall">{L_RANK_IMAGE_EXPLAIN}</span></td>
|
||||
<td class="row2"><input type="text" name="rank_image" size="40" maxlength="255" value="{IMAGE}" /><br />{IMAGE_DISPLAY}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
{S_HIDDEN_FIELDS}</form>
|
|
@ -1,26 +0,0 @@
|
|||
|
||||
<h1>{L_RANKS_TITLE}</h1>
|
||||
|
||||
<p>{L_RANKS_TEXT}</p>
|
||||
|
||||
<form method="post" action="{S_RANKS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
<th class="thCornerL">{L_RANK}</th>
|
||||
<th class="thTop">{L_RANK_MINIMUM}</th>
|
||||
<th class="thTop">{L_SPECIAL_RANK}</th>
|
||||
<th class="thTop">{L_EDIT}</th>
|
||||
<th class="thCornerR">{L_DELETE}</th>
|
||||
</tr>
|
||||
<!-- BEGIN ranks -->
|
||||
<tr>
|
||||
<td class="{ranks.ROW_CLASS}" align="center">{ranks.RANK}</td>
|
||||
<td class="{ranks.ROW_CLASS}" align="center">{ranks.RANK_MIN}</td>
|
||||
<td class="{ranks.ROW_CLASS}" align="center">{ranks.SPECIAL_RANK}</td>
|
||||
<td class="{ranks.ROW_CLASS}" align="center"><a href="{ranks.U_RANK_EDIT}">{L_EDIT}</a></td>
|
||||
<td class="{ranks.ROW_CLASS}" align="center"><a href="{ranks.U_RANK_DELETE}">{L_DELETE}</a></td>
|
||||
</tr>
|
||||
<!-- END ranks -->
|
||||
<tr>
|
||||
<td class="catBottom" align="center" colspan="6"><input type="submit" class="mainoption" name="add" value="{L_ADD_RANK}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
Loading…
Add table
Reference in a new issue