| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 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 MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/data/wwwroot/2025_10_31_03/runtime/index/temp/ |
Upload File : |
<?php /*a:1:{s:76:"/www/data/wwwroot/2025_10_31_03/app/index/view/default/article/category.html";i:1745821923;}*/ ?>
<?php echo ModuleInclude('public/header'); ?>
<!-- header top nav -->
<?php echo ModuleInclude('public/header_top_nav'); ?>
<!-- search -->
<?php echo ModuleInclude('public/nav_search'); ?>
<!-- header nav -->
<?php echo ModuleInclude('public/header_nav'); ?>
<!-- goods category -->
<?php echo ModuleInclude('public/goods_category'); ?>
<!-- 面包屑导航 -->
<?php echo ModuleInclude('public/breadcrumb_data'); ?>
<!-- 文章分类顶部钩子 -->
<?php if(isset($shopxo_is_develop) and $shopxo_is_develop == true): ?>
<div class="plugins-tag">
<span>plugins_view_article_category_top</span>
</div>
<?php endif; if(!empty($plugins_view_article_category_top_data) and is_array($plugins_view_article_category_top_data)): foreach($plugins_view_article_category_top_data as $hook): if(is_string($hook) or is_int($hook)): ?>
<?php echo $hook; ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
<!-- content start -->
<div class="am-container article-content">
<!-- 右侧内容 -->
<div class="am-u-md-10 am-u-md-push-2 article-right">
<div class="am-background-white am-radius am-padding-lg">
<?php if(!empty($category_info)): ?>
<div class="article-header am-text-center am-padding-0">
<h1 class="am-article-title"><?php echo htmlentities((string) $category_info['name']); ?></h1>
<hr data-am-widget="divider" class="am-divider am-divider-default" />
</div>
<?php else: if(!empty($params['awd'])): ?>
<div class="article-header am-text-center am-padding-0">
<h1 class="am-article-title"><?php echo MyLang('common_service.search.search_breadcrumb_result_last_text'); ?></h1>
<hr data-am-widget="divider" class="am-divider am-divider-default" />
</div>
<?php endif; ?>
<?php endif; ?>
<!-- 文章分类内容底部钩子 -->
<?php if(isset($shopxo_is_develop) and $shopxo_is_develop == true): ?>
<div class="plugins-tag">
<span>plugins_view_article_category_content_top</span>
</div>
<?php endif; if(!empty($plugins_view_article_category_content_top_data) and is_array($plugins_view_article_category_content_top_data)): foreach($plugins_view_article_category_content_top_data as $hook): if(is_string($hook) or is_int($hook)): ?>
<?php echo $hook; ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
<!-- 内容 -->
<?php if(!empty($data_list)): ?>
<div data-am-widget="list_news" class="am-list-news am-list-news-default am-margin-0">
<div class="am-list-news-bd">
<ul class="am-list category-content-list">
<?php foreach($data_list as $v): ?>
<li class="am-g am-list-item-dated">
<a href="<?php echo htmlentities((string) $v['url']); ?>" class="am-list-item-hd" <?php if(!empty($v['title_color'])): ?>style="color:<?php echo htmlentities((string) $v['title_color']); ?>;"<?php endif; ?>>
<?php if(empty($v['cover'])): ?>
<span><?php echo htmlentities((string) $v['title']); ?></span>
<?php else: if(empty($v['describe'])): ?>
<img src="<?php echo htmlentities((string) $v['cover']); ?>" class="article-cover am-radius" alt="<?php echo htmlentities((string) $v['title']); ?>" />
<span><?php echo htmlentities((string) $v['title']); ?></span>
<?php else: ?>
<div class="am-fl am-nbfc">
<img src="<?php echo htmlentities((string) $v['cover']); ?>" class="article-cover-describe am-radius am-fl" alt="<?php echo htmlentities((string) $v['title']); ?>" />
<div class="am-fl article-base-info">
<p class="am-text-truncate"><?php echo htmlentities((string) $v['title']); ?></p>
<p class="am-text-truncate-2 am-text-grey am-margin-top-xs"><?php echo htmlentities((string) $v['describe']); ?></p>
</div>
</div>
<?php endif; ?>
<?php endif; ?>
</a>
<span class="am-list-date"><?php echo htmlentities((string) $v['add_time']); ?></span>
</li>
<?php endforeach; ?>
</ul>
</div>
</div>
<!-- 分页 -->
<div class="am-padding-top-sm"><?php echo $page_html; ?></div>
<?php else: ?>
<?php echo ModuleInclude('public/not_data'); ?>
<?php endif; ?>
<!-- 文章分类内容底部钩子 -->
<?php if(isset($shopxo_is_develop) and $shopxo_is_develop == true): ?>
<div class="plugins-tag">
<span>plugins_view_article_category_content_botton</span>
</div>
<?php endif; if(!empty($plugins_view_article_category_content_botton_data) and is_array($plugins_view_article_category_content_botton_data)): foreach($plugins_view_article_category_content_botton_data as $hook): if(is_string($hook) or is_int($hook)): ?>
<?php echo $hook; ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
</div>
</div>
<!-- 左侧内容 -->
<?php echo ModuleInclude('article/module/left', [
'article' => empty($article) ? [] : $article,
'category_info' => empty($category_info) ? [] : $category_info,
'category_list' => empty($category_list) ? [] : $category_list,
]); ?>
</div>
<!-- content end -->
<!-- 文章分类底部钩子 -->
<?php if(isset($shopxo_is_develop) and $shopxo_is_develop == true): ?>
<div class="plugins-tag">
<span>plugins_view_article_category_bottom</span>
</div>
<?php endif; if(!empty($plugins_view_article_category_bottom_data) and is_array($plugins_view_article_category_bottom_data)): foreach($plugins_view_article_category_bottom_data as $hook): if(is_string($hook) or is_int($hook)): ?>
<?php echo $hook; ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
<!-- footer start -->
<?php echo ModuleInclude('public/footer'); ?>