File size: 1.2Kb
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card title="Регистрация">
<p>
<small>Адрес (без http://):</small><br/>
<input type="text" name="link" maxlength="30"/><br/>
<small>Название:</small><br/>
<input type="text" name="title" maxlength="50"/><br/>
<small>Пароль:</small><br/>
<input type="password" name="pass" maxlength="20"/><br/>
<small>Описание:</small><br/>
<input type="text" name="opis" maxlength="100"/><br/>
<small><anchor>Ok
<go href="reg.php" method="post">
<postfield name="link" value="$(link)"/>
<postfield name="title" value="$(title)"/>
<postfield name="pass" value="$(pass)"/>
<postfield name="opis" value="$(opis)"/>
</go></anchor></small><br/>
<br/><small><a href="./index.php">В рейтинг</a></small><br/>
<small><a href="../index.php">amlet.com.ru</a></small>
</p>
</card>
</wml>