Просмотр файла gpanel/index.php

Размер файла: 860B
<?
header("Cache-Control: no-cache");
header("Content-type:text/vnd.wap.wml; charset=utf-8");
print "<?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><head><meta http-equiv="Cache-Control" content="no-cache" forua="true"/></head>
<card title="Gpanel">
<p align="left">
Ваш id:<br/>
<input name="id" format="*N"  maxlength="15" emptyok="true"/><br/>
Пароль:<br/>
<input type="text" name="ps" maxlength="25" emptyok="true"/><br/>
<anchor title="go">Войти<go href="admin.php" method="post">
<postfield name="id" value="$(id)"/>
<postfield name="ps" value="$(ps)"/>
</go>
</anchor>
<br/><a href="../in.php">Сервис гостевых</a>
<br/><small><a href="http://wapsoft.org.ru">wapsoft.org.ru</a></small>
</p></card></wml>