@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux adweb87 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64
Current Path :
/
home
/
sanchung
/
public_html
/
_files
/
Path :
Upload File :
New :
File
Dir
/home/sanchung/public_html/_files/goods_read.php
<? $row = $mysql->row("adw_goods", "*", "where barcode='$barcode'"); echo" <script> function direct(num, barcode){ location.replace('/pro_file/cart_insert.php?ipg=order_form&num='+num+'&barcode='+barcode+'&amount='+form_read.amount.value+'&ssize='+form_read.ssize.value+'&ccolor='+form_read.ccolor.value); } function multi(num, barcode){ location.replace('/pro_file/multi_insert.php?ipg=multi_form&num='+num+'&barcode='+barcode+'&amount='+form_read.amount.value+'&ssize='+form_read.ssize.value+'&ccolor='+form_read.ccolor.value); } function goods_zoom(num){ window.open('/_files/goods_zoom.php?num='+num+'&imageno='+document.form_read.imageno.value, 'Zoom', 'width=660, height=630, top=0, left=0,scrollbars=1'); } </script> <script> function gNumCheck(){ event.returnValue=false; if (event.keyCode == 8) event.returnValue=true; // ¹é½ºÆäÀ̽ºÀÏ °æ¿ì Çã°¡ if(event.keyCode >= 48 && event.keyCode <= 57) event.returnValue=true; } </script> <table width='100%' cellpadding=0 cellspacing=0 border=0> <tr valign='top'> <td width=300 nowrap align=center> <table width='100%' cellpadding='0' cellspacing='0'> <tr> <td style='text-align:center'><img name='mall_image' SRC='/admin/updata/goods/$row[file02]' width='260' style='border:1px solid #CCCCCC'></TD> </tr> <tr height='28' valign='bottom'> <td style='text-align:center'><a href=\"javascript:goods_zoom('$row[num]')\"><img src='/_files/img/goods_zoom.gif' border='0'></a></td> </tr> </table> </td> <td width='*'> <TABLE width=95% cellpadding=3 cellspacing=0 border=0> <col width='100' style='padding-left:10px'> <col width='*'> <form name='form_read' method='post' action='/pro_file/cart_insert.php'> <input type='hidden' name='imageno' value='1'> <input type='hidden' name='num' value='$row[num]'> <input type='hidden' name='barcode' value='$row[barcode]'> <TR height=30> <TD colspan='2'><B><font style=color:#336699>$row[name]</font></B></TD> </TR> <tr height='1' bgcolor='#E6E6E6'> <td colspan='3'></td> </tr> <TR height=10> <TD colspan='2'></TD> </TR>"; if($row[old_price]){ echo" <TR height='25'> <TD>¼ÒºñÀÚ°¡°Ý</TD> <TD><strike><font style=color:#333399>".number_format($row[old_price])."¿ø </font></strike></TD> </TR>"; } echo" <TR height='25'> <TD>ÆÇ¸Å°¡°Ý</TD> <TD><B><font style=color:#333399>".number_format($row[price])."¿ø </font></B></TD> </TR> <TR height=10> <TD colspan='2'></TD> </TR> <tr height='1' bgcolor='#E6E6E6'> <td colspan='3'></td> </tr> <TR> <TD colspan='2'> </TD> </TR> <TR> <TD colspan='2' style='padding-left:50px'><a href='$_SERVER[PHP_SELF]'><IMG SRC='/_files/img/goods_list.gif' BORDER='0'></a></TD> </tr> </form> </TABLE> </TD> </TR> <TR height='20'> <TD colspan=4> </TD> </TR> <TR> <TD colspan=4><IMG SRC='/_files/img/goods_detail.gif' BORDER='0'></TD> </TR> <TR height='100' valign='top'> <TD colspan=4 style='padding:8px'>$row[content]</TD> </TR> <TR> <TD colspan=4> </TD> </TR> </TABLE> "; ?>