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/themes/lingshi/ |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="Keywords" content="{$keywords}" /> <meta name="Description" content="{$description}" /> <!-- TemplateBeginEditable name="doctitle" --> <title>{$page_title}</title> <!-- TemplateEndEditable --> <!-- TemplateBeginEditable name="head" --> <!-- TemplateEndEditable --> <link rel="shortcut icon" href="favicon.ico" /> <link href="{$ecs_css_path}" rel="stylesheet" type="text/css" /> <link href="user.css" rel="stylesheet" type="text/css" /> <script> function show_good(comment_id) { Ajax.call('goods_comment.php?act=good_json', 'comment_id=' + comment_id, show_goodResponse, 'GET', 'JSON'); } function show_goodResponse(result) { if (result.error == 1) { alert("您已经评过分了哦!"); } else { var layer = document.getElementById("good_num_"+result.comment_id); layer.innerHTML = result.good_num; } } </script> </head> <body class="user_center"> <!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem --> <div id="wrapper" class="cle"> <!-- #BeginLibraryItem "/library/ur_here.lbi" --><!-- #EndLibraryItem --> <div class="my_nala_main"> <div class="slidebar" style="padding:0;"> <div class="comment_box_1"> <div class="comment_goods"> <a href="goods.php?id={$goods_id}"><img width="190" src="{$goods.goods_thumb}" alt="{$goods.goods_name|escape:html}"/></a> </div> <p><a href="goods.php?id={$goods_id}">{$goods.goods_name}</a></p> <p><strong>{$lang.shop_price}</strong><font class="shop">{$goods.shop_price_formated}</font><br /> </p> <p><a href="goods.php?id={$goods_id}" class="comment_buy">再次购买</a></p> </div> </div> <div class="my_nala_centre ilizi_centre"> <div class="my-comment-tab"> <ul class="clearfix"> <li>评价详情</li> </ul> </div> <div class="blank"></div> <div class="my-comment-list"> <dl class="clearfix"> <dt> <div><img src="{if $comment.headimg eq ''}themes/<?php echo $GLOBALS['_CFG']['template']; ?>/images/people.gif{else}{$comment.headimg}{/if}" height="80" width="80" /></div> <p>{$comment.user_name}</p> <p>{$comment.user_rank.rank_name}</p> </dt> <dd> <div class="rank clearfix" style="height: 20px;border-bottom: solid #d0e4c2 1px;margin-top: 10px;border-top:none;border-left:none;border-right:none"> <span>{$comment.add_time_str}</span> <span class="stars stars{$comment.comment_rank}"></span> </div> <div class="blank"></div> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <th width="64">标 签:</th> <td class="tag"><!--{foreach from=$comment.tags item=name}--> <span>{$name}</span> <!--{/foreach}--></td> </tr> <tr> <th valign="top">心 得:</th> <td>{$comment.content}</td> </tr> <!--{if $comment.shaidan_imgs}--> <tr> <th>用户晒单:</th> <td class="shaidan"><!--{foreach from=$comment.shaidan_imgs key=key item=img}--> {if $key < 3}<a href="#"><img src="{$img.thumb}"></a>{/if} <!--{/foreach}--> 共4张图片 <a href="#">查看晒单></a></td> </tr> <!--{/if}--> <tr> <th>购买日期:</th> <td>{$comment.buy_time_str}</td> </tr> </table> <ul class="yong clearfix"> <li style="display:none"><a href="javascript:;" onClick="show_good()">回复(0)</a></li> <li><a href="javascript:;" onClick="show_good({$comment.comment_id})">有用(<span id="good_num_{$comment.comment_id}">{$comment.good_num}</span>)</a></li> </ul> </dd> </dl> </div> </div> </div> </div> <div class="blank"></div> <div class="site-footer"> <div class="footer-related"> <!-- #BeginLibraryItem "/library/page_footer.lbi" --><!-- #EndLibraryItem --> </div> </div> </body> </html>