Server : Apache System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/saimikebio.com/mobile/ecshopjcw/templates/ |
<!-- $Id: booking_info.htm 16854 2009-12-07 06:20:09Z sxc_shop $ --> {include file="pageheader.htm"} <div class="list-div"> <table width="100%" cellpadding="3" cellspacing="1" > <tr> <th colspan="4">{$lang.booking}</th> <tr> <tr> <td align="right" class="first-cell" >{$lang.user_name}:</td> <td>{$booking.user_name|escape}</td> <td align="right" class="first-cell" >{$lang.booking_time}:</td> <td>{$booking.booking_time}</td> </tr> <tr> <td align="right" class="first-cell" >{$lang.goods_name}:</td> <td><a href="../goods.php?id={$booking.goods_id}" target="_blank" title="{$lang.view}">{$booking.goods_name}</a></td> <td align="right" class="first-cell" >{$lang.number}:</td> <td>{$booking.goods_number}</td> </tr> <tr> <td align="right" class="first-cell" valign="top">{$lang.desc}:</td> <td colspan="3">{$booking.goods_desc|escape|nl2br}</td> </tr> <tr> <td align="right" class="first-cell" >{$lang.link_man}:</td> <td>{$booking.link_man|escape} {if $booking.email}<{$booking.email|escape}>{/if} </td> <td align="right" class="first-cell" >{$lang.tel}:</td> <td>{$booking.tel|escape}</td> </tr> {if $booking.is_dispose} <tr> <th colspan="4" >{$lang.dispose_info}</th> </tr> <tr> <td align="right" class="first-cell">{$lang.dispose_user}:</td><td>{$booking.dispose_user}</td> <td align="right" class="first-cell">{$lang.dispose_time}:</td><td>{$booking.dispose_time}</td> </tr> <tr> <td align="right" class="first-cell">{$lang.note}:</td><td colspan="3">{$booking.dispose_note}</td> </tr> {/if} </table> </div> <br /> {if $send_fail} <ul style="padding:0; margin: 0; list-style-type:none; color: #CC0000;"> <li style="border: 1px solid #CC0000; background: #FFFFCC; padding: 10px; margin-bottom: 5px;" >{$lang.mail_send_fail}</li> </ul> {/if} <div class="form-div"> <form name='theForm' method="post" action="goods_booking.php" onsubmit="return validate()"> {$lang.note}: <input type="text" name="dispose_note" size="55" value="{$booking.dispose_note}" /> <input type ="hidden" name="act" value="update" /><input type="hidden" name="rec_id" value="{$booking.rec_id}" ><input name="send_email_notice" type="checkbox" value='1'/>{$lang.send_email_notice} <input type="submit" value="{$lang.i_dispose}" class="button"> {if $booking.is_dispose}<input type="submit" name="remail" value="{$lang.remail}" class="button">{/if} </form> </div> {insert_scripts files="../data/static/js/utils.js,./js/validator.js"} {literal} <script language="JavaScript"> <!-- document.forms['theForm'].elements['dispose_note'].focus(); onload = function() { // 开始检查订单 startCheckOrder(); } /** * 检查表单输入的数据 */ function validate() { validator = new Validator("theForm"); validator.required("dispose_note", no_note); return validator.passed(); } //--> </script> {/literal} {include file="pagefooter.htm"}