116
<pre>
</div>
<?php
if(isset($_SESSION['reg']['res'])){
echo '<div class="error">' .$_SESSION['reg']['res']. '</div>';
unset($_SESSION['reg']);
}
?>
/////////////////
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="<?=TEMPLATES?>/css/style.css">
<link rel="stylesheet" href="<?=TEMPLATES?>/css/jquery.datetimepicker.css">
<script src="/scripts/jquery-2.1.3.min.js"></script>
<script src="/scripts/jquery.datetimepicker.js"></script>
<script src="/scripts/bootstrap.js"></script>
<script src="/scripts/bootstrap.js"></script>
<title>
CДО | Главная
</title>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo"><a href="/"><img src="images/logo.png" alt="" /></a>
</div>
<div id="search">
<form method="get" action="" >
<input type="hidden" name="view"
value="search" />
<h3>Поиск</h3>
<input class="search" name="sear"
placeholder="Поиск" />
<p>advanced search </p>
<button><img src="images/search-
img.png" alt=""></button>
</form>