File size: 4.29Kb
<?
require("inc.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.2//EN\" \"http://www.wapforum.org/DTD/wml12.dtd\">";
print "<wml>";
print "<card id=\"index\" title=\"$title\">";
print "$sindex";
print "$swapshop";
print "<p>";
##-----------------------------------------------------------------------------##
#####################################################
print "<small><b>* Регистрация *</b></small>";
print "<br/>$line";
print "<br/><small>*Login:</small>";
print "<br/><input type=\"text\" name=\"login\" maxlength=\"20\"/>"; /////// логин
print "<br/><small>E-mail:</small>";
print "<br/><input type=\"text\" name=\"mail\" maxlength=\"40\" emptyok=\"true\"/>"; //// мыло
print "<br/><small>*Кто ты?</small>";
print "<br/><select name=\"sex\" title=\"Кто вы?\">";
print "<option value=\"m\">Парень</option>";
print "<option value=\"zh\">Девушка</option></select>"; // пол
print "<br/><small>*Имя:</small>";
print "<br/><input type=\"text\" name=\"name\" maxlength=\"30\"/>"; ///// имя
print "<br/><small>*Возраст:</small>";
print "<br/><input type=\"text\" name=\"age\" format=\"*N\" maxlength=\"2\"/>"; ///// возраст
print "<br/><small>Рост:</small>";
print "<br/><input type=\"text\" name=\"rost\" format=\"*N\" maxlength=\"4\"/>"; /// рост
print "<br/><small>Знак задиака:</small>";
print "<br/><input type=\"text\" name=\"hair\" maxlength=\"40\"/>"; ///// цвет волос
print "<br/><small>Цвет Глаз:</small>";
print "<br/><input type=\"text\" name=\"eye\" maxlength=\"40\"/>"; ///// цвет глаз
print "<br/><small>*Город</small>";
print "<br/><input type=\"text\" name=\"city\" maxlength=\"35\"/>"; ///// город
print "<br/><small>*Как связаться:</small>";
print "<br/><input type=\"text\" name=\"hobbi\" maxlength=\"90\"/>"; ///// увлечения
print "<br/><small>*Цель знакомства:</small>";
print "<br/><input type=\"text\" name=\"pov\" maxlength=\"120\"/>"; ///// цель знакомства
print "<br/><small>*О себе:</small>";
print "<br/><input type=\"text\" name=\"info\" maxlength=\"150\"/>"; ///// о себе
//////////////////// ПостФайлед для реги ///////////////////////////////////////
print "<br/><anchor title=\"ok\">Регистрировать
<go href=\"reg.php?&$r\" method=\"post\">";
print "<postfield name=\"login\" value=\"$(login)\"/>"; /////// логин
print "<postfield name=\"mail\" value=\"$(mail)\"/>"; ///////// маил
print "<postfield name=\"sex\" value=\"$(sex)\"/>"; ////// пол
print "<postfield name=\"name\" value=\"$(name)\"/>"; /////// имя
print "<postfield name=\"age\" value=\"$(age)\"/>"; ///////// возраст
print "<postfield name=\"rost\" value=\"$(rost)\"/>"; /////// рост
print "<postfield name=\"hair\" value=\"$(hair)\"/>"; /////// цвет волос
print "<postfield name=\"eye\" value=\"$(eye)\"/>"; /////// цвет глаз
print "<postfield name=\"city\" value=\"$(city)\"/>"; /////// город
print "<postfield name=\"hobbi\" value=\"$(hobbi)\"/>"; /////// увлечения
print "<postfield name=\"pov\" value=\"$(pov)\"/>"; /////// цель знакомства
print "<postfield name=\"info\" value=\"$(info)\"/>"; /////// о себе
print "</go></anchor>";
print "<br/><small><a href=\"index.php?&$r\">Меню</a></small>";
///////////////// конец формы регистрации ////////////////////////////////
print "<br/>$line";
print "<br/><small><a href=\"$index\">$iname</a></small>";
print "</p></card></wml>";
?>