49 lines
1.7 KiB
HTML
49 lines
1.7 KiB
HTML
|
<section class="header {if $Request.controller != 'Index'}inner-header{/if}">
|
||
|
<a href="index.html" class="logo"><img src="__STATIC__/web/img/logo.png" alt=""></a>
|
||
|
<div class="right-boxs">
|
||
|
<ul class="nav">
|
||
|
|
||
|
<li class="nLi {if $Request.controller == 'Index'}curr{/if}">
|
||
|
<h3>
|
||
|
<a href="/">首页</a>
|
||
|
</h3>
|
||
|
</li>
|
||
|
|
||
|
<li class="nLi {if $Request.controller == 'About'}curr{/if}">
|
||
|
<h3><a href="/about.html">走进产投</a></h3>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="nLi {if in_array($Request.controller,['News'])}curr{/if}">
|
||
|
<h3><a href="/news.html">新闻动态</a></h3>
|
||
|
</li>
|
||
|
|
||
|
<li class="nLi {if in_array($Request.controller,['Djqt'])}curr{/if}">
|
||
|
<h3><a href="/djqt.html">党建群团</a></h3>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="nLi {if in_array($Request.controller,['Ljct'])}curr{/if}">
|
||
|
<h3><a href="/ljct.html">廉洁产投</a></h3>
|
||
|
</li>
|
||
|
|
||
|
<li class="nLi {if in_array($Request.controller,['Info'])}curr{/if}">
|
||
|
<h3><a href="/info.html">信息公开</a></h3>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="nLi {if in_array($Request.controller,['Contact'])}curr{/if}">
|
||
|
<h3><a href="/contact.html">联系我们</a></h3>
|
||
|
</li>
|
||
|
</ul>
|
||
|
|
||
|
{include file="public/search"}
|
||
|
</div>
|
||
|
|
||
|
<!-- 移动端菜单按钮 -->
|
||
|
<div class="hamburger hamburger--collapse menu" type="button" aria-label="Menu" role="button" aria-controls="navigation">
|
||
|
<div class="hamburger-box">
|
||
|
<div class="hamburger-inner"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|