-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/zbk_admin.220809/php/order/
File Upload :
Current File : /var/www/html/zbk_admin.220809/php/order/skn.list.php

<?php

# skin file
	$skins = $skin->skin ( array ( 'frm' => 'FORM' , 'rep' => 'REPEAT' , 'none'	=> 'NONE' ) , $skinfile ) ;

# get data
	$repeat = '' ;
	$total = $exe->qry_list (	" from tbl_{$total[table]} where ( pay_type = 'B' or ( pay_type = 'E' and account is not null ) or ( pay_type = 'C'  and n_state != 'ÀԱݴë±â' ) ) {$search_query[total]} order by numid desc " ,
												" numid , oname , rname , real_id , ordertitle , date_format(write_date,'%Y-%m-%d') as write_date , point_price , sum_price , send_price , result_price , pay_type , pay_price , raddr1 , n_state , res_cd , is_error , error_message " , $total ) ;
	while ( $rs = $exe->fetch ( $total['execute'] ))
	{
		$rs['recno'] = $total['recno'] ;
		$total['recno']-- ;
		$raddr1 = explode(' ' , $rs['raddr1']);
		$rs['raddr1'] = $raddr1[0] . ' ' . $raddr1[1] ;
		if ( $rs['pay_type'] == 3 ) {
			// Ä«µå°áÁ¦´Â 10% ¼¼±Ý Ãß°¡
			$rs['sum_price2'] = number_format($rs['sum_price']*0.1) . ' ¿ø' ;
			$rs['sum_price'] = number_format($rs['sum_price']) . ' ¿ø' ;
		} else {
			$rs['sum_price2'] = '-' ;
			$rs['sum_price'] = number_format($rs['sum_price']) . ' ¿ø' ;
		}
		$rs['send_price'] = number_format($rs['send_price']) . ' ¿ø' ;
		$rs['result_price'] = number_format($rs['result_price']) . ' ¿ø' ;
		$rs['ordertitle'] = str_cut($rs['ordertitle'],30);
		$rs['pay_price'] = number_format($rs['pay_price']) . ' ¿ø' ;
		$rs['point_price'] = number_format($rs['point_price']) . ' ¿ø' ;

		$rs['pay_type'] = $define_shop['°áÁ¦¹æ¹ý'][$rs['pay_type']];
		if ( empty($rs['real_id'])) $rs['point_price'] = '-' ;
		if ( ( $rs['pay_type'] == '3' || $rs['pay_type'] == '4' ) && ($rs['res_cd'] != '0000' || $rs['is_error'] == 'Y' )) $rs['n_state'] = '<span style="color:red">°áÁ¦½ÇÆÐ</span>' ;

		if($rs['n_state']=='ÀԱݿϷá') $rs['n_state']='<span>'.$rs['n_state'].'</span>';
		else if($rs['n_state']=='ÀԱݴë±â') $rs['n_state']='<span style="color:black;">'.$rs['n_state'].'</span>';
		else $rs['n_state']='<span style="color:green">'.$rs['n_state'].'</span>';

		if ( $rs['is_error'] == 'Y' ) $rs['point_price'] = '<span style="color:red;font-weight:bold;cursor:hand;" onclick=" alert(\'' . $rs['error_message'] . '\'); ">' . $rs['point_price'] . '</span>' ;
		$repeat.= str_foreach ( $rs , 'RS' , $skins['rep'] ) ;
	}
	if ( $total['totalcount'] < 1 ) $repeat = $skins['none'] ;
	$total = $exe->paging( $total['cmnval'] . '&mode=' . $total['mode'] , $total ) ;

	$info['repeat'] = $repeat ;

	//$info['se'] = $search_query['total'] ;

	$info['n_states'] = script_array( $t_send ) ;
	$info['n_state'] = str_extract( explode( ',' , $total['ftyp'] ) , explode( ',' , $total['fbox'] ) , 'n_state' , 'string' ) ;



########################################################
// end
########################################################

	$result = str_foreach ( $info , 'INFO' , $skins['frm'] ) ;


	//$hint['clicksoccer'] = '
	//<font color="red" class="b">ÁÖÀÇÇØÁÖ¼¼¿ä</font><br>
	//2010³â 04¿ù 02ÀϱîÁöÀÇ ÁÖ¹®Àº º¸¿©Áö´Â ÁÖ¹®»ó¼¼Á¤º¸°¡ ¼ÒºñÀÚ°¡ ½ÇÁ¦ ÁÖ¹®ÇÑ Á¤º¸¿Í ´Ù¸¦ ¼ö ÀÖ½À´Ï´Ù.<br>
	//4¿ù 2ÀÏ ÀÌÀü ÁÖ¹®Àº <a href="http://clicksoccer.2768.co.kr/admin/" target="_blank" style="color:blue;">http://clicksoccer.2768.co.kr/admin/</a>¿¡ Á¢¼ÓÇϼż­ È®ÀÎÇϽñ⠹ٶø´Ï´Ù.'

	$hint['system'] = '
		ÁÖ¹® <b>°áÁ¦½ÇÆÐ</b>½Ã ½ÇÆÐ»çÀ¯¸¦ È®ÀÎÇØÁÖ¼¼¿ä. <br>
		* ÀϺΠÁÖ¹®ÀÇ °æ¿ì ½Ç °áÁ¦ ÀÌÈÄ µ¥ÀÌÅÍ ºÎÀûÇÕ¿¡ ÀÇÇØ ¹ß»ýµÈ ¿À·ùÀÏ ¼ö ÀÖ½À´Ï´Ù. ÀÌ °æ¿ì °áÁ¦°¡ ¿Ï·áµÈ »óÅÂÀ̱⠶§¹®¿¡ ½ÂÀÎÃë¼Ò°¡ ÇÊ¿äÇÒ ¼ö ÀÖ½À´Ï´Ù.
	' ;

?>

Copyright © 2017 || Recoded By Mr.Bumblebee