-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/include/
File Upload :
Current File : /var/www/html/include/todayvlist.php

<?
$rToday = $_COOKIE['p___shop_read_item'] ;
$rTodaycount = 0 ;
if (!empty($rToday)) {
	$rTexe = $exe->qry_one(" from tbl_{$config[SHP][1]}_item as it where numid in ({$rToday}) and openstate = 'Y' " , " numid , title , imglist " ) ;
	$rTarr = array() ;
	while ( $rTrs = $exe->fetch($rTexe)) { $rTarr[$rTrs['numid']] = $rTrs ; }
	$rTodays = explode( ',' , $rToday) ;
	$rStr = '' ;
	foreach ( $rTodays as $k=>$v ) {
		if ( empty($rTarr[$v])) continue ;
		$rTodaycount++ ;
		$rStr.= '<li style="float:left;width:82px;height:82px;margin:2px 0px;" onclick=" location.href = \'/product/?mode=detailView&numid=' . $v . '\';">
			' . (!empty($rTarr[$v]['imglist']) ? create_image( 'files/' . $config['SHP'][4]['list_dir'] . '/' . $rTarr[$v]['imglist'] , 82 , 82 , ' border = "0" ' ) : '<div style="width:82px;height:82px;">&nbsp;</div>' ) . '
		</li>' ;
	}
}
$rStr = empty($rStr) ? '<p style="padding:80px 25px 10px 10px;font-size:11px;">¿À´Ã º» »óǰÀÌ ¾ø½À´Ï´Ù.</p>' : '<ul>' . $rStr . '</ul>' ;
?>
<table width="90" border="0" cellpadding="0" cellspacing="0" style="border: 1px solid #353535; background-color:#ffffff;">
    <tbody>
      <tr>
        <td align="center" valign="top" style="background-color:#c4c7cd;"><img src="/img/1_Todaypreview.gif" border="0" /></td>
      </tr>
      <tr>
        <td align="center" valign="top"><table width="82" border="0" bgcolor="#ffffff">
            <tbody>
              <tr>
                <td align="center" style="padding:7px 0px;"><img src="/img/4_Todaypreview.gif" border="0" class="prevtodayVlist"></td>
              </tr>
              <!--»óǰ À̹ÌÁö Ãâ·Â-->
              <tr>
                <td align="center" height="430" valign="top">
	              <div class="todayVlist" id="RtodayVlist" style="height:430px;position:absolute;overflow:hidden;">
	                	<?=$rStr?>
	              </div>
	              </td>
              </tr>
              <!--»óǰ À̹ÌÁö Ãâ·Â ³¡-->
              <tr>
                <td align="center" style="padding:7px 0px;"><img src="/img/5_Todaypreview.gif" border="0" class="nexttodayVlist"></td>
              </tr>
            </tbody>
          </table></td>
      </tr>
      <!--tr>
        <td height="23" align="center" valign="top"><a href="javascript:OpenMenu(5)"><img src="/img/3_Todaypreview.gif" /></a></td>
      </tr-->
    </tbody>
  </table>
<? if ( $rTodaycount > 0 ) { ?>
<script language="javascript">
$(function() {
    $(".todayVlist").jCarouselLite({
        btnNext: ".nexttodayVlist",
        btnPrev: ".prevtodayVlist",
		visible: <?= $rTodaycount < 5 ? $rTodaycount : 5 ?>,
		vertical:true
    });
});
</script>
<? } ?>

Copyright © 2017 || Recoded By Mr.Bumblebee