139 lines
6.2 KiB
PHTML
Executable File
139 lines
6.2 KiB
PHTML
Executable File
|
|
<!--End mc_embed_signup-->
|
|
<div class="nav">
|
|
<div class="swt-Container overflow-f">
|
|
<div class="all-logo position-r">
|
|
<div class="logo logo-black"><a href="__ORICOROOT__"><img src="/uploads/default/logo-black.png" alt="图片描述"></a></div>
|
|
<div class="logo logo-white"><a href="__ORICOROOT__"><img src="/uploads/default/logo-white.png" alt="图片描述"></a></div>
|
|
</div>
|
|
<div class="all-logo-black position-r" style="display: none">
|
|
<div class="logo"><a href="__ORICOROOT__"><img src="/uploads/default/logo-black.png" alt="图片描述"></a></div>
|
|
</div>
|
|
<div class="navfl">
|
|
<ul class="navul">
|
|
<li id="index" class="products"><a href="__ORICOROOT__">HOME</a></li>
|
|
<li id="nav1" class="products main_nav">
|
|
<a href="__ORICOROOT__" class="aons">Product & Service<span class="icon-arrow arrow"></span></a>
|
|
<dl class="navlist navlist_c" style="display: block">
|
|
<div class="swt-Container ca_list text-left">
|
|
<?php if (!empty($productCategory)): ?>
|
|
<?php foreach ($productCategory as $key => $value):
|
|
if (isset($category['id']) && $category['id'] == $value['id'])
|
|
$oneLevelCategory = isset($value['child']) ? $value['child'] : [];
|
|
$have_3_child = 0;
|
|
if (!empty($value['child']))
|
|
{
|
|
foreach ($value['child'] as $k => $v)
|
|
{
|
|
if (!empty($v['child']))
|
|
{
|
|
$have_3_child = 1;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
?>
|
|
<div class="ca_lists">
|
|
<a href="__ORICOROOT__/product/category/<?php echo $value['id']?>.html" class="nav_title one_category"><img src="<?php echo $value['m_icon']?>"><?php echo $value['name']; ?><i class="icon-r-arrow arrow_title"></i></a>
|
|
<?php if ($have_3_child == 0): ?>
|
|
<div class="two_nav two_nav_other" style="display: none;">
|
|
<?php if (!empty($value['child'])): ?>
|
|
|
|
<?php foreach ($value['child'] as $k => $v): ?>
|
|
<div class=""><a href="__ORICOROOT__/product/subcategory/<?php echo $v['id']?>.html"><img src="<?php echo $v['m_icon']; ?>"><?php echo $v['name']; ?></a></div>
|
|
<?php endforeach; ?>
|
|
<?php endif; ?>
|
|
</div>
|
|
|
|
<?php else: ?>
|
|
<div style="<?php if ($key != 0): ?> display: none <?php endif; ?>">
|
|
<?php if (!empty($value['child'])): ?>
|
|
<div class="two_nav_<?php echo $value['id']; ?> two_nav">
|
|
<?php foreach ($value['child'] as $k => $v): ?>
|
|
<dl>
|
|
<dt class="nav_list_title"><?php echo $v['name']; ?></dt>
|
|
<?php if (!empty($v['child'])): ?>
|
|
<?php foreach ($v['child'] as $index => $item): ?>
|
|
<dd><a href="__ORICOROOT__/product/subcategory/<?php echo $item['id']?>.html"><img src=""><?php echo $item['name']; ?></a></dd>
|
|
<?php endforeach; ?>
|
|
<?php endif; ?>
|
|
</dl>
|
|
<?php endforeach; ?>
|
|
</div>
|
|
<?php endif; ?>
|
|
</div>
|
|
<?php endif; ?>
|
|
|
|
</div>
|
|
<?php endforeach; ?>
|
|
<?php endif; ?>
|
|
</div>
|
|
</dl>
|
|
</li>
|
|
<li id="nav2" class="products">
|
|
<a href="#">Value & Mission<span class="icon-arrow arrow"></span></a>
|
|
<dl class="navlist navlist2">
|
|
<dd class="navdd">
|
|
<div class="ddfl">
|
|
<a href="__ORICOROOT__/Group/weare">We Are</a>
|
|
<a href="__ORICOROOT__/Group/wewill">We Will</a>
|
|
<a href="__ORICOROOT__/Group/culture">Culture & Values</a>
|
|
<a href="__ORICOROOT__/Group/vision">Mission & Vision</a>
|
|
</div>
|
|
<div class="ddrh"><img src="__PUBLIC__/web/uploadfiles/image/dd1.jpg">
|
|
</div>
|
|
<div class="clear"></div>
|
|
</dd>
|
|
</dl>
|
|
</li>
|
|
<li id="nav3">
|
|
<a href="#">History & Innovation<span class="icon-arrow arrow"></span></a>
|
|
<dl class="navlist navlist1">
|
|
<dd class="navdd">
|
|
<div class="ddfl">
|
|
<a href="__ORICOROOT__<?php echo url_rewrite('article'); ?>">Brand News</a>
|
|
<a href="__ORICOROOT__/Group/brand">Brand Course</a>
|
|
<a href="__ORICOROOT__/Group/honor">Honors & Certificates</a>
|
|
</div>
|
|
<div class="ddrh"><img src="__PUBLIC__/web/uploadfiles/image/dd3.jpg">
|
|
</div>
|
|
<div class="clear"></div>
|
|
</dd>
|
|
</dl>
|
|
</li>
|
|
<!--<li id="nav2" class="products"><a href="/index/Group/culture">价值与使命</a>
|
|
</li>
|
|
<li id="nav3" class="products"><a href="#">历史与创新</a>
|
|
</li>-->
|
|
<li id="nav4" class="products"><a href="__ORICOROOT__/Group/job">Join Us</a>
|
|
</li>
|
|
<li id="nav5" class="products"><a href="__ORICOROOT__/Group/Contact">Contact Us</a>
|
|
</li>
|
|
<li id="nav6" class="products"><a href="__ORICOROOT__<?php echo url_rewrite('download'); ?>"><a href="#">technical support<span class="icon-arrow arrow"></span></a>
|
|
<dl class="navlist navlist3">
|
|
<dd class="navdd">
|
|
<div class="ddfl">
|
|
<div class="swt-Container">
|
|
<p class="text-r"><a href="__ORICOROOT__<?php echo url_rewrite('download'); ?>">Driver Download</a></p>
|
|
<p><a href="__ORICOROOT__/antifake">SSD Series Anti-Fake Query</a></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
</dd>
|
|
</dl>
|
|
</li>
|
|
|
|
</ul>
|
|
</div>
|
|
<div class="navfl">
|
|
<ul class="navul">
|
|
</ul>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--首页google推广邮件插件 S-->
|
|
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/700635880d96d1fc7777fba4b/09de753bf90231fdda6ba66eb.js");</script>
|
|
<!--首页google推广邮件插件 E-->
|