HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: 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
Upload Files
File: /www/wwwroot/bs.kntsleep.com/cache/compile/db3dfdcb056a03291039f85d63e50a0d.php
<?php defined('IS_OK') or exit('Access Forbidden'); ?>
<?php include(load::theme('com/head')); ?>

<section class="productdetail" bosscms="productdetail" group>
  <article>
    <?php  if( $G['group']['imgs'] ){ ?>
    <div class="photo">
      <span <?php  if( count($G['group']['imgs'])>1 ){ ?>class="more"<?php } ?>>
        <a href="<?php echo $G['group']['imgs']['0']; ?>" title="<?php echo $G['group']['name']; ?>" target="_blank">
          <img src="<?php echo cache::thumbnail($G['group']['imgs']['0'],$G['group']['width'],$G['group']['height']); ?>" alt="<?php echo $G['group']['name']; ?>" />
        </a>
      </span>
	    <?php  if( count($G['group']['imgs'])>1 ){ ?>
      <div class="images">
        <ul>
		      <?php foreach( $G['group']['imgs'] as $k => $v ){ ?>
          <li class="<?php  if( !$k ){ ?>on<?php } ?>">
            <span>
              <a href="<?php echo $v; ?>" title="<?php echo $G['group']['name']; ?>" target="_blank">
                <img src="<?php echo cache::thumbnail($v,$G['group']['width'],$G['group']['height']); ?>" alt="<?php echo $G['group']['name']; ?>" />
              </a>
            </span>
          </li>
		      <?php } ?>
        </ul>
      </div>
	    <?php } ?>
	  </div>
	  <?php } ?>
    <div class="text">
      <h1><?php echo $G['group']['name']; ?></h1>
      <div class="top">
        <b><?php echo $G['config']['group_time']; ?></b>
        <i><?php echo date('Y-m-d H:i:s',$G['group']['mtime']); ?></i>
        <b><?php echo $G['config']['group_notice']; ?></b>
        <i><notice type="<?php echo $G['group']['type']; ?>" id="<?php echo $G['group']['id']; ?>"><?php echo $G['group']['notice']; ?></notice></i>
        <?php  if( $G['config']['member_open'] ){ ?>
        <i class="fa fa-star<?php  if( !$G['group']['collect'] ){ ?>-o<?php } ?>">
          <a collect="<?php echo $G['group']['type']; ?>_<?php echo $G['group']['id']; ?>" href="javascript:;"><?php echo $G['config']['group_collect']; ?></a>
        </i>
        <?php } ?>
      </div>
      <p><?php echo $G['group']['text']; ?></p>
      <div class="param">
        <?php foreach( $G['group']['complex'] as $v ){ ?>
        <dl>
          <dt><span><?php echo $v['title']; ?></span></dt>
          <dd><span><?php echo $v['value']; ?></span></dd>
        </dl>
		    <?php } ?>
      </div>
	    <?php  if( $G['group']['price'] ){ ?>
      <h2><b   themectrl="productdetail-price"  ><?php echo $productdetail['price']; ?></b><span><?php echo $G['group']['price']; ?></span></h2>
	    <?php } ?>
    </div>
  </article>
  <article>
    <div class="content">
      <ul>
        <?php foreach( $G['group']['contents'] as $k => $v ){ ?>
        <li <?php  if( !$k ){ ?>class="on"<?php } ?>><h4><?php echo $v['title']; ?></h4></li>
        <?php } ?>
      </ul>
      <?php foreach( $G['group']['contents'] as $k => $v ){ ?>
      <aside <?php  if( !$k ){ ?>class="on"<?php } ?>><?php echo $v['content']; ?></aside>
	    <?php } ?>
      <?php  if( $G['group']['tag'] ){ ?>
      <div class="tag">
        <?php foreach( $G['group']['tag'] as $v ){ ?>
        <a href="<?php echo $v['url']; ?>" title="<?php echo $v['title']; ?>"><?php echo $v['title']; ?></a>
        <?php } ?>
      </div>
      <?php } ?>
      <?php $both1 = html::both( $G['group']['id'], $G['items']['id'], null ); if( $both1 ){ $html = $both1; ?><?php echo $html; ?><?php } ?>
    </div>
  </article>
  <?php $comment1 = html::comment( $G['group']['id'], $G['group']['type'], 0, 1 ); if( $comment1 ){ $html = $comment1; ?>
  <article>
    <div class="comment"><?php echo $html; ?></div>
  </article>
  <?php } ?>
</section>

<?php include(load::theme('com/foot')); ?>