File size: 1.19Kb
<?php
//=====заголовок каждой страницы и конвертация русского в unicode=====
header("Content-type:text/vnd.wap.wml");
echo "<?xml version=\"1.0\" ?>\n";?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head>
<meta forua="true" http-equiv="Cache-Control" content="must-revalidate"/>
<meta forua="true" http-equiv="Cache-Control" content="no-cache"/>
<meta forua="true" http-equiv="Cache-Control" content="no-store"/>
</head>
<card id="start" title="Logout">
<p>Vy vishli!</p>
<p>
Login: <br/>
<input title="login" name="login" value=""/><br/>
password<br/>
<input type="password" title="pass" name="password" maxlength="20"/>
<br/>
<anchor title="go">Ok
<go href="enter.php" method="post">
<postfield name="login" value="$(login)"/>
<postfield name="password" value="$(password)"/>
</go>
</anchor></p>
<p>
<a href="register.wml"> >> Registration</a></p>
</card>
</wml>