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
6194c7c8
Commit
6194c7c8
authored
Sep 28, 2020
by
guwd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打包
parent
ec59c473
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
60 additions
and
6 deletions
+60
-6
pom-bin.xml
pom-bin.xml
+5
-5
index.ftl
src/main/webapp/WEB-INF/manager/cms/category/index.ftl
+1
-1
about.htm
src/main/webapp/templets/1/default/about.htm
+54
-0
No files found.
pom-bin.xml
View file @
6194c7c8
...
...
@@ -92,11 +92,11 @@
<directory>
src/main/webapp
</directory>
<excludes>
<!--打包生产-->
<exclude>
static/
**
</exclude>
<exclude>
html/
**
</exclude>
<exclude>
upload/
**
</exclude>
<exclude>
templets/
**
</exclude>
<exclude>
WEB-INF/
**
</exclude>
<exclude>
static/
</exclude>
<exclude>
html/
</exclude>
<exclude>
upload/
</exclude>
<exclude>
templets/
</exclude>
<exclude>
WEB-INF/
</exclude>
</excludes>
</resource>
</resources>
...
...
src/main/webapp/WEB-INF/manager/cms/category/index.ftl
View file @
6194c7c8
...
...
@@ -47,7 +47,7 @@
</el-table-column>
<el-table-column
label=
"链接地址"
align=
"left"
prop=
"categoryPath"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
<span
style=
"cursor: pointer"
class=
"copyBtn"
:data-clipboard-text=
"'${'$'}{global.url}'+scope.row.categoryPath+'/index.html'"
@
click=
"copyUrl"
>
{{"{ms:global.url/}"+scope.row.categoryPath+"/index.html"}}
</span>
<span
style=
"cursor: pointer"
class=
"copyBtn"
:data-clipboard-text=
"'${'$'}{
ms:
global.url}'+scope.row.categoryPath+'/index.html'"
@
click=
"copyUrl"
>
{{"{ms:global.url/}"+scope.row.categoryPath+"/index.html"}}
</span>
</template>
</el-table-column>
<el-table-column
label=
"列表地址"
align=
"left"
prop=
"categoryListUrl"
show-overflow-tooltip
>
...
...
src/main/webapp/templets/1/default/about.htm
View file @
6194c7c8
...
...
@@ -6,6 +6,60 @@
<body>
<
#
include
"
head
.
htm
"
/>
<br/>
son
{ms:channel type="son"}
<a
href=
"{ms:global.url/}${field.typelink}"
>
${field.typetitle}
</a>
{/ms:channel}
<br/>
top
{ms:channel type="top"}
<a
href=
"{ms:global.url/}${field.typelink}"
>
${field.typetitle}
</a>
{/ms:channel}
<br/>
level
{ms:channel type="level"}
<a
href=
"{ms:global.url/}${field.typelink}"
>
${field.typetitle}
</a>
{/ms:channel}
<br/>
self
{ms:channel type="self"}
<a
href=
"{ms:global.url/}${field.typelink}"
>
${field.typetitle}
</a>
{/ms:channel}
<br/>
sonOrLevel
{ms:channel type="sonOrLevel"}
<a
href=
"{ms:global.url/}${field.typelink}"
>
${field.typetitle}
</a>
{/ms:channel}
<br/>
path
{ms:channel type="path"}
<a
href=
"{ms:global.url/}${field.typelink}"
>
${field.typetitle}
</a>
{/ms:channel}
<br/>
parent
{ms:channel type="parent"}
<a
href=
"{ms:global.url/}${field.typelink}"
>
${field.typetitle}
</a>
{/ms:channel}
<br/>
nav
{ms:channel type="nav"}
<a
href=
"{ms:global.url/}${field.typelink}"
>
${field.typetitle}
</a>
{/ms:channel}
<div
class=
"ms-banner"
style=
"background:url({ms:global.host/}/{ms:global.style/}/images/about_us.jpg) no-repeat center;"
>
<p
class=
"banner_tit_about animated fadeInLeft"
>
关于我们
</p>
<p
class=
"banner_tit_about_des animated fadeInRight"
>
About us
</p>
...
...
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