Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
db5d47ba
Commit
db5d47ba
authored
Jan 25, 2019
by
yinxr
Browse files
Signed-off-by: yinxr <2273460044@qq.com>
parent
c66c003a
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/include/head-file.ftl
View file @
db5d47ba
...
...
@@ -17,13 +17,6 @@
<script src="http://cdn.mingsoft.net/ms/1.0/ms.http.js"></script>
<script src="http://cdn.mingsoft.net/ms/1.0/ms.util.js"></script>
<!-- <link rel="stylesheet" href="$
{
base
}
/static/ms-admin/4.7.0/css/login.css"> -->
<!-- <link rel="stylesheet" href="$
{
base
}
/static/mweixin/css/custom-menu.css"> -->
<!-- <link rel="stylesheet" href="$
{
base
}
/static/mweixin/css/message-reply.css"> -->
<link rel="stylesheet" href="../../../static/ms-admin/4.7.0/css/login.css">
<link rel="stylesheet" href="../../../static/mweixin/css/custom-menu.css">
<link rel="stylesheet" href="../../../static/mweixin/css/message-reply.css">
<script>
// ms.base = "$
{
base
}
";
// ms.manager = "$
{
managerPath
}
";
...
...
src/main/webapp/WEB-INF/manager/login.ftl
View file @
db5d47ba
...
...
@@ -5,6 +5,8 @@
<title></title>
<!-- <#include "/include/head-file.ftl"/> -->
<!--#include virtual="include/head-file.ftl" -->
<!-- <link rel="stylesheet" href="$
{
base
}
/static/ms-admin/4.7.0/css/login.css"> -->
<link rel="stylesheet" href="../../../static/ms-admin/4.7.0/css/login.css">
</
head
>
<
body
>
...
...
src/main/webapp/WEB-INF/manager/mweixin/custom-menu.ftl
View file @
db5d47ba
...
...
@@ -5,6 +5,8 @@
<title></title>
<!-- <#include "/include/head-file.ftl"/> -->
<!--#include virtual="../include/head-file.ftl" -->
<!-- <link rel="stylesheet" href="$
{
base
}
/static/mweixin/css/custom-menu.css"> -->
<link rel="stylesheet" href="../../../static/mweixin/css/custom-menu.css">
</
head
>
<
body
>
<div id="custom-menu" class="ms-custom-menu">
...
...
src/main/webapp/WEB-INF/manager/mweixin/keyword-reply.ftl
View file @
db5d47ba
...
...
@@ -6,6 +6,7 @@
<!-- <#include "/include/head-file.ftl"/> -->
<!--#include virtual="../include/head-file.ftl" -->
<link rel="stylesheet" href="../../../static/mweixin/css/keyword-reply.css">
<!-- <link rel="stylesheet" href="$
{
base
}
/static/mweixin/css/keyword-reply.css"> -->
</
head
>
<
body
>
...
...
src/main/webapp/WEB-INF/manager/mweixin/message-reply.ftl
View file @
db5d47ba
...
...
@@ -6,6 +6,9 @@
<title></title>
<!-- <#include "/include/head-file.ftl"/> -->
<!--#include virtual="../include/head-file.ftl" -->
<!-- <link rel="stylesheet" href="$
{
base
}
/static/mweixin/css/message-reply.css"> -->
<link rel="stylesheet" href="../../../static/mweixin/css/message-reply.css">
</
head
>
<
body
>
...
...
Write
Preview
Supports
Markdown
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