Размер файла: 1.63Kb
<?php
include '../config.php';
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"/>
<meta http-equiv="Cache-Control" content="max-age=0"/>
<meta http-equiv="Cache-Control" content="must-revalidate"/>
</head>
<card title="Контакты">
<p align="left"><small><b>Вы можете написать письмо администратору сайта.</b></small><br/><small><b>------</b></small><br/>
<small>Ваше имя:</small><br/>
<input name="nax"/><br/>
<small>Ваш e-mail:</small><br/>
<input name="mail"/><br/>
<small>Текст письма:</small><br/>
<input name="piz"/><br/>
<anchor title="Send"><small><b>Отправить</b></small>
<?php
print "<go href=\"send.php\" method=\"post\">";
?>
<postfield name="nax" value="$(nax)"/>
<postfield name="mail" value="$(mail)"/>
<postfield name="piz" value="$(piz)"/>
</go></anchor><br/><br/>
<br/>
<a href="<? print "$homepage" ?>">На главную</a>
</p>
</card>
</wml>