Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
leyi cen
Jeesns
Commits
6c402f5c
Commit
6c402f5c
authored
5 years ago
by
zchuanzhao
Browse files
Options
Download
Email Patches
Plain Diff
v2.0.0初始化
parent
3718e3fb
Changes
187
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
jeesns-web/src/main/resources/spring-mvc.xml
+2
-2
jeesns-web/src/main/resources/spring-mvc.xml
jeesns-web/src/main/resources/templates/front/action/list.ftl
+1
-1
...ns-web/src/main/resources/templates/front/action/list.ftl
jeesns-web/src/main/resources/templates/front/checkin/index.ftl
+1
-1
...-web/src/main/resources/templates/front/checkin/index.ftl
jeesns-web/src/main/resources/templates/front/cms/add.ftl
+2
-2
jeesns-web/src/main/resources/templates/front/cms/add.ftl
jeesns-web/src/main/resources/templates/front/cms/detail.ftl
+1
-1
jeesns-web/src/main/resources/templates/front/cms/detail.ftl
jeesns-web/src/main/resources/templates/front/cms/edit.ftl
+2
-2
jeesns-web/src/main/resources/templates/front/cms/edit.ftl
jeesns-web/src/main/resources/templates/front/cms/list.ftl
+1
-1
jeesns-web/src/main/resources/templates/front/cms/list.ftl
jeesns-web/src/main/resources/templates/front/group/apply.ftl
+2
-2
...ns-web/src/main/resources/templates/front/group/apply.ftl
jeesns-web/src/main/resources/templates/front/group/auditList.ftl
+1
-1
...eb/src/main/resources/templates/front/group/auditList.ftl
jeesns-web/src/main/resources/templates/front/group/detail.ftl
+1
-1
...s-web/src/main/resources/templates/front/group/detail.ftl
jeesns-web/src/main/resources/templates/front/group/edit.ftl
+2
-2
jeesns-web/src/main/resources/templates/front/group/edit.ftl
jeesns-web/src/main/resources/templates/front/group/fans.ftl
+1
-1
jeesns-web/src/main/resources/templates/front/group/fans.ftl
jeesns-web/src/main/resources/templates/front/group/index.ftl
+1
-1
...ns-web/src/main/resources/templates/front/group/index.ftl
jeesns-web/src/main/resources/templates/front/group/post.ftl
+2
-2
jeesns-web/src/main/resources/templates/front/group/post.ftl
jeesns-web/src/main/resources/templates/front/group/topic.ftl
+1
-1
...ns-web/src/main/resources/templates/front/group/topic.ftl
jeesns-web/src/main/resources/templates/front/group/topicEdit.ftl
+2
-2
...eb/src/main/resources/templates/front/group/topicEdit.ftl
jeesns-web/src/main/resources/templates/front/group/topicTypeAdd.ftl
+2
-2
...src/main/resources/templates/front/group/topicTypeAdd.ftl
jeesns-web/src/main/resources/templates/front/group/topicTypeEdit.ftl
+2
-2
...rc/main/resources/templates/front/group/topicTypeEdit.ftl
jeesns-web/src/main/resources/templates/front/group/topicTypeList.ftl
+1
-1
...rc/main/resources/templates/front/group/topicTypeList.ftl
jeesns-web/src/main/resources/templates/front/home.ftl
+1
-1
jeesns-web/src/main/resources/templates/front/home.ftl
with
29 additions
and
29 deletions
+29
-29
jeesns-web/src/main/resources/spring-mvc.xml
+
2
-
2
View file @
6c402f5c
...
...
@@ -149,9 +149,9 @@
<aop:aspectj-autoproxy
/>
<aop:config>
<aop:aspect
id=
"controllerAop"
ref=
"controllerAop"
>
<!--<aop:pointcut id="target" expression="execution(public com.lxinet.jeesns.core.dto.Result
Model
*(..)) ||-->
<!--<aop:pointcut id="target" expression="execution(public com.lxinet.jeesns.core.dto.Result *(..)) ||-->
<!--execution(public * com.lxinet.jeesns.web..*.*(..))" />-->
<aop:pointcut
id=
"target"
expression=
"execution(public com.lxinet.jeesns.core.dto.Result
Model
*(..))"
/>
<aop:pointcut
id=
"target"
expression=
"execution(public com.lxinet.jeesns.core.dto.Result *(..))"
/>
<aop:around
method=
"handlerController"
pointcut-ref=
"target"
/>
</aop:aspect>
</aop:config>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/action/list.ftl
+
1
-
1
View file @
6c402f5c
...
...
@@ -14,7 +14,7 @@
</script>
<!--[if lt IE 9]>
<script src="$
{
basePath
}
/res/common/js/html5shiv.min.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/bootstrap.min.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/checkin/index.ftl
+
1
-
1
View file @
6c402f5c
...
...
@@ -14,7 +14,7 @@
</script>
<!--[if lt IE 9]>
<script src="$
{
basePath
}
/res/common/js/html5shiv.min.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/bootstrap.min.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/cms/add.ftl
+
2
-
2
View file @
6c402f5c
...
...
@@ -10,8 +10,8 @@
<link href="$
{
basePath
}
/res/plugins/webuploader/webuploader.css" rel="stylesheet">
<link href="$
{
basePath
}
/res/plugins/layer/skin/layer.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src=
"
$
{
basePath
}
/res/common/js/html5shiv.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/html5shiv.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/jquery.form.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/cms/detail.ftl
+
1
-
1
View file @
6c402f5c
...
...
@@ -12,7 +12,7 @@
<link href="$
{
basePath
}
/res/front/css/app.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="$
{
basePath
}
/res/common/js/html5shiv.min.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/zui.min.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/cms/edit.ftl
+
2
-
2
View file @
6c402f5c
...
...
@@ -12,8 +12,8 @@
<link href="$
{
basePath
}
/res/plugins/webuploader/webuploader.css" rel="stylesheet">
<link href="$
{
basePath
}
/res/plugins/layer/skin/layer.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src=
"
$
{
basePath
}
/res/common/js/html5shiv.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/html5shiv.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/jquery.form.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/cms/list.ftl
+
1
-
1
View file @
6c402f5c
...
...
@@ -12,7 +12,7 @@
<link href="$
{
basePath
}
/res/front/css/app.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="$
{
basePath
}
/res/common/js/html5shiv.min.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/zui.min.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/group/apply.ftl
+
2
-
2
View file @
6c402f5c
...
...
@@ -10,8 +10,8 @@
<link href="$
{
basePath
}
/res/plugins/webuploader/webuploader.css" rel="stylesheet">
<link href="$
{
basePath
}
/res/plugins/layer/skin/layer.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src=
"
$
{
basePath
}
/res/common/js/html5shiv.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/html5shiv.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/jquery.form.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/group/auditList.ftl
+
1
-
1
View file @
6c402f5c
...
...
@@ -12,7 +12,7 @@
<link href="$
{
basePath
}
/res/front/css/app.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="$
{
basePath
}
/res/common/js/html5shiv.min.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/zui.min.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/group/detail.ftl
+
1
-
1
View file @
6c402f5c
...
...
@@ -12,7 +12,7 @@
<link href="$
{
basePath
}
/res/front/css/app.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="$
{
basePath
}
/res/common/js/html5shiv.min.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/zui.min.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/group/edit.ftl
+
2
-
2
View file @
6c402f5c
...
...
@@ -10,8 +10,8 @@
<link href="$
{
basePath
}
/res/plugins/webuploader/webuploader.css" rel="stylesheet">
<link href="$
{
basePath
}
/res/plugins/layer/skin/layer.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src=
"
$
{
basePath
}
/res/common/js/html5shiv.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/html5shiv.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/jquery.form.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/group/fans.ftl
+
1
-
1
View file @
6c402f5c
...
...
@@ -11,7 +11,7 @@
<link href="$
{
basePath
}
/res/front/css/app.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="$
{
basePath
}
/res/common/js/html5shiv.min.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/zui.min.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/group/index.ftl
+
1
-
1
View file @
6c402f5c
...
...
@@ -12,7 +12,7 @@
<link href="$
{
basePath
}
/res/front/css/app.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="$
{
basePath
}
/res/common/js/html5shiv.min.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/zui.min.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/group/post.ftl
+
2
-
2
View file @
6c402f5c
...
...
@@ -10,8 +10,8 @@
<link href="$
{
basePath
}
/res/plugins/webuploader/webuploader.css" rel="stylesheet">
<link href="$
{
basePath
}
/res/plugins/layer/skin/layer.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src=
"
$
{
basePath
}
/res/common/js/html5shiv.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/html5shiv.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/jquery.form.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/group/topic.ftl
+
1
-
1
View file @
6c402f5c
...
...
@@ -12,7 +12,7 @@
<link href="$
{
basePath
}
/res/front/css/app.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="$
{
basePath
}
/res/common/js/html5shiv.min.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/zui.min.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/group/topicEdit.ftl
+
2
-
2
View file @
6c402f5c
...
...
@@ -10,8 +10,8 @@
<link href="$
{
basePath
}
/res/plugins/webuploader/webuploader.css" rel="stylesheet">
<link href="$
{
basePath
}
/res/plugins/layer/skin/layer.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src=
"
$
{
basePath
}
/res/common/js/html5shiv.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/html5shiv.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/jquery.form.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/group/topicTypeAdd.ftl
+
2
-
2
View file @
6c402f5c
...
...
@@ -9,8 +9,8 @@
<link href="$
{
basePath
}
/res/front/css/app.css" rel="stylesheet">
<link href="$
{
basePath
}
/res/plugins/layer/skin/layer.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src=
"
$
{
basePath
}
/res/common/js/html5shiv.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/html5shiv.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/jquery.form.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/group/topicTypeEdit.ftl
+
2
-
2
View file @
6c402f5c
...
...
@@ -9,8 +9,8 @@
<link href="$
{
basePath
}
/res/front/css/app.css" rel="stylesheet">
<link href="$
{
basePath
}
/res/plugins/layer/skin/layer.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src=
"
$
{
basePath
}
/res/common/js/html5shiv.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/html5shiv.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/jquery.form.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/group/topicTypeList.ftl
+
1
-
1
View file @
6c402f5c
...
...
@@ -12,7 +12,7 @@
<link href="$
{
basePath
}
/res/front/css/app.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="$
{
basePath
}
/res/common/js/html5shiv.min.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/zui.min.js"></script>
...
...
This diff is collapsed.
Click to expand it.
jeesns-web/src/main/resources/templates/front/home.ftl
+
1
-
1
View file @
6c402f5c
...
...
@@ -15,7 +15,7 @@
<!--[if lt IE 9]>
<script src="$
{
basePath
}
/res/common/js/html5shiv.min.js"></script>
<script src=
"
$
{
basePath
}
/res/common/js/respond.min.js"></script>
<script src=$
{
basePath
}
"
/res/common/js/respond.min.js"></script>
<![endif]-->
<script src="$
{
basePath
}
/res/common/js/jquery-2.1.1.min.js"></script>
<script src="$
{
basePath
}
/res/common/js/zui.min.js"></script>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
5
6
7
8
9
10
Next
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
Menu
Projects
Groups
Snippets
Help