Размер файла: 957B
<?
header("Cache-Control: no-cache");
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="cpanel">';
print '<p align="left">';
print '<small>Ваш id:<br/></small>';
print '<input name="id" format="*N" maxlength="15" emptyok="true"/><br/>';
print '<small>Пароль:<br/></small>';
print '<input type="text" name="ps" maxlength="25" emptyok="true"/><br/>';
print '<anchor title="go">Войти<go href="admin.php" method="post">
<postfield name="id" value="$(id)"/>
<postfield name="ps" value="$(ps)"/>
</go>
</anchor>';
print '<br/><small><a href="../in.php">Сервис Гостевых</a></small>';
print '</p></card></wml>';
?>