Commit f7e5e034 authored by xierz's avatar xierz
Browse files

Merge remote-tracking branch 'origin/master'

parents 021aff2f 761d5654
<#assign ids=field.parentids>
<#assign typeid=field.typeid>
<div class="ms-nav"> <div class="ms-nav">
<div class="body"> <div class="body">
<div class="logo"> <div class="logo">
<img <img title="" alt="" src="{ms:global.host/}/{@ms:file global.logo/}" class="logo-pic">
title="" <img title="" alt="" src="https://www.mingsoft.net//template/1/ms/images/1596437934982.png" class="logo-desc">
alt="" </div>
src="{@ms:file global.logo/}" <div @click="switchShow([&quot;1605172743000_96378&quot;]);" class="nav-h5">
class="logo-pic"/> <i class="iconfont icon-caidan nav-h5-icon"></i>
<img <div id="key_1605172743000_96378" class="nav-h5-body" style="display: none">
title="" <a href="{ms:global.host/}" class="nav-h5-item"> 首页 </a>
alt="" {ms:channel flag='nav' type='top'}
src="https://www.mingsoft.net//template/1/ms/images/1596437934982.png" <a href="<#if field.type==3>{ms:global.url/}${field.typeurl}<#else>{ms:global.url/}${field.typelink}</#if>" class="nav-h5-item <#if typeid==field.typeid || (ids?has_content && ids?index_of('${field.typeid}') gt -1)> sel</#if>">
class="logo-desc"/> ${field.typetitle}
</div> </a>
<div @click='switchShow(["1605172743000_96378"]);' class="nav-h5"> {/ms:channel}
<i class="iconfont icon-caidan nav-h5-icon"></i> </div>
<div id="key_1605172743000_96378" </div>
class="nav-h5-body"> <div class="nav-item">
<a href="#" <a href="{ms:global.host/}" class="item"> 首页 </a>
class="nav-h5-item">
首页 {ms:channel flag='nav' type='top'}
</a> <a href="<#if field.type==3>{ms:global.url/}${field.typeurl}<#else>{ms:global.url/}${field.typelink}</#if>" class="item<#if typeid==field.typeid || (ids?has_content && ids?index_of('${field.typeid}') gt -1)> sel</#if>">
</div> ${field.typetitle}
</div> </a>
<div class="nav-item"> {/ms:channel}
{ms:channel flag='n'} </div>
<a href="{ms:global.url/}${field.typelink}" <div class="nav-search">
target="_blank" <!--搜索-start-->
class="item"> <form id="searchDataForm" action="{ms:global.host/}/mcms/search.do" method="post" class="ms-search-input">
${field.typetitle} <div class="ms-search-input-div">
</a> <!--输入框 - start -->
{/ms:channel} <input class="ms-input" name="content_title" placeholder="输入搜索关键字">
</div> <!--输入框 -end -->
<div class="nav-search"> </div>
<!--搜索-start--> <div class="ms-search-button" onclick="document.getElementById('searchDataForm').submit();">
<form id="searchDataForm" action="{ms:global.host/}/mcms/search.do" method="post" class="ms-search-input"> <i class="iconfont icon-fangdajing"></i>
<div class="ms-search-input-div"> </div>
<!--输入框 - start --> </form>
<input class="ms-input" placeholder="输入搜索关键字"/> <!--搜索-end-->
<!--输入框 -end --> </div>
</div> </div>
<div class="ms-search-button" onclick="document.getElementById('searchDataForm').submit();">
<i class="iconfont icon-fangdajing"></i>
</div>
</form>
<!--搜索-end-->
</div>
</div>
</div> </div>
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment