mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
User, IP and email banning admin functional
git-svn-id: file:///svn/phpbb/trunk@781 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<td class="cat" colspan="2" align="center">{L_BAN_USER}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_USERNAME}: </td>
|
||||
<td class="row1">{L_USERNAME}: <br /><span class="gensmall">{L_BAN_USER_EXPLAIN}</span></td>
|
||||
<td class="row2">{S_USERLIST_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -18,18 +18,20 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_BAN_IP_EXPLAIN}</span></td>
|
||||
<td class="row2"><input type="text" name="iphost" size="35" /></td>
|
||||
<td class="row2"><input type="text" name="ip" size="35" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{L_BAN_EMAIL}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_BAN_EMAIL_EXPLAIN}</span></td>
|
||||
<td class="row2"><input type="text" name="iphost" size="35" /></td>
|
||||
<td class="row2"><input type="text" name="email" size="35" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" /> <input type="reset" value="{L_RESET}" /></td>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" /> <input type="reset" value="{L_RESET}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<p>{L_BAN_EXPLAIN_WARN}</p>
|
||||
|
||||
<br clear="all" />
|
||||
|
35
phpBB/templates/PSO/admin/user_unban_body.tpl
Normal file
35
phpBB/templates/PSO/admin/user_unban_body.tpl
Normal file
@@ -0,0 +1,35 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_BAN_TITLE}</h1>
|
||||
|
||||
<p>{L_BAN_EXPLAIN}</p>
|
||||
|
||||
<form method="post" action="{S_BAN_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{L_BAN_USER}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_USERNAME}: <br /><span class="gensmall">{L_BAN_USER_EXPLAIN}</span></td>
|
||||
<td class="row2">{S_USERLIST_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{L_BAN_IP}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_BAN_IP_EXPLAIN}</span></td>
|
||||
<td class="row2">{S_IPLIST_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{L_BAN_EMAIL}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_BAN_EMAIL_EXPLAIN}</span></td>
|
||||
<td class="row2">{S_EMAILLIST_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" /> <input type="reset" value="{L_RESET}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<br clear="all" />
|
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
|
||||
<!-- DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- ?xml version="1.0" encoding="UTF-8"? -->
|
||||
<!--DOCTYPE PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd" -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
@@ -15,7 +15,7 @@ P {font-family:{T_FONTFACE1};font-size:10pt}
|
||||
TH {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE2};font-size:8pt;font-weight:normal}
|
||||
TH.secondary {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE1};font-size:10pt;font-weight:normal;text-align:left}
|
||||
TD.tablebg {background-color:{T_TH_COLOR1}}
|
||||
TD.cat {background-color:{T_TH_COLOR2}}
|
||||
TD.cat {background-color:{T_TH_COLOR2};font-family:{T_FONTFACE1};font-size:12pt;font-weight:bold}
|
||||
TD.row1 {background-color:{T_TD_COLOR1}}
|
||||
TD.row2 {background-color:{T_TD_COLOR2}}
|
||||
|
||||
|
Reference in New Issue
Block a user