Blame Identity/Models/Html/phpBB/3.0.4/adm/style/acp_ban.html

d6e8d8
d6e8d8
d6e8d8
d6e8d8
d6e8d8

{L_ACP_BAN_EXPLAIN}

d6e8d8
d6e8d8

{L_TITLE}

d6e8d8
d6e8d8

{L_EXPLAIN}

d6e8d8
d6e8d8
<script type="text/javascript">
d6e8d8
// 
d6e8d8
d6e8d8
	var ban_length = new Array();
d6e8d8
		ban_length[-1] = '';
d6e8d8
	
d6e8d8
		ban_length['{ban_length.BAN_ID}'] = '{ban_length.A_LENGTH}';
d6e8d8
	
d6e8d8
d6e8d8
	var ban_reason = new Array();
d6e8d8
		ban_reason[-1] = '';
d6e8d8
	
d6e8d8
		ban_reason['{ban_reason.BAN_ID}'] = '{ban_reason.A_REASON}';
d6e8d8
	
d6e8d8
d6e8d8
	var ban_give_reason = new Array();
d6e8d8
		ban_give_reason[-1] = '';
d6e8d8
	
d6e8d8
		ban_give_reason['{ban_give_reason.BAN_ID}'] = '{ban_give_reason.A_REASON}';
d6e8d8
	
d6e8d8
d6e8d8
	function display_details(option)
d6e8d8
	{
d6e8d8
		document.getElementById('acp_unban').unbangivereason.value = ban_give_reason[option];
d6e8d8
		document.getElementById('acp_unban').unbanreason.value = ban_reason[option];
d6e8d8
		document.getElementById('acp_unban').unbanlength.value = ban_length[option];
d6e8d8
	}
d6e8d8
d6e8d8
// ]]>
d6e8d8
</script>
d6e8d8
d6e8d8
<form id="acp_ban" method="post" action="{U_ACTION}">
d6e8d8
d6e8d8
<fieldset>
d6e8d8
	<legend>{L_TITLE}</legend>
d6e8d8
d6e8d8
	
<label for="ban">{L_BAN_CELL}:</label>
d6e8d8
	
<textarea name="ban" cols="40" rows="3" id="ban"></textarea>
d6e8d8
	
[ {L_FIND_USERNAME} ]
d6e8d8
d6e8d8
d6e8d8
	
<label for="banlength">{L_BAN_LENGTH}:</label>
d6e8d8
	
<label for="banlength"><select name="banlength" id="banlength" onchange="if(this.value==-1){document.getElementById('banlengthother').style.display = 'block';}else{document.getElementById('banlengthother').style.display='none';}">{S_BAN_END_OPTIONS}</select></label>
d6e8d8
	
<label><input type="text" name="banlengthother" class="inputbox" />
{L_YEAR_MONTH_DAY}</label>
d6e8d8
d6e8d8
d6e8d8
	
<label for="banexclude">{L_BAN_EXCLUDE}:</label>
{L_BAN_EXCLUDE_EXPLAIN}
d6e8d8
	
<label><input type="radio" name="banexclude" value="1" class="radio" /> {L_YES}</label>
d6e8d8
		<label><input type="radio" name="banexclude" id="banexclude" value="0" checked="checked" class="radio" /> {L_NO}</label>
d6e8d8
d6e8d8
d6e8d8
	
<label for="banreason">{L_BAN_REASON}:</label>
d6e8d8
	
<input name="banreason" type="text" class="text medium" maxlength="255" id="banreason" />
d6e8d8
d6e8d8
d6e8d8
	
<label for="bangivereason">{L_BAN_GIVE_REASON}:</label>
d6e8d8
	
<input name="bangivereason" type="text" class="text medium" maxlength="255" id="bangivereason" />
d6e8d8
d6e8d8
d6e8d8

d6e8d8
	<input class="button1" type="submit" id="bansubmit" name="bansubmit" value="{L_SUBMIT}" /> 
d6e8d8
	<input class="button2" type="reset" id="banreset" name="banreset" value="{L_RESET}" />
d6e8d8

d6e8d8
{S_FORM_TOKEN}
d6e8d8
</fieldset>
d6e8d8
</form>
d6e8d8
d6e8d8


d6e8d8
d6e8d8

{L_UNBAN_TITLE}

d6e8d8
d6e8d8

{L_UNBAN_EXPLAIN}

d6e8d8
d6e8d8
<form id="acp_unban" method="post" action="{U_ACTION}">
d6e8d8
d6e8d8
<fieldset>
d6e8d8
	<legend>{L_UNBAN_TITLE}</legend>
d6e8d8
d6e8d8
d6e8d8
	
d6e8d8
		
<label for="unban">{L_BAN_CELL}:</label>
d6e8d8
		
<select id="unban" name="unban[]" multiple="multiple" size="10" style="width: 50%" onchange="if (this.selectedIndex > -1) display_details(this.options[this.selectedIndex].value); else display_details(-1);">{BANNED_OPTIONS}</select>
d6e8d8
	
d6e8d8
	
d6e8d8
		
<label for="unbanlength">{L_BAN_LENGTH}:</label>
d6e8d8
		
<input style="border: 0;" type="text" class="text full" disabled="disabled" name="unbanlength" id="unbanlength" />
d6e8d8
	
d6e8d8
	
d6e8d8
		
<label for="unbanreason">{L_BAN_REASON}:</label>
d6e8d8
		
<textarea style="border: 0;" class="text full" disabled="disabled" name="unbanreason" id="unbanreason" rows="5" cols="80"> </textarea>
d6e8d8
	
d6e8d8
	
d6e8d8
		
<label for="unbangivereason">{L_BAN_GIVE_REASON}:</label>
d6e8d8
		
<textarea style="border: 0;" class="text full" disabled="disabled" name="unbangivereason" id="unbangivereason" rows="5" cols="80"> </textarea>
d6e8d8
	
d6e8d8
d6e8d8
	

d6e8d8
		<input class="button1" type="submit" id="unbansubmit" name="unbansubmit" value="{L_SUBMIT}" /> 
d6e8d8
		<input class="button2" type="reset" id="unbanreset" name="unbanreset" value="{L_RESET}" />
d6e8d8
	

d6e8d8
	{S_FORM_TOKEN}
d6e8d8
	</fieldset>
d6e8d8
d6e8d8
d6e8d8
d6e8d8
	

{L_NO_BAN_CELL}

d6e8d8
	{S_FORM_TOKEN}
d6e8d8
</fieldset>
d6e8d8
d6e8d8
d6e8d8
d6e8d8
</form>
d6e8d8
d6e8d8