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/data/compiled/ |
<?php if ($this->_var['comments']['item_list']): ?> <div class="comment_list" id="commentList"> <?php $_from = $this->_var['comments']['item_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'value');$this->_foreach['comments'] = array('total' => count($_from), 'iteration' => 0); if ($this->_foreach['comments']['total'] > 0): foreach ($_from AS $this->_var['value']): $this->_foreach['comments']['iteration']++; ?> <div class="content_head"> <div class="comment_star"> <dl> <dt> <span> <?php if ($this->_var['value']['hide_username'] == 1): ?>匿名<?php else: ?><?php echo $this->_var['value']['username']; ?><?php endif; ?></span><em><img src="themes/lingshi/images/stars<?php echo $this->_var['value']['comment_rank']; ?>.png" alt="<?php echo $this->_var['value']['comment_rank']; ?>" /></em> <div class="comment_time"><?php echo $this->_var['value']['add_time_str']; ?></div> </dt> <dd> <?php echo $this->_var['value']['content']; ?> </dd> </dl> </div> <?php if ($this->_var['value']['shaidan_id']): ?> <div class="shaidan"> <dl> <dt><span>晒单:</span></dt> <dd><?php echo $this->_var['value']['message']; ?></dd> </dl> </div> <?php if ($this->_var['value']['shaidan_imgs']): ?> <div class="sd_img"> <dl id="gallery"> <?php $_from = $this->_var['value']['shaidan_imgs']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('key', 'img');if (count($_from)): foreach ($_from AS $this->_var['key'] => $this->_var['img']): ?> <dd><a href="<?php echo $this->_var['site_url']; ?><?php echo $this->_var['img']['image']; ?>"> <img src="<?php echo $this->_var['site_url']; ?><?php echo $this->_var['img']['image']; ?>" width="100px" heigth="100px" style=" border:1px solid #eeeeee"> </a></dd> <?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?> </dl> </div> <?php endif; ?> <?php endif; ?> <?php $_from = $this->_var['value']['comment_reps']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'val');if (count($_from)): foreach ($_from AS $this->_var['val']): ?> <div class="hufu"> <dl> <dt>客服回复:</dt> <dd><?php echo $this->_var['val']['content']; ?></dd> </dl> </div> <?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?> </div> <div class="blank2n"></div> <?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?> <?php if ($this->_var['comments']['page_count'] != 1): ?> <div class="comment_page"> <?php if ($this->_var['comments']['page'] != 1): ?> <a href="javascript:<?php echo $this->_var['comments']['page_prev']; ?>" class="prev"><?php echo $this->_var['lang']['page_prev']; ?></a> <?php endif; ?> <a href="javascript:;" class="prev" ><?php echo $this->_var['comments']['page']; ?>/<?php echo $this->_var['comments']['page_count']; ?></a> <?php if ($this->_var['comments']['page'] != $this->_var['comments']['page_count']): ?> <a href="javascript:<?php echo $this->_var['comments']['page_next']; ?>" class="next" ><?php echo $this->_var['lang']['page_next']; ?></a> <?php endif; ?> </div> <?php endif; ?> <?php else: ?> <div class="comment_list" > <div class="score"><?php echo $this->_var['lang']['no_comments']; ?></div> </div> </div> <?php endif; ?>