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/system/web/theme/HY001/html/home.html
{include theme=com/head}

{if:($product.display)}
<section class="product" bosscms="product" groups="{$product.items}">
  <article>
    {if:($product.title)}
	{items class=one id=$product.items data=$product_items}{/items}
    <div class="title">
      <h2 {$product._title}>{$product.title}</h2>
      <p {$product._text}>{$product.text}</p>
    </div>
	{/if}
	{if:($product.items)}
    <div class="list-box">
      <ul>
	    {group class=list items=$product.items rows=$product.number}
        <li>
          <a href="{$v.url}" title="{$v.name}" {$v.target}>
            <span><img {$v._image} src="{$v.image|thumb=$v.width,$v.height}" alt="{$v.name}" /></span>
            <h4 {$v._name}>{$v.name}</h4>
            {if:($v.price)}
            <h3 {$v._price}>{$v.price}</h3>
			{/if}
          </a>
        </li>
		{/group}
      </ul>
    </div>
	{/if}
  </article>
</section>
{else}
<section bosscms="product" view></section>
{/if}

{if:($introduce.display)}
<section class="introduce" bosscms="introduce">
  <article>
    <div class="title">
      <h2 {$introduce._title}>{$introduce.title}</h2>
      <p {$introduce._text}>{$introduce.text}</p>
    </div>
    <div class="content">
	  {if:($introduce.image)}
      <img {$introduce._image} src="{$introduce.image}" alt="{$introduce.title}" />
	  {/if}
      <aside{$introduce._content}>{$introduce.content}</aside>
    </div>
  </article>
</section>
{else}
<section bosscms="introduce" view></section>
{/if}

{if:($news.display)}
<section class="news" bosscms="news" groups="{$news.items}">
  <article>
    {if:($news.title)}
	{items class=one id=$news.items data=$news_items}{/items}
    <div class="title">
      <h2 {$news._title}>{$news.title}</h2>
      <p {$news._text}>{$news.text}</p>
    </div>
	{/if}
    {if:($news.items)}
    <div class="list-box">
      <ul>
        {group class=list items=$news.items rows=$news.number}
        <li>
          <a href="{$v.url}" title="{$v.name}" {$v.target}>
            <span><img {$v._image} src="{$v.image|thumb=$v.width,$v.height}" alt="{$v.name}" /></span>
          </a>
          <div>
            <h3 {$v._name}><a href="{$v.url}" title="{$v.name}" {$v.target}>{$v.name}</a></h3>
            <i>{$v.mtime|date='Y-m-d',###}</i>
            <p {$v._text}>{$v.text}</p>
          </div>
        </li>
		{/group}
      </ul>
    </div>
	{/if}
  </article>
</section>
{else}
<section bosscms="news" view></section>
{/if}

{include theme=com/foot}