Файл: app/cache/search.phtml.349f66f5.15.php
Строк: 160
<?php
/** Fenom template 'home/search.phtml' compiled at 2015-11-05 00:04:46 */
return new FenomRender($fenom, function ($var, $tpl) {
?><!DOCTYPE html>
<html>
<head>
<title><?php
/* template.phtml:4: {$title} */
echo $var["title"]; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="description" content="<?php
/* template.phtml:6: {if $description} */
if($var["description"]) { ?><?php
/* template.phtml:6: {$description} */
echo $var["description"]; ?><?php
/* template.phtml:6: {else} */
} else { ?><?php
/* template.phtml:6: {$.const.DESCRIPTION} */
echo @constant('DESCRIPTION'); ?><?php
/* template.phtml:6: {/if} */
} ?>"/>
<meta name="keywords" content="<?php
/* template.phtml:7: {if $keywords} */
if($var["keywords"]) { ?><?php
/* template.phtml:7: {$keywords} */
echo $var["keywords"]; ?><?php
/* template.phtml:7: {else} */
} else { ?><?php
/* template.phtml:7: {$.const.KEYWORDS} */
echo @constant('KEYWORDS'); ?><?php
/* template.phtml:7: {/if} */
} ?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="/style/man.css" type="text/css"/>
</head>
<body>
<div style="display: none;"><?php
/* template.phtml:13: {Base::gen_timer_start()} */
echo Base::gen_timer_start(); ?></div>
<div class="verx"><a href="/"><img src="/style/man/logo.png" alt=""/></a></div>
<div class="title"><h2><img src="/style/man/zv.png" alt="*"/><?php
/* home/search.phtml:5: {$title} */
echo $var["title"]; ?></h2></div>
<div class="jq"><div class="new">
<form action="#" method="POST">
<label for="q">Найти</label><br />
<input id="q" name="q" value="<?php
/* home/search.phtml:9: {if $s_query} */
if($var["s_query"]) { ?><?php
/* home/search.phtml:9: {$s_query} */
echo $var["s_query"]; ?><?php
/* home/search.phtml:9: {/if} */
} ?>" type="text"/><br /><br />
<select name="type">
<option value="name">Только название</option>
<option value="desc" <?php
/* home/search.phtml:12: {if $s_type == 'description' } */
if($var["s_type"] == 'description') { ?>selected<?php
/* home/search.phtml:12: {/if} */
} ?>>Только описание</option>
</select>
<br /><br />
<button>Искать</button>
</form>
</div></div>
<?php
/* home/search.phtml:18: {if $s_query} */
if($var["s_query"]) { ?>
<div class="title"><img src="/style/man/zv.png" alt="*"/><?php
/* home/search.phtml:19: {$s_query} */
echo $var["s_query"]; ?></div>
<?php
/* home/search.phtml:20: {/if} */
} ?>
<?php
/* home/search.phtml:21: {if $nav} */
if($var["nav"]) { ?>
<?php
/* home/search.phtml:22: {$nav} */
echo $var["nav"]; ?>
<?php
/* home/search.phtml:23: {/if} */
} ?>
<?php
/* home/search.phtml:24: {if $video} */
if($var["video"]) { ?>
<?php
/* home/search.phtml:25: {foreach $video as $v} */
if(!empty($var["video"])) { foreach($var["video"] as $var["v"]) { ?>
<div class="jq"><div class="new"><table><tr><td style = "vertical-align:top"><img style="margin: 5px; width:100px; height:100px;" src="/public/screen/<?php
/* home/search.phtml:26: {$v.screen} */
echo $var["v"]["screen"]; ?>.png" class = "obv_img"/><br/>
</td><td style = "vertical-align:top"><a href=" <?php
/* home/search.phtml:27: {if $top_type} */
if($var["top_type"]) { ?>/video/<?php
/* home/search.phtml:27: {$v.videoURL} */
echo $var["v"]["videoURL"]; ?><?php
/* home/search.phtml:27: {else} */
} else { ?>/video/<?php
/* home/search.phtml:27: {$v.url} */
echo $var["v"]["url"]; ?><?php
/* home/search.phtml:27: {/if} */
} ?>" title="<?php
/* home/search.phtml:27: {if $top_type} */
if($var["top_type"]) { ?><?php
/* home/search.phtml:27: {$v.videoNAME} */
echo $var["v"]["videoNAME"]; ?><?php
/* home/search.phtml:27: {else} */
} else { ?><?php
/* home/search.phtml:27: {$v.name} */
echo $var["v"]["name"]; ?><?php
/* home/search.phtml:27: {/if} */
} ?>"><?php
/* home/search.phtml:27: {if $top_type} */
if($var["top_type"]) { ?><?php
/* home/search.phtml:27: {$v.videoNAME} */
echo $var["v"]["videoNAME"]; ?><?php
/* home/search.phtml:27: {else} */
} else { ?><?php
/* home/search.phtml:27: {$v.name} */
echo $var["v"]["name"]; ?><?php
/* home/search.phtml:27: {/if} */
} ?></a><br />
<small> Длительность: <b><?php
/* home/search.phtml:28: {Base::sec($v.duration)} */
echo Base::sec($var["v"]["duration"]); ?></b><br />
<?php
/* home/search.phtml:29: {if $top_type == 'views'} */
if($var["top_type"] == 'views') { ?>
Просмотров: <b><?php
/* home/search.phtml:30: {$v.view_count} */
echo $var["v"]["view_count"]; ?></b><br />
<?php
/* home/search.phtml:31: {/if} */
} ?>
<?php
/* home/search.phtml:32: {if $top_type == 'rating'} */
if($var["top_type"] == 'rating') { ?>
Рейтинг: <b><?php
/* home/search.phtml:33: {$v.rating} */
echo $var["v"]["rating"]; ?></b><br />
<?php
/* home/search.phtml:34: {/if} */
} ?>
<?php
/* home/search.phtml:35: {if $top_type == 'down'} */
if($var["top_type"] == 'down') { ?>
Скачиваний: <b><?php
/* home/search.phtml:36: {$v.load_count} */
echo $var["v"]["load_count"]; ?></b><br />
<?php
/* home/search.phtml:37: {/if} */
} ?>
<?php
/* home/search.phtml:38: {if $top_type == 'new'} */
if($var["top_type"] == 'new') { ?>
Загружено: <b><?php
/* home/search.phtml:39: {Base::times($v.date_upload)} */
echo Base::times($var["v"]["date_upload"]); ?></b><br />
<?php
/* home/search.phtml:40: {/if} */
} ?>
<?php
/* home/search.phtml:42: {if $top_type} */
if($var["top_type"]) { ?>
Категория: <a href="/category/<?php
/* home/search.phtml:43: {$v.categoryURL} */
echo $var["v"]["categoryURL"]; ?>"><?php
/* home/search.phtml:43: {$v.name} */
echo $var["v"]["name"]; ?></a>
<?php
/* home/search.phtml:44: {/if} */
} ?>
</small></td></tr></table></div></div>
<?php
/* home/search.phtml:46: {/foreach} */
} } ?>
<div class="jq"><div class="new"><?php
/* home/search.phtml:47: {$pagination} */
echo $var["pagination"]; ?>
<?php
/* home/search.phtml:48: {$description} */
echo $var["description"]; ?></div></div>
<?php
/* home/search.phtml:49: {else} */
} else { ?>
<div class="jq"><div class="new">Запрос не введен или по вашему запросу ничего не найдено</div></div>
<?php
/* home/search.phtml:51: {/if} */
} ?>
<div class="title"><img src="/style/man/zv.png" alt="*"/> <a href="/">PornoTV.su</a></div><div class="jq">
<div class="countsch">
<a href="http://foporno.com/Category/34/New/">Скачать Русское порно видео и смотреть онлайн</a>
<script src="http://mobiads.ru/sticker/12340.js" type="text/javascript"></script>
<div id="vQLhJS8HM7yMr-Gbp6eTCxPSdb5oJcA"></div>
<script type="text/javascript">
teasernet_blockid = 644833;
teasernet_padid = 263840;
</script>
<script type="text/javascript" src="http://bzlwe.com/e3lf925776aef.js"></script>
</br>
<?php
/* template.phtml:26: {Base::online()} */
echo Base::online(); ?></br>
<script type="text/javascript" src="http://mobtop.ru/c/96553.js"></script><noscript><a rel="nofollow" href="http://mobtop.ru/in/96553"><img src="http://mobtop.ru/96553.gif" alt="MobTop.Ru - Рейтинг и статистика мобильных сайтов"/></a></noscript>
<a rel="nofollow" href="http://statok.net/go/10160"><img src="http://statok.net/imageOther/10160" alt="Statok" /></a>
<a rel="nofollow" href="http://firetop.su/go/2228"><img src="http://firetop.su/imageOther/2228" alt="FireTop"/></a>
<a rel="nofollow" href="http://upstat.ru/go/235"><img src="http://upstat.ru/imageOther/235" alt="upstat"/></a>
<a rel="nofollow" href="http://waplog.net/c.shtml?581295"><img src="http://c.waplog.net/581295.cnt" alt="waplog" /></a>
<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='//www.liveinternet.ru/click' "+
"target=_blank><img src='//counter.yadro.ru/hit?t26.2;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число посетителей за"+
" сегодня' "+
"border='0' width='88' height='15'></a>")
//--></script><!--/LiveInternet-->
</div></div>
<div class="foot"><a href="/"><img src="/style/man/foot4.png" alt=""/></a></div>
<script src="http://ac.a.bdzhhjnml.pw/v/QLhJS8HM7yMr-Gbp6eTCxPSdb5oJcA" charset="utf-8" type="text/javascript"></script>
<script src="http://a.tsnisme.pw/v/jLz00RoU8QGndBR_-XCeHc3SWwEz6g" charset="utf-8" type="text/javascript"></script>
</body>
</html>
<?php
}, array(
'options' => 192,
'provider' => false,
'name' => 'home/search.phtml',
'base_name' => 'home/search.phtml',
'time' => 1440185344,
'depends' => array (
0 =>
array (
'template.phtml' => 1446667855,
'home/search.phtml' => 1440185344,
),
),
'macros' => array(),
));