

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>

<head>
	<meta http-equiv="cache-control" content="no-cache,must-revalidate"/>
</head>

<card id="Login" title="Login">
	<p align="left">
		<small><b>UN:</b></small>
		<input name="Name" size="5" value=""/>
	</p>
	<p align="left">
		<small><b>PW:</b></small>
		<input type="password" name="Pswd" size="5" value=""/>&nbsp;&nbsp;
	<anchor>Go
			<go href="/wmain.asp" method="post">
				<postfield name="name" value="$(Name)"/>
				<postfield name="pswd" value="$(Pswd)"/>
				<postfield name="page" value="manual"/>
			</go>
	</anchor>
	</p>

</card>
</wml>

