| 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:7:{s:73:"/www/data/wwwroot/2025_10_31_03/app/index/view/default/public/header.html";i:1745821923;s:81:"/www/data/wwwroot/2025_10_31_03/app/index/view/default/public/header_top_nav.html";i:1745821923;s:77:"/www/data/wwwroot/2025_10_31_03/app/index/view/default/public/nav_search.html";i:1745821923;s:77:"/www/data/wwwroot/2025_10_31_03/app/index/view/default/public/header_nav.html";i:1745821923;s:81:"/www/data/wwwroot/2025_10_31_03/app/index/view/default/public/goods_category.html";i:1745821923;s:82:"/www/data/wwwroot/2025_10_31_03/app/index/view/default/public/breadcrumb_data.html";i:1745821923;s:79:"/www/data/wwwroot/2025_10_31_03/app/index/view/default/article/module/left.html";i:1745821923;}*/ ?>
<div class="am-u-md-2 am-u-md-pull-10 article-sidebar am-padding-0 theme-data-edit-event" data-module="article_category">
<div class="am-offcanvas" id="article-nav-sidebar">
<div class="am-offcanvas-bar am-offcanvas-bar-overlay">
<!-- 左侧内部顶部钩子 -->
<?php if(isset($shopxo_is_develop) and $shopxo_is_develop == true): ?>
<div class="plugins-tag">
<span>plugins_view_article_detail_left_inside_top</span>
</div>
<?php endif; if(!empty($plugins_view_article_detail_left_inside_top_data) and is_array($plugins_view_article_detail_left_inside_top_data)): foreach($plugins_view_article_detail_left_inside_top_data as $hook): if(is_string($hook) or is_int($hook)): ?>
<?php echo $hook; ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
<!-- 左侧内容 -->
<section data-am-widget="accordion" class="am-accordion am-accordion-gapped am-padding-0" data-am-accordion='{}'>
<!-- 分类 -->
<div class="am-panel am-panel-default am-panel-group am-margin-bottom-0 am-radius">
<div class="am-panel-hd">
<a href="<?php echo MyUrl('index/article/category'); ?>">
<h3 class="am-panel-title am-text-center am-padding-vertical-xs am-text-lg"><?php echo MyLang('article.article_category_name'); ?></h3>
</a>
</div>
<!-- 搜索 -->
<form action="<?php echo MyUrl('index/article/category'); ?>" method="POST">
<div class="am-input-group am-padding-vertical-sm am-padding-horizontal-main am-margin-top-sm">
<input type="text" name="awd" class="am-form-field am-radius" placeholder="<?php echo MyLang('article.article_search_placeholder'); ?>" value="<?php if(!empty($params['awd'])): ?><?php echo htmlentities((string) $params['awd']); ?><?php endif; ?>" data-is-clearout="0" />
<?php if(isset($action_name) and $action_name == 'category' and !empty($params['id'])): ?>
<input type="hidden" name="id" value="<?php echo htmlentities((string) $params['id']); ?>" />
<?php endif; ?>
<span class="am-input-group-btn">
<button type="submit" class="am-btn am-btn-default am-radius">
<span class="iconfont icon-search"></span>
</button>
</span>
</div>
</form>
<!-- 分类 -->
<?php if(!empty($module_data['category_list'])): ?>
<ul class="am-nav category-list">
<?php foreach($module_data['category_list'] as $v): ?>
<li>
<a href="<?php echo htmlentities((string) $v['url']); ?>" <?php if((!empty($module_data['article']) and isset($module_data['article']['article_category_id']) and $module_data['article']['article_category_id'] == $v['id']) or (isset($action_name) and $action_name == 'category' and isset($params['id']) and $params['id'] == $v['id'])): ?>class="am-active"<?php endif; ?>><?php echo htmlentities((string) $v['name']); ?></a>
</li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</div>
</section>
<!-- 左侧内部底部钩子 -->
<?php if(isset($shopxo_is_develop) and $shopxo_is_develop == true): ?>
<div class="plugins-tag">
<span>plugins_view_article_detail_left_inside_botton</span>
</div>
<?php endif; if(!empty($plugins_view_article_detail_left_inside_botton_data) and is_array($plugins_view_article_detail_left_inside_botton_data)): foreach($plugins_view_article_detail_left_inside_botton_data as $hook): if(is_string($hook) or is_int($hook)): ?>
<?php echo $hook; ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
</div>
</div>
</div>
<a href="javascript:;" class="am-icon-btn am-show-sm-only article-nav-button" data-am-offcanvas="{target: '#article-nav-sidebar'}">
<i class="iconfont icon-table-grid"></i>
<span class="am-sr-only"><?php echo MyLang('article.article_nav_text'); ?></span>
</a>