Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MCMS
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
MCMS
Commits
3cef5c2e
Commit
3cef5c2e
authored
Mar 04, 2016
by
mingsoft
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
冲突优化
parent
3a64d7ce
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
pom.xml
pom.xml
+1
-1
src/main/webapp/manager/cms/templets/templets_edit_file.ftl
src/main/webapp/manager/cms/templets/templets_edit_file.ftl
+2
-1
No files found.
pom.xml
View file @
3cef5c2e
...
...
@@ -4,7 +4,7 @@
<groupId>
com.mingsoft
</groupId>
<artifactId>
mcms
</artifactId>
<packaging>
war
</packaging>
<version>
4.5.
4
</version>
<version>
4.5.
5
</version>
<name>
铭飞MCMS开源系统
</name>
<url>
http://ms.ming-soft.com
</url>
<dependencies>
...
...
src/main/webapp/manager/cms/templets/templets_edit_file.ftl
View file @
3cef5c2e
...
...
@@ -5,7 +5,8 @@
<@ms.panel>
<@ms.form name="form" id="editFileForm">
<!--文件名称-->
<@ms.text size="3" value="${fileName}" readonly="readonly" label="文件名称" name="fileName" validation={"required":"true", "data-bv-notempty-message":"名称不能为空","data-bv-stringlength":"true","data-bv-stringlength-max":"20","data-bv-stringlength-min":"1","data-bv-stringlength-message":"长度介于1-20个字符"} />
<@ms.text label="文件名称" value="${name}" readonly="readonly"/>
<@ms.hidden value="${fileName}" name="fileName" />
<!--文件内容-->
<@ms.textarea name="fileContent" label="文件内容" wrap="Soft" rows="21" size="" value="${fileContent}"/>
<@ms.hidden id="fileName" value="${fileName}" />
...
...
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