<?xml version='1.0' encoding='UTF-8'?>
<!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="max-age=0" forua="true"/>
<meta http-equiv="Cache-Control" content="no-cache" forua="true"/>
<meta http-equiv="Cache-Control" content="must-revalidate" forua="true"/>
</head>
<card title="Login">
<p align="left">
  Welcome Mobile Monitor Platform<br/>
  User Name:<br />
  <input name="nc" type="text" size="10"/><br />
  Password:<br />
  <input type="password" name="pass" size="10"/>
  <br/>
    <anchor>Login
        <go href="Portal.aspx" method='post'>
            <postfield name="name" value="$(nc)"/>
            <postfield name="password" value="$(pass)"/>
        </go>
    </anchor><br/>
</p>
</card>
</wml>