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: msg_info.htm 16854 2009-12-07 06:20:09Z sxc_shop $ --> {include file="pageheader.htm"} <div class="main-div"> <table width="98%"> <tr> <td style="padding: 0px 20px"> <h3>{$msg.msg_title|escape:"html"}</h3> <hr size="1" /> <div>{$msg.msg_content|escape:"html"|nl2br}</div> {if $msg.message_img} <div align="right"> <a href="../data/feedbackimg/{$msg.message_img}" target="_bank" width="300" height="400">{$lang.view_upload_file}</a> <a href="user_msg.php?act=drop_file&id={$msg.msg_id}&file={$msg.message_img}">{$lang.drop}</a> </div> {/if} <div align="right" nowrap="nowrap">【 {if $msg.msg_area eq "1"}{$lang.message_board}{else}{$lang.user_center}{/if} 】<a href="mailto:{$msg.user_email}">{$msg.user_name}</a> @ {$msg.msg_time}</div> </td> </tr> {if $msg.msg_area eq "1"} <tr> <td align="center"> {if $msg.msg_status eq "0"} <input type="button" onclick="location.href='user_msg.php?act=check&check=allow&id={$msg.msg_id}'" value="{$lang.allow}" class="button" /> {else} <input type="button" onclick="location.href='user_msg.php?act=check&check=forbid&id={$msg.msg_id}'" value="{$lang.forbid}" class="button" /> {/if} </td> </tr> {/if} </table> </div> {if $msg.reply_id} <div class="main-div"> <table width="98%"> <tr> <td style="padding: 0px 20px"> <h3>{$msg.reply_name} {$lang.from} {$msg.reply_time} {$lang.reply}:</h3> <hr size="1" /> <div>{$msg.reply_content|escape:"html"|nl2br}</div> </td> </tr> </table> </div> {/if} {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="main-div"> <form method="post" action="user_msg.php?act=action" name="theForm" onsubmit="return validate()"> <table border="0" width="98%"> <tr> <td>{$lang.email}:</td> <td><input name="user_email" id="user_email" type="text" value="{$msg.reply_email}"></td> </tr> <tr> <td>{$lang.reply_content}:</td> <td rowspan="2"><textarea name="msg_content" cols="50" rows="4" wrap="VIRTUAL" id="msg_content">{$msg.reply_content}</textarea></td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td></td> <td><input name="send_email_notice" type="checkbox" value='1'/>{$lang.send_email_notice}</td> </tr> {if $msg.reply_id} <tr> <td> </td> <td>{$lang.have_reply_content}</td> </tr> {/if} <tr> <td> </td> <td> <input type="hidden" name="msg_id" value="{$msg.msg_id}"> <input type="hidden" name="parent_id" value="{$msg.reply_id}"> <input name="Submit" value="{$lang.button_submit}" type="submit" class="button"> <input type="reset" value="{$lang.button_reset}" class="button"> {if $msg.reply_id}<input type="submit" name="remail" value="{$lang.remail}" class="button">{/if} </td> </tr> </table> </form> </div> {insert_scripts files="../data/static/js/utils.js,./js/validator.js"} <script language="JavaScript"> <!-- {literal} document.forms['theForm'].elements['msg_content'].focus(); /** * 检查表单输入的数据 */ function validate() { validator = new Validator("theForm"); validator.required("msg_content", no_reply_content); return validator.passed(); } onload = function() { // 开始检查订单 startCheckOrder(); } //--> {/literal} </script> {include file="pagefooter.htm"}