File size: 1.19Kb
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd" >
<wml>
<card id="search" title="Поиск">
<p><small>Обязательно заполняйте все 3 поля!</small><br/>
<small>Год рождения:</small>
<br/>
<input title="byear" name="byear"/><br/>
<small>Рост:</small><br/>
<input title="rost" name="rost"/><br/>
<small>Пол:</small><br/>
<select name="sex">
<option value="m">М</option>
<option value="zh">Ж</option>
</select><br/>
<small><anchor title="go">OK<go href="search.php" method="post">
<postfield name="byear" value="$(byear)"/>
<postfield name="rost" value="$(rost)"/>
<postfield name="sex" value="$(sex)"/>
</go>
</anchor></small><br/>
<small><a href="index.php">Знакомства</a></small><br/>
<small><a href="http://mas.net.ru">Mas.Net.Ru</a></small></p>
</card>
</wml>