<h3><a href="#" id="load_top_uploaders" onclick="ajax.releases('top_uploaders'); return false;" title="<?php echo isset($L['CLICK_TO_VIEW']) ? $L['CLICK_TO_VIEW'] : $V['L_CLICK_TO_VIEW']; ?>"><img src="styles/images/plus.png" width="22px;" height="22px;" alt=""><?php echo isset($L['TOP_SEEDERS']) ? $L['TOP_SEEDERS'] : $V['L_TOP_SEEDERS']; ?></</a></h3>
@-webkit-keyframes Loader-in {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
50% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
100% {
-webkit-transform: translate3d(0, -100px, 0);
transform: translate3d(0, -100px, 0);
}
}
@keyframes Loader-in {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
50% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
100% {
-webkit-transform: translate3d(0, -100px, 0);
transform: translate3d(0, -100px, 0);
}
}
@-webkit-keyframes Poster-in {
0% {
opacity: 0;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes Poster-in {
0% {
opacity: 0;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
[c-poster] {
-webkit-animation: Poster-in .8s 1;
animation: Poster-in .8s 1;
-webkit-animation-fill-mode: backwards;
animation-fill-mode: backwards;
background: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
cursor: pointer;
display: block;
float: left;
height: 160px;
color: inherit;
overflow: hidden;
margin-bottom: 32px;
padding: 32px;
padding-left: 50px;
position: relative;
-webkit-transition: .4s box-shadow;
transition: .4s box-shadow;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 120px;
}
[c-poster] + [c-poster] {
margin-left: 32px;
}
[c-poster]:hover {
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
-webkit-transition: .4s box-shadow .2s;
transition: .4s box-shadow .2s;
}
[c-poster]:hover [c-poster-cover] {
-webkit-transform: translate3d(-170px, 0, 0);
transform: translate3d(-170px, 0, 0);
}
[c-poster]:hover [c-poster-cover-photo] {
opacity: .5;
-webkit-transform: translate3d(110px, 0, 0);
transform: translate3d(110px, 0, 0);
}
[c-poster-cover] {
background: #000;
height: 100%;
left: 0;
overflow: hidden;
pointer-events: none;
position: absolute;
top: 0;
-webkit-transition: -webkit-transform .4s;
transition: transform .4s;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 9;
}
[c-poster-cover-photo] {
background: transparent no-repeat center center / cover;
height: 100%;
-webkit-transition: -webkit-transform, opacity;
transition: transform, opacity;
-webkit-transition-duration: .4s;
transition-duration: .4s;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
}
[c-poster-title] {
font-size: 14px;
color: #363636;
}
[c-poster-network] {
font-size: 14px;
color: #bababa;
margin-bottom: 24px;
}
[c-poster-description] {
font-size: 12px;
background: #fff;
line-height: 18px;
color: #474849;
padding-bottom: 36px;
max-height: 260px;
overflow: hidden;
position: relative;
-webkit-transition: max-height .6s;
transition: max-height .6s;
z-index: 1;
font-weight: 100;
}
[c-poster-description]::before {
content: '';
display: block;
background: -webkit-linear-gradient(top, transparent, #fff);
background: linear-gradient(to bottom, transparent, #fff);
height: 36px;
position: absolute;
left: 0;
width: 100%;
bottom: 0;
}
[c-poster-description]:active {
max-height: 300px;
}
[c-poster-seasons] {
position: absolute;
bottom: 32px;
text-decoration: none;
color: #000;
}
.clearfixdiv{
clear: left;
}
$html .= '<div c-poster="c-poster">';
$html .= '<div c-poster-cover="c-poster-cover"><div c-poster-cover-photo="c-poster-cover-photo" style="background-image: url(thumb.php?t='.$topic_id.');"></div></div>';
$html .= '<div c-poster-body="c-poster-body">';
$html .= '<h2 c-poster-title="c-poster-title">'.$title.'</h2>';
$html .= '<div style="font-size:10px">'.$lang['AUTHOR'].': '.$poster.'</div>';
$html .= '<div style="font-size:10px">'.$lang['SIZE'].': '.$size.'</div>';
$html .= '<div style="font-size:11px"><a href="dl.php?id='.$att_id.'"><strong>'.$lang['DOWNLOAD'].':</strong></a> <span style="font-size:10px">('.$lang['COMPLETED'].' уже <b>'.$completed.'</b>)</span></div>';
$html .= '<div style="font-size:10px">'.$lang['FORUM'].': <a href="viewforum.php?f='.$forum_id.'">'.$forum.'</a></div>';
$html .= '<br /><a style="float:right;" href="viewtopic.php?t='.$topic_id.'">Открыть ></a>';
$html .= '</div>';
$html .= '</div>';
$html .= '<div class="clearfixdiv"></div>';
$att_id = $row['attach_id'];
$html .= '<li>';
$html .= '<div class="bCenter"><img src="thumb.php?t='.$topic_id.'" style="width: 105px; height: 150px;" alt="" ></div>';
$html .= '<div><a href="viewtopic.php?t='.$topic_id.'">'.$title.'</a></div>';
$html .= '<div style="font-size:10px">'.$lang['AUTHOR'].': '.$poster.'</div>';
$html .= '<div style="font-size:10px">'.$lang['SIZE'].': '.$size.'</div>';
$html .= '<div style="font-size:11px"><a href="dl.php?id='.$att_id.'"><strong>'.$lang['DOWNLOAD'].':</strong></a> <span style="font-size:10px">('.$lang['COMPLETED'].' уже <b>'.$completed.'</b>)</span></div>';
$html .= '<div style="font-size:10px">'.$lang['FORUM'].': <a href="viewforum.php?f='.$forum_id.'">'.$forum.'</a></div>';
$html .= '</li>';
$html .= '<h3></h3>';
$att_id = $row['attach_id'];
$html .= '<div c-poster="c-poster">';
$html .= '<div c-poster-cover="c-poster-cover"><div c-poster-cover-photo="c-poster-cover-photo" style="background-image: url(thumb.php?t='.$topic_id.');"></div></div>';
$html .= '<div c-poster-body="c-poster-body">';
$html .= '<h2 c-poster-title="c-poster-title">'.$title.'</h2>';
$html .= '<div style="font-size:10px">'.$lang['AUTHOR'].': '.$poster.'</div>';
$html .= '<div style="font-size:10px">'.$lang['SIZE'].': '.$size.'</div>';
$html .= '<div style="font-size:11px"><a href="dl.php?id='.$att_id.'"><strong>'.$lang['DOWNLOAD'].':</strong></a> <span style="font-size:10px">('.$lang['COMPLETED'].' уже <b>'.$completed.'</b>)</span></div>';
$html .= '<div style="font-size:10px">'.$lang['FORUM'].': <a href="viewforum.php?f='.$forum_id.'">'.$forum.'</a></div>';
$html .= '<br /><a style="float:right;" href="viewtopic.php?t='.$topic_id.'">Открыть ></a>';
$html .= '</div>';
$html .= '</div>';
$html .= '<div class="clearfixdiv"></div>';
[10-Oct-2015 19:45:58 Europe/Moscow] PHP Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/bt/includes/init_tr.php on line 131