<?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>

<card id="card1" title="Opera Mini Phone detection">

<p>Please note that this page is only used to report phones that are not detected correctly at <a href="http://operamini.com">http://operamini.com</a>. No bugs or support issues might be communicated this way.</p>


<p><b>Your user agent is:</b> CCBot/1.0 (+http://www.commoncrawl.org/bot.html)</p>

<p>Please enter information about which device you are using to access this page (brand and model are mandatory)</p>

<p>
  <fieldset title="Device info">
  * Brand: <input name="brand" type="text"/><br/>
  * Model: <input name="model" type="text"/><br/>
  Message: <input name="message" type="text"/>
</fieldset>
</p>

<p>
 <anchor>Send data
  <go href="process.php" method="post"> 
    <postfield name="brand" value="$brand"/>  
    <postfield name="model" value="$model"/>  
    <postfield name="message" value="$message"/>  
  </go>
 </anchor>
</p>

<do type="accept">     
  <go href="process.php" method="post"> 
    <postfield name="brand" value="$brand"/>  
    <postfield name="model" value="$model"/>  
    <postfield name="message" value="$message"/>  
  </go> 
</do>


</card>

</wml>          



