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

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

{L_TITLE}

ef5584
ef5584
	
ef5584
ef5584
	<fieldset>
ef5584
	

{ERROR}

ef5584
	
ef5584
		
<label for="bbcode1">{L_DEFAULT_BBCODE}:</label>
ef5584
		
ef5584
			<label for="bbcode1"><input type="radio" name="bbcode" id="bbcode1" value="1"<!-- IF S_BBCODE --> checked="checked" /> {L_YES}</label> 
ef5584
			<label for="bbcode0"><input type="radio" name="bbcode" id="bbcode0" value="0"<!-- IF not S_BBCODE --> checked="checked" /> {L_NO}</label>
ef5584
		
ef5584
	
ef5584
	
ef5584
		
<label for="smilies1">{L_DEFAULT_SMILIES}:</label>
ef5584
		
ef5584
			<label for="smilies1"><input type="radio" name="smilies" id="smilies1" value="1"<!-- IF S_SMILIES --> checked="checked" /> {L_YES}</label> 
ef5584
			<label for="smilies0"><input type="radio" name="smilies" id="smilies0" value="0"<!-- IF not S_SMILIES --> checked="checked" /> {L_NO}</label>
ef5584
		
ef5584
	
ef5584
	
ef5584
		
<label for="sig1">{L_DEFAULT_ADD_SIG}:</label>
ef5584
		
ef5584
			<label for="sig1"><input type="radio" name="sig" id="sig1" value="1"<!-- IF S_SIG --> checked="checked" /> {L_YES}</label> 
ef5584
			<label for="sig0"><input type="radio" name="sig" id="sig0" value="0"<!-- IF not S_SIG --> checked="checked" /> {L_NO}</label>
ef5584
		
ef5584
	
ef5584
	
ef5584
		
<label for="notify1">{L_DEFAULT_NOTIFY}:</label>
ef5584
		
ef5584
			<label for="notify1"><input type="radio" name="notify" id="notify1" value="1"<!-- IF S_NOTIFY --> checked="checked" /> {L_YES}</label> 
ef5584
			<label for="notify0"><input type="radio" name="notify" id="notify0" value="0"<!-- IF not S_NOTIFY --> 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="submit" value="{L_SUBMIT}" class="button1" />
ef5584
	{S_FORM_TOKEN}
ef5584
</fieldset>
ef5584
</form>
ef5584
ef5584