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

ef5584
ef5584
ef5584
<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
ef5584
ef5584

{L_TITLE}

ef5584
ef5584
ef5584
	
ef5584
ef5584
	<fieldset>
ef5584
	

{ERROR}

ef5584
	
ef5584
		
<label for="viewemail0">{L_SHOW_EMAIL}:</label>
ef5584
		
ef5584
			<label for="viewemail1"><input type="radio" name="viewemail" id="viewemail1" value="1"<!-- IF S_VIEW_EMAIL --> checked="checked" /> {L_YES}</label> 
ef5584
			<label for="viewemail0"><input type="radio" name="viewemail" id="viewemail0" value="0"<!-- IF not S_VIEW_EMAIL --> checked="checked" /> {L_NO}</label>
ef5584
		
ef5584
	
ef5584
	
ef5584
		
<label for="massemail1">{L_ADMIN_EMAIL}:</label>
ef5584
		
ef5584
			<label for="massemail1"><input type="radio" name="massemail" id="massemail1" value="1"<!-- IF S_MASS_EMAIL --> checked="checked" /> {L_YES}</label> 
ef5584
			<label for="massemail0"><input type="radio" name="massemail" id="massemail0" value="0"<!-- IF not S_MASS_EMAIL --> checked="checked" /> {L_NO}</label>
ef5584
		
ef5584
	
ef5584
	
ef5584
		
<label for="allowpm1">{L_ALLOW_PM}:</label>
{L_ALLOW_PM_EXPLAIN}
ef5584
		
ef5584
			<label for="allowpm1"><input type="radio" name="allowpm" id="allowpm1" value="1"<!-- IF S_ALLOW_PM --> checked="checked" /> {L_YES}</label> 
ef5584
			<label for="allowpm0"><input type="radio" name="allowpm" id="allowpm0" value="0"<!-- IF not S_ALLOW_PM --> checked="checked" /> {L_NO}</label>
ef5584
		
ef5584
	
ef5584
	
ef5584
		
ef5584
			
<label for="hideonline0">{L_HIDE_ONLINE}:</label>
{L_HIDE_ONLINE_EXPLAIN}
ef5584
			
ef5584
				<label for="hideonline1"><input type="radio" name="hideonline" id="hideonline1" value="1"<!-- IF S_HIDE_ONLINE --> checked="checked" /> {L_YES}</label> 
ef5584
				<label for="hideonline0"><input type="radio" name="hideonline" id="hideonline0" value="0"<!-- IF not S_HIDE_ONLINE --> checked="checked" /> {L_NO}</label>
ef5584
			
ef5584
		
ef5584
			
ef5584
	
ef5584
		
ef5584
			
<label for="notifymethod0">{L_NOTIFY_METHOD}:</label>
ef5584
			
ef5584
				<label for="notifymethod0"><input type="radio" name="notifymethod" id="notifymethod0" value="0"<!-- IF S_NOTIFY_EMAIL --> checked="checked" /> {L_NOTIFY_METHOD_EMAIL}</label> 
ef5584
				<label for="notifymethod1"><input type="radio" name="notifymethod" id="notifymethod1" value="1"<!-- IF S_NOTIFY_IM --> checked="checked" /> {L_NOTIFY_METHOD_IM}</label> 
ef5584
				<label for="notifymethod2"><input type="radio" name="notifymethod" id="notifymethod2" value="2"<!-- IF S_NOTIFY_BOTH --> checked="checked" /> {L_NOTIFY_METHOD_BOTH}</label>
ef5584
			
ef5584
		
ef5584
	
ef5584
	
ef5584
		
<label for="notifypm1">{L_NOTIFY_ON_PM}:</label>
ef5584
		
ef5584
			<label for="notifypm1"><input type="radio" name="notifypm" id="notifypm1" value="1"<!-- IF S_NOTIFY_PM --> checked="checked" /> {L_YES}</label> 
ef5584
			<label for="notifypm0"><input type="radio" name="notifypm" id="notifypm0" value="0"<!-- IF not S_NOTIFY_PM --> checked="checked" /> {L_NO}</label>
ef5584
		
ef5584
	
ef5584
	
ef5584
		
<label for="popuppm0">{L_POPUP_ON_PM}:</label>
ef5584
		
ef5584
			<label for="popuppm1"><input type="radio" name="popuppm" id="popuppm1" value="1"<!-- IF S_POPUP_PM --> checked="checked" /> {L_YES}</label> 
ef5584
			<label for="popuppm0"><input type="radio" name="popuppm" id="popuppm0" value="0"<!-- IF not S_POPUP_PM --> checked="checked" /> {L_NO}</label>
ef5584
		
ef5584
	
ef5584
	
ef5584
		
<label for="lang">{L_BOARD_LANGUAGE}:</label>
ef5584
		
<select name="lang" id="lang">{S_LANG_OPTIONS}</select>
ef5584
	
ef5584
	
ef5584
		
ef5584
			
<label for="style">{L_BOARD_STYLE}:</label>
ef5584
			
<select name="style" id="style">{S_STYLE_OPTIONS}</select>
ef5584
		
ef5584
	
ef5584
	
ef5584
		
<label for="timezone">{L_BOARD_TIMEZONE}:</label>
ef5584
		
<select name="tz" id="timezone" class="autowidth">{S_TZ_OPTIONS}</select>
ef5584
	
ef5584
	
ef5584
		
<label for="dst1">{L_BOARD_DST}:</label>
ef5584
		
ef5584
			<label for="dst1"><input type="radio" name="dst" id="dst1" value="1"<!-- IF S_DST --> checked="checked" /> {L_YES}</label> 
ef5584
			<label for="dst0"><input type="radio" name="dst" id="dst0" value="0"<!-- IF not S_DST --> checked="checked" /> {L_NO}</label>
ef5584
		
ef5584
	
ef5584
	
ef5584
		
<label for="dateformat">{L_BOARD_DATE_FORMAT}:</label>
{L_BOARD_DATE_FORMAT_EXPLAIN}
ef5584
		
ef5584
			<select name="dateoptions" id="dateoptions" onchange="if(this.value=='custom'){dE('custom_date',1);}else{dE('custom_date',-1);} if (this.value == 'custom') { document.getElementById('dateformat').value = default_dateformat; } else { document.getElementById('dateformat').value = this.value; }">
ef5584
				{S_DATEFORMAT_OPTIONS}
ef5584
			</select>
ef5584
		
ef5584
		
<input type="text" name="dateformat" id="dateformat" value="{DATE_FORMAT}" maxlength="30" class="inputbox narrow" style="margin-top: 3px;" />
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="submit" value="{L_SUBMIT}" class="button1" />
ef5584
	{S_FORM_TOKEN}
ef5584
</fieldset>
ef5584
</form>
ef5584
ef5584
<script type="text/javascript">
ef5584
// 
ef5584
	var date_format = '{A_DATE_FORMAT}';
ef5584
	var default_dateformat = '{A_DEFAULT_DATEFORMAT}';
ef5584
ef5584
	function customDates()
ef5584
	{
ef5584
		var e = document.getElementById('dateoptions');
ef5584
	
ef5584
		e.selectedIndex = e.length - 1;
ef5584
	
ef5584
		// Loop and match date_format in menu
ef5584
		for (var i = 0; i < e.length; i++)
ef5584
		{
ef5584
			if (e.options[i].value == date_format)
ef5584
			{
ef5584
				e.selectedIndex = i;
ef5584
				break;
ef5584
			}
ef5584
		}
ef5584
	
ef5584
		// Show/hide custom field
ef5584
		if (e.selectedIndex == e.length - 1)
ef5584
		{
ef5584
			dE('custom_date',1);
ef5584
		}
ef5584
		else
ef5584
		{
ef5584
			dE('custom_date',-1);
ef5584
		}
ef5584
	}
ef5584
ef5584
	customDates();
ef5584
// ]]>
ef5584
</script>
ef5584
ef5584