<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
  <card id="card1" title="wap.9gr.prv.pl">
    <p>
     Bramka 9gr SMS WAP 
    </p>
     <p>
      Numer:
      <input emptyok="true" type="text" name="numer" format="NNNNNNNNN" title="Numer"/>
    </p>
     <p>
      Tresc:
      <input emptyok="true" type="text" name="tresc" maxlength="160" title="Tresc"/>
    </p>
   <p>
      Login:
      <input  emptyok="true" type="text" name="login"/>
    </p>
   <p>
      Haslo:
      <input  emptyok="true" type="text" name="haslo"/>
    </p>

    <p>
      <anchor>
        <go href="http://semland.com/sms/sms.php" method="post">
<postfield name="numer" value="$(numer)"/>
<postfield name="tresc" value="$(tresc)"/>
<postfield name="login" value="$(login)"/>
<postfield name="haslo" value="$(haslo)"/>
        </go>
        Wyslij SMS
      </anchor>
    </p>

  </card>
</wml>