<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card title="WMLStart.php" newcontext="true">
<p>

	User: <input type="text" name="user" emptyok="false" title="User" value=""/><br/>
	Password: <input type="password" name="pass" emptyok="false" title="Password" value=""/><br/>

	<anchor>
		Login
		<go href="/tim/wmlstart/WMLStart.php" method="post">
		<postfield name="user" value="$(user)"/>
		<postfield name="pass" value="$(pass)"/>
		<postfield name="ses" value="83bkbgvt3m9pijhbd4koqn1gn2"/>
		</go>
	</anchor>

	</p>
</card>
</wml>

