CTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "">
<wml>
 <template>
 <do type="back" label="Back">
  <prev/>
  </do>
 </template>

  <card title="EED WAPMAIL 2"  id="wapmail">
  <p>
  User:<input name="usr" type="text" tabindex="1"/><br/>
Password:<input name="pass" type="password" tabindex="2"/>
<br/>
<anchor title="OK">Submit
    <go method="post" href="scripturi/conectare.php">
        <postfield name="user" value="$(usr)"/>
        <postfield name="passwd" value="$(pass)"/>
    </go>
</anchor>
<br/>
<do type="accept" label="Trimite">
  <go href="scripturi/conectare.php" method="post">
   <postfield name="user" value="$(usr)"/>
   <postfield name="passwd" value="$(pass)"/>
  </go>
 </do>
</p>
</card>

</wml>


