Файл: wml/rega.php
Строк: 55
<?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><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>";
?>