-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
# approve
if ( empty($numid)) script_re($total['cmnall'] , ' Á¢±ÙÇÒ ¼ö ¾ø½À´Ï´Ù. ' ) ;
$info = $exe->qry_fetch ( " from tbl_{$total[table]} where numid='{$numid}' " , " * " ) ;
if ( empty($info['numid'])) script_re( $total['cmnall'] , ' »èÁ¦µÇ¾ú°Å³ª ¾ø´Â µ¥ÀÌÅÍÀÔ´Ï´Ù. ' ) ;
# buttons
$total['btn_list'] = '<a href="' . $total['cmnall'] . '">' . $button_adminmode['btn_list'] . '</a>' ;
$total['btn_write'] = '<a href="' . $total['cmnall'] . '&mode=write">' . $button_adminmode['btn_write'] . '</a>' ;
$total['btn_delete'] = '<a href="javascript: confirmmsg(\'»èÁ¦ÇÕ´Ï´Ù.\' , \'' . $total['cmnnb'] . '&mode=delete\'); ">' . $button_adminmode['btn_delete'] . '</a>' ;
$total['btn_modify'] = '<a href="' . $total['cmnnb'] . '&mode=modify">' . $button_adminmode['btn_modify'] . '</a>' ;
# skin file
$skins = $skin->skin ( array ( 'frm' => 'FORM' , 'o_frm' => 'MOVE RECORD' ) , $skinfile ) ;
# get data
if ( !empty($info['imagefile1']))
$info['imagefile1'] = create_image( 'files/' . $total['table'] . '/L/' . $info['imagefile1'] , $total['options']['lw'] , $total['options']['lh'] ) ;
# move data
$prev_info = $exe->qry_fetch ( " from tbl_{$total[table]} where 1 {$search_query[total]} and numid > $numid order by numid asc " , " numid , title ") ;
if ( !empty($prev_info['numid']))
$info['prev_record'] = str_foreach ( array ( 'move_type' => $button_adminmode['btn_move_up'] , 'title' => '<a href="' . $total['cmnall'] . '&mode=view&numid=' . $prev_info['numid'] . '">' . str_no_tag($prev_info['title']) . '</a>' ) , 'RS' , $skins['o_frm'] ) ;
$next_info = $exe->qry_fetch ( " from tbl_{$total[table]} where 1 {$search_query[total]} and numid < $numid order by numid desc " , " numid , title ") ;
if ( !empty($next_info['numid']))
$info['next_record'] = str_foreach ( array ( 'move_type' => $button_adminmode['btn_move_down'] , 'title' => '<a href="' . $total['cmnall'] . '&mode=view&numid=' . $next_info['numid'] . '">' . str_no_tag($next_info['title']) . '</a>' ) , 'RS' , $skins['o_frm'] ) ;
# end
$result = str_foreach ( $info , 'INFO' , $skins['frm'] ) ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee