File size: 3.3Kb
<?php
header ("Content-type:text/vnd.wap.wml; charset=utf-8");
print "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";
print "<!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=\"no-cache\" forua=\"true\"/></head>";
print "<card title=\"Регистрация\">
<p><small>
Ник:*</small><br/>
<input type=\"text\" name=\"login\" maxlength=\"20\"/><br/>
<small>Пароль:*</small><br/>
<input type=\"password\" name=\"pass\" maxlength=\"20\"/><br/>
<small>Имя:*</small><br/>
<input type=\"text\" name=\"name\" maxlength=\"20\"/><br/>
<small>Пол:*</small><br/>
<select name=\"sex\" title=\"Пол\">
<option value=\"m\">М</option>
<option value=\"zh\">Ж</option></select><br/>
<small>Дата рождения:</small><br/>
<input size=\"2\" name=\"bday\" maxlength=\"2\" format=\"*N\"/>-<input size=\"2\" name=\"bmonth\" maxlength=\"2\" format=\"*N\"/>-<input size=\"4\" name=\"byear\" maxlength=\"4\" format=\"*N\"/><br/>
<small>Место жительства:</small><br/>
<input type=\"text\" name=\"live\" maxlength=\"30\"/><br/>
<small>Модель мобилы:</small><br/>
<input type=\"text\" name=\"mobile\" maxlength=\"20\"/><br/>
<small>Оператор:</small><br/>
<input type=\"text\" name=\"operator\" maxlength=\"20\"/><br/>
<small>e-mail:</small><br/>
<input type=\"text\" name=\"email\" maxlength=\"30\"/><br/>
<small>WAP-сайт:</small><br/>
<input type=\"text\" name=\"wapurl\" maxlength=\"30\" value=\"http://\"/><br/>
<small>WEB-сайт:</small><br/>
<input type=\"text\" name=\"weburl\" maxlength=\"30\" value=\"http://\"/><br/>
<small>ICQ:</small><br/>
<input type=\"text\" name=\"icq\" maxlength=\"30\" format=\"*N\"/><br/>
<small>О себе:</small><br/>
<input type=\"text\" name=\"about\" maxlength=\"50\"/><br/>
<small><anchor>Регистрировать
<go href=\"reg.php?ci=".$ci."\" method=\"post\">
<postfield name=\"login\" value=\"$(login)\"/>
<postfield name=\"pass\" value=\"$(pass)\"/>
<postfield name=\"name\" value=\"$(name)\"/>
<postfield name=\"email\" value=\"$(email)\"/>
<postfield name=\"wapurl\" value=\"$(wapurl)\"/>
<postfield name=\"mobile\" value=\"$(mobile)\"/>
<postfield name=\"operator\" value=\"$(operator)\"/>
<postfield name=\"weburl\" value=\"$(weburl)\"/>
<postfield name=\"icq\" value=\"$(icq)\"/>
<postfield name=\"live\" value=\"$(live)\"/>
<postfield name=\"about\" value=\"$(about)\"/>
<postfield name=\"sex\" value=\"$(sex)\"/>
<postfield name=\"byear\" value=\"$(byear)\"/>
<postfield name=\"bday\" value=\"$(bday)\"/>
<postfield name=\"bmonth\" value=\"$(bmonth)\"/>
</go></anchor><br/>
<a href=\"./index.php?ci=".$ci."\">Назад</a></small>";
print "</p>
</card>
</wml>";
?>