Вход Регистрация
Файл: search/index_web.php
Строк: 25
<?
error_reporting
(0);
if(
$set['web']){

$search=NULL;
if (isset(
$_SESSION['search']))$search=$_SESSION['search'];
if (isset(
$_POST['search']))$search=$_POST['search'];
$_SESSION['search']=$search;



echo 
"<div style='padding-top:10px;'>";
echo 
"<div style='background: -webkit-linear-gradient(#444, #111);padding:5px;color:#808080'><center>Поиск по сайту</center></div></div>";} 
echo 
"<div class='navi'>";
if(
$set['web']){
echo 
"<div style='padding:15px;'>";
}

echo 
"<div class='navi'><center><form method="post" action="/search/?go" >n";
$search=stripcslashes(htmlspecialchars($search));
echo 
"<input type="text" name="search"  placeholder='Что будем искать?' maxlength="64" style='width:70%'/>n";
echo 
"<input type="submit" value="найти" />n";
echo 
"</form></center></div>n";

//if (user_access('adm_mysql'))echo" <a href='/search/adm.php'><font size='1'>Админка поиска</font></a><br />";
echo '</div>';
if(
$set['web'])echo '</div>';
?>
Онлайн: 1
Реклама