Просмотр файла pismo/admin/comm/index.php

Размер файла: 999B
<?php
include '..\..\conf.php';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><?php
echo $title;
?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="<?php
echo $style;
?>" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #444444;
}
a:active {
	text-decoration: none;
	color: #444444;
}
-->
</style></head>

<body>
<div class="head">Письмо ленину :)</div>
<div class="main">
<form action = "whrite.php" method="get">
Ваше имя: <br><input type="text" name="name"/><br>
Ваш отзыв: <br><input type="text" name="comm"/><br>
<input type="submit"/><br>
<a href="<?php
echo $url;
?>">На главную</a></div>
<?php
include '..\..\foot.php';
?>