Файл: wml/ent.php
Строк: 30
<?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">";
print "<wml><head><meta http-equiv="Cache-Control" content="no-cache" forua="true"/></head>";
print "<card title="Профиль">";
print "<p align="center">
<small> Ваш ci:</small><br/>
<input name="ci" format="*N" maxlength="15" emptyok="true"/><br/>
<small>Пароль:</small><br/>
<input type="text" name="pass" maxlength="15" emptyok="true"/><br/>
<small><anchor title="go">Пошел<go href="prof.php" method="post">
<postfield name="ci" value="$(ci)"/>
<postfield name="pass" value="$(pass)"/>
</go>
</anchor></small>
<br/><a href="sendpas.php">Забыл пароль</a>
<br/><br/><small><a href="addchat.wml">Регистрация чата</a></small>
<br/><small><a href="serv.php">Cервис чатов</a></small>";
print "</p>
</card>
</wml>";
?>