Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
6baa6474
Commit
6baa6474
authored
Jul 30, 2021
by
msgroup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模版修改
parent
00bd875a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
26 deletions
+25
-26
nav.htm
src/main/webapp/template/1/default/nav.htm
+25
-26
No files found.
src/main/webapp/template/1/default/nav.htm
View file @
6baa6474
<
#
assign
ids=
field.parentids
>
<
#
assign
ids=
field.parentids
>
<
#
assign
typeid=
field.typeid
>
<
#
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
title=
""
alt=
""
src=
"{ms:global.host/}/{@ms:file global.logo/}"
class=
"logo-pic"
>
<img
title=
""
alt=
""
src=
"{ms:global.host/}/{@ms:file global.logo/}"
class=
"logo-pic"
>
<img
title=
""
alt=
""
src=
"https://www.mingsoft.net//template/1/ms/images/1596437934982.png"
class=
"logo-desc"
>
<img
title=
""
alt=
""
src=
"https://www.mingsoft.net//template/1/ms/images/1596437934982.png"
class=
"logo-desc"
>
</div>
</div>
<div
@
click=
"switchShow(["1605172743000_96378"]);"
class=
"nav-h5"
>
<div
@
click=
"switchShow(["1605172743000_96378"]);"
class=
"nav-h5"
>
<i
class=
"iconfont icon-caidan nav-h5-icon"
></i>
<i
class=
"iconfont icon-caidan nav-h5-icon"
></i>
<div
id=
"key_1605172743000_96378"
class=
"nav-h5-body"
style=
"display: none"
>
<div
id=
"key_1605172743000_96378"
class=
"nav-h5-body"
style=
"display: none"
>
<a
href=
"{ms:global.host/}"
class=
"nav-h5-item"
>
首页
</a>
<a
href=
"{ms:global.host/}"
class=
"nav-h5-item"
>
首页
</a>
{ms:channel flag='nav' type='top'}
{ms:channel flag='nav' type='top'}
<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>"
>
<a
href=
"<#if field.type==3>${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>"
>
${field.typetitle}
${field.typetitle}
</a>
</a>
{/ms:channel}
{/ms:channel}
</div>
</div>
</div>
</div>
<div
class=
"nav-item"
>
<div
class=
"nav-item"
>
<a
href=
"{ms:global.host/}"
class=
"item"
>
首页
</a>
<a
href=
"{ms:global.host/}"
class=
"item"
>
首页
</a>
{ms:channel flag='nav' type='top'}
{ms:channel flag='nav' type='top'}
<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>"
>
<a
href=
"<#if field.type==3>${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>"
>
${field.typetitle}
${field.typetitle}
</a>
</a>
{/ms:channel}
{/ms:channel}
</div>
</div>
<div
class=
"nav-search"
>
<div
class=
"nav-search"
>
<!--搜索-start-->
<!--搜索-start-->
<form
id=
"searchDataForm"
action=
"{ms:global.host/}/mcms/search.do"
method=
"post"
class=
"ms-search-input"
>
<form
id=
"searchDataForm"
action=
"{ms:global.host/}/mcms/search.do"
method=
"post"
class=
"ms-search-input"
>
<div
class=
"ms-search-input-div"
>
<div
class=
"ms-search-input-div"
>
<!--输入框 - start -->
<!--输入框 - start -->
<input
class=
"ms-input"
name=
"content_title"
placeholder=
"输入搜索关键字"
>
<input
class=
"ms-input"
name=
"content_title"
placeholder=
"输入搜索关键字"
>
<!--输入框 -end -->
<!--输入框 -end -->
</div>
</div>
<div
class=
"ms-search-button"
onclick=
"document.getElementById('searchDataForm').submit();"
>
<div
class=
"ms-search-button"
onclick=
"document.getElementById('searchDataForm').submit();"
>
<i
class=
"iconfont icon-fangdajing"
></i>
<i
class=
"iconfont icon-fangdajing"
></i>
</div>
</div>
</form>
</form>
<!--搜索-end-->
<!--搜索-end-->
</div>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment