( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<style type="text/css">
<!--
@charset "utf-8";
/* CSS Document */
.uploadifyQueueItem {
text-align:left;
font: 11px Verdana, Geneva, sans-serif;
color:#FFF;
border: 0px solid #E5E5E5;
padding: 5px;
width:620px;
}.uploadsid {
font: 10px Verdana, Geneva, sans-serif;
border:0px solid #E5E5E5;
margin-top: 5px;
padding: 5px;
width:620px;
}
.uploadifyError {
border: 1px solid #FBCBBC !important;
background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
float: right;
margin-top:16px
}
.uploadifyProgress {
background-image:url(images/uploadifyProgress.png);
background-repeat:no-repeat;
margin-top: 5px;
width:587px;
}
.uploadifyProgressBar {
background-image:url(images/uploadifyProgressBar.png);
background-repeat:no-repeat;
width: 1px;
height: 19px;
}
#fileQueue {
width:100%;
height:auto;
}
.style7 {font-size: 10px}
.style8 {font-size: 11px}
-->
</style><?php
if (empty($page)) {
$page = 0;
}
$db = new NewsSQL($DBName);
$record = "6";
$catanewsresult = $db->ugcgetnewsbycatidgo($page,$record,$channel);
?>
<?php
$resultC = mysqli_query($link,"select count(*) as total from distributions where distribution=$distribute");
while($rowC = mysql_fetch_assoc($resultC))
{
$max = 40;
$icountC = $rowC['total'];
if ($icountC > $max)
{
?>
<?php }
else
{?>
<?php
if (!empty($catanewsresult)) {
while ( list($key,$val)=each($catanewsresult) ) {
$title = stripslashes($val["catalogname"]);
$description = stripslashes($val["description"]);
$nnewsid = stripslashes($val["catalogid"]);
$catalogidd = stripslashes($val["parentid"]);
$picture = stripslashes($val["picture"]);
$slug = stripslashes($val["slug"]);?>
<table id="Table_01" width="896" height="76" border="0" cellpadding="0" cellspacing="0" style="background-image:url(images/base.png); background-repeat:no-repeat; margin-bottom:5px; margin-top:5px">
<tr>
<td width="896" height="76" style="padding:5px"><table width="870" cellspacing="0" cellpadding="0">
<tr >
<td width="64" valign="middle"><img src="<?php echo $siteaddress;?>taswira.php?width=100&height=60&cropratio=1.666666666666667:1&image=/v/uploads/gthumbs/<?php echo $picture ?>" alt="edit thumb" title="Published: 2014-03-25" width="100" height="60" style=" margin-left:2px;-moz-border-radius : 3px 3px 3px 3px:-webkit-border-radius : 3px 3px 3px 3px;border-radius : 3px 3px 3px 3px;"/></td>
<td width="100%" valign="middle"><div align="left" style=" padding-left:10px; color:#FFF; font-size:14px" title="Published: 2014-03-25" ><?php echo $title; ?>
</div></td>
<td style=" padding-right:0px">
</td>
<td style=" padding-right:0px">
<?php if (isset($_SESSION['euserid'])) {?><span class="addGo" id="idGo_<?php echo $nnewsid; ?>"><a href="#" onClick="return false;"><IMG src="images/status/distribute.png" height="40" id="Video_<?php echo $nnewsid; ?>_<?php echo $distribute; ?>_<?php echo $catalogidd; ?>" ></a></span><?php } ?>
<?php if (!empty($catalogname))
{?>
<?php if (!isset($_SESSION['euserid'])) {?> <a href="v/login?c=<?php echo $slug3; ?>"><IMG src="images/status/distribute.png" height="40" ></a> <?php } ?>
<?php }
?>
</td>
</tr>
</table></td>
</tr>
</table>
<?php
}
}
?>
<div id="fileQueue" style="margin-top:10px; margin-bottom:10px"><div style="opacity: 0.852077;" id="uploadifyWJEWYV" class="uploadifyQueueItem">Distribution Limit for this Content <?php echo $icountC ?>/<?php echo $max ?> (<?php echo $icountC/$max*100 ?>%) - <a href="?mode=upgrade">Remove Limits</a>
<div class="uploadifyProgress"><div style="width:<?php echo $icountC/$max*100 ?>%;" id="uploadifyWJEWYVProgressBar" class="uploadifyProgressBar"><!--Progress Bar--></div></div></div></div>
<?php }
}
?>