<?xml version="1.0" encoding="iso-8859-1" ?>
<html-fragment>

		<p>
			<input class = "text" type = "text" rid  = "user_name" pattern-id = "not-empty" /> : Profile Name
			<br />
			<input class = "text" type = "password" rid = "user_password" pattern-id = "not-empty" /> : Password
		</p>
		<p>

		</p>
		<p>

			<input type = "checkbox" rid = "use_passport" /> : Passport Certification : 

			<select rid = "id_type">
				<option>Vehicle License</option>
				<option>Social Security Card</option>
				<option>Parental Voucher</option>
				<option>Priest's Confession</option>
				<option>Exploit on Talk Show</option>
				<option>Registered Offender</option>
			</select>
		</p>

		<p>
			<input class = "button" type = "button" value = "Login" wire = "wireLogin" onclick = "handle_wiredbutton(this)" />
			<input class = "button" type = "button" value = "New Profile" onclick = "switch_config('demonstration_6:new_account_1')" />
			<input class = "button" type = "button" value = "Reset" wire = "resetForm" onclick = "handle_wiredbutton(this,1)" />
			<input class = "button" type = "button" value = "Clear" wire = "clearForm" onclick = "handle_wiredbutton(this,1)" />
		</p>

</html-fragment>