<html-fragment>

		<h2>Obtain User Data</h2>

		<p>
			<input class = "text" value = "" type = "text" rid  = "user_name" pattern-id = "not-empty" /> : User Name
			<br />
			<input class = "text" type = "password" rid = "user_password" pattern-id = "not-empty" /> : User Password
		</p>
		<p>

		</p>
		<p>

			<input type = "checkbox" rid = "use_passport" /> : Use Passport Cert : 

			<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>
<!--
			<br />
			<textarea class = "textarea" style = "width:100%;overflow:auto;border:1px solid #000000;background-color:#EFEFEF;" rid = "text_cert" />

			<select rid = "id_type" multiple = "1" size = "3">
				<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 Account" onclick = "switch_config('demonstration_5:new_account_1')" />
			<input class = "button" type = "button" value = "Reset" wire = "resetForm" onclick = "handle_wiredbutton(this,1)" />
			<input class = "button" type = "button" value = "Recover" wire = "recoverForm" onclick = "handle_wiredbutton(this,1)" />
			<input class = "button" type = "button" value = "Clear" wire = "clearForm" onclick = "handle_wiredbutton(this,1)" />
<!--
			<input class = "button" type = "button" value = "Reset" onclick = "reset_form(this)" />
			<input class = "button" type = "button" value = "Clear" onclick = "clear_form(this)" />
-->


		</p>

</html-fragment>