Blame Identity/Webenv/phpBB/3.0.4/styles/modern/template/mcp_ban.html

ef5584
ef5584
ef5584
<script type="text/javascript">
ef5584
// 
ef5584
ef5584
	var ban_length = new Array();
ef5584
		ban_length[-1] = '';
ef5584
	
ef5584
		ban_length['{ban_length.BAN_ID}'] = '{ban_length.A_LENGTH}';
ef5584
	
ef5584
ef5584
	var ban_reason = new Array();
ef5584
		ban_reason[-1] = '';
ef5584
	
ef5584
		ban_reason['{ban_reason.BAN_ID}'] = '{ban_reason.A_REASON}';
ef5584
	
ef5584
ef5584
	var ban_give_reason = new Array();
ef5584
		ban_give_reason[-1] = '';
ef5584
	
ef5584
		ban_give_reason['{ban_give_reason.BAN_ID}'] = '{ban_give_reason.A_REASON}';
ef5584
	
ef5584
ef5584
	function display_details(option)
ef5584
	{
ef5584
		document.getElementById('unbangivereason').innerHTML = ban_give_reason[option];
ef5584
		document.getElementById('unbanreason').innerHTML = ban_reason[option];
ef5584
		document.getElementById('unbanlength').innerHTML = ban_length[option];
ef5584
	}
ef5584
ef5584
// ]]>
ef5584
</script>
ef5584
ef5584
<form id="mcp_ban" method="post" action="{U_ACTION}">
ef5584
ef5584

{L_TITLE}

ef5584
ef5584
ef5584
	
ef5584
ef5584
	

{L_TITLE}

ef5584
	

{L_EXPLAIN}

ef5584
ef5584
	<fieldset>
ef5584
	
ef5584
		
<label for="ban">{L_BAN_CELL}:</label>
ef5584
		
<label for="ban"><textarea name="ban" id="ban" class="inputbox" cols="40" rows="3">{BAN_QUANTIFIER}</textarea></label>
ef5584
		
{L_FIND_USERNAME}
ef5584
	
ef5584
	
ef5584
		
<label for="banlength">{L_BAN_LENGTH}:</label>
ef5584
		
<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>
ef5584
		
<label><input type="text" name="banlengthother" class="inputbox" />
{L_YEAR_MONTH_DAY}</label>
ef5584
	
ef5584
	
ef5584
		
<label for="banreason">{L_BAN_REASON}:</label>
ef5584
		
<input name="banreason" id="banreason" type="text" class="inputbox" maxlength="255" />
ef5584
	
ef5584
	
ef5584
		
<label for="bangivereason">{L_BAN_GIVE_REASON}:</label>
ef5584
		
<input name="bangivereason" id="bangivereason" type="text" class="inputbox" maxlength="255" />
ef5584
	
ef5584
ef5584
	
ef5584
ef5584
	
ef5584
		
<label for="banexclude0">{L_BAN_EXCLUDE}:</label>
{L_BAN_EXCLUDE_EXPLAIN}
ef5584
		
ef5584
			<label for="banexclude1"><input type="radio" name="banexclude" id="banexclude1" value="1" /> {L_YES}</label> 
ef5584
			<label for="banexclude0"><input type="radio" name="banexclude" id="banexclude0" value="0" checked="checked" /> {L_NO}</label>
ef5584
		
ef5584
	
ef5584
	</fieldset>
ef5584
ef5584
	
ef5584
ef5584
ef5584
<fieldset class="submit-buttons">
ef5584
	{S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />  
ef5584
	<input type="submit" name="bansubmit" value="{L_SUBMIT}" class="button1" />
ef5584
	{S_FORM_TOKEN}
ef5584
</fieldset>
ef5584
ef5584
ef5584
	
ef5584
ef5584
	

{L_UNBAN_TITLE}

ef5584
	

{L_UNBAN_EXPLAIN}

ef5584
ef5584
	
ef5584
		<fieldset>
ef5584
		
ef5584
			
<label for="unban">{L_BAN_CELL}:</label>
ef5584
			
<select name="unban[]" id="unban" multiple="multiple" size="5" onchange="if (this.selectedIndex != -1) {display_details(this.options[this.selectedIndex].value);}">{BANNED_OPTIONS}</select>
ef5584
		
ef5584
		
ef5584
			
{L_BAN_LENGTH}:
ef5584
			
ef5584
		
ef5584
		
ef5584
			
{L_BAN_REASON}:
ef5584
			
ef5584
		
ef5584
		
ef5584
			
{L_BAN_GIVE_REASON}:
ef5584
			
ef5584
		
ef5584
		</fieldset>
ef5584
ef5584
		
ef5584
	
ef5584
ef5584
	<fieldset class="submit-buttons">
ef5584
		{S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />  
ef5584
		<input type="submit" name="unbansubmit" value="{L_SUBMIT}" class="button1" />
ef5584
	</fieldset>
ef5584
ef5584
	
ef5584
ef5584
		

{L_NO_BAN_CELL}

ef5584
ef5584
		
ef5584
	
ef5584
ef5584
	
ef5584
</form>
ef5584
ef5584