Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jfV5portal
Overview
Overview
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
管理员
jfV5portal
Commits
cd545fd9
Commit
cd545fd9
authored
Sep 17, 2018
by
罗绍泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码整理
parent
fd58a8ab
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
9 deletions
+21
-9
business-apps.xml
WebContent/WEB-INF/conf/gaowj/bl/business-apps.xml
+1
-0
header-simple-1.0.jsp
WebContent/gaowj/header-simple-1.0.jsp
+3
-0
icon.css
...tent/gaowj/ria/jquery/jquery-easyui-1.4.1/themes/icon.css
+7
-0
struts-ext.xml
src/struts-ext.xml
+10
-9
No files found.
WebContent/WEB-INF/conf/gaowj/bl/business-apps.xml
View file @
cd545fd9
...
@@ -210,6 +210,7 @@
...
@@ -210,6 +210,7 @@
class=
"com.jw.app.business.todo.TodoBusinessImpl"
>
class=
"com.jw.app.business.todo.TodoBusinessImpl"
>
<property
name=
"todoDAO"
ref=
"todoDAO"
/>
<property
name=
"todoDAO"
ref=
"todoDAO"
/>
</bean>
</bean>
<bean
id=
"MeetingBusiness"
<bean
id=
"MeetingBusiness"
class=
"com.jw.app.business.meeting.MeetingBusinessImpl"
>
class=
"com.jw.app.business.meeting.MeetingBusinessImpl"
>
<property
name=
"meetingDAO"
ref=
"meetingDAO"
/>
<property
name=
"meetingDAO"
ref=
"meetingDAO"
/>
...
...
WebContent/gaowj/header-simple-1.0.jsp
View file @
cd545fd9
...
@@ -71,6 +71,9 @@
...
@@ -71,6 +71,9 @@
<link rel="stylesheet" type="text/css" href="<%=commonPath%>/ria/jquery/jquery-easyui-1.4.1/themes/icon.css" charset="utf-8"></link>
<link rel="stylesheet" type="text/css" href="<%=commonPath%>/ria/jquery/jquery-easyui-1.4.1/themes/icon.css" charset="utf-8"></link>
<link rel="stylesheet" type="text/css" href="<%=commonPath%>/ria/jquery/zTree_v3/css/zTreeStyle/zTreeStyle.css" charset="utf-8"></link>
<link rel="stylesheet" type="text/css" href="<%=commonPath%>/ria/jquery/zTree_v3/css/zTreeStyle/zTreeStyle.css" charset="utf-8"></link>
<link rel="stylesheet" type="text/css" href="<%=localPath%>/jwapp/common/css/choice_user/common.css" charset="utf-8"></link>
<link rel="stylesheet" type="text/css" href="<%=localPath%>/jwapp/common/css/choice_user/common.css" charset="utf-8"></link>
<link rel="stylesheet" href="${ctx}/custom/plug/webupload/css/webuploader.css" type="text/css"></link>
<script src="${ctx}/custom/plug/webupload/js/webuploader.js"></script>
<script src="${ctx}/custom/plug/webupload/js/webuploaderExtend.js"></script>
<script type="text/javascript">
<script type="text/javascript">
// $.ajaxSetup ({
// $.ajaxSetup ({
...
...
WebContent/gaowj/ria/jquery/jquery-easyui-1.4.1/themes/icon.css
View file @
cd545fd9
...
@@ -372,4 +372,10 @@
...
@@ -372,4 +372,10 @@
}
}
.icon-ext-49_33 {
.icon-ext-49_33 {
background:url('
../../../../
images
/
icons
/(
49
,
33
).
png
') no-repeat left center;
background:url('
../../../../
images
/
icons
/(
49
,
33
).
png
') no-repeat left center;
}
.icon-ext-27_47 {
background:url('
../../../../
images
/
icons
/(
27
,
47
).
png
') no-repeat left center;
}
.icon-ext-39_39 {
background:url('
../../../../
images
/
icons
/(
39
,
39
).
png
'
)
no-repeat
left
center
;
}
}
\ No newline at end of file
src/struts-ext.xml
View file @
cd545fd9
...
@@ -135,24 +135,28 @@
...
@@ -135,24 +135,28 @@
<action
name=
"voteView_*"
class=
"com.jw.app.vote.action.viewAction"
method=
"{1}"
>
<action
name=
"voteView_*"
class=
"com.jw.app.vote.action.viewAction"
method=
"{1}"
>
<result
name=
"{1}"
>
/jwapp/pages/vote/{1}.jsp
</result>
<result
name=
"{1}"
>
/jwapp/pages/vote/{1}.jsp
</result>
</action>
</action>
<!-- 代办管理 -->
<action
name=
"todoAct_*"
class=
"com.jw.app.todo.action.actAction"
method=
"{1}"
>
<!-- 会议管理 -->
<action
name=
"meetingAct_*"
class=
"com.jw.app.meeting.action.actAction"
method=
"{1}"
>
<result
name=
"json"
type=
"json"
>
<result
name=
"json"
type=
"json"
>
<param
name=
"root"
>
jsonObject
</param>
<param
name=
"root"
>
jsonObject
</param>
</result>
</result>
</action>
</action>
<!-- 会议管理 -->
<action
name=
"meetingData_*"
class=
"com.jw.app.meeting.action.dataAction"
method=
"{1}"
>
<action
name=
"meetingAct_*"
class=
"com.jw.app.meeting.action.actAction"
method=
"{1}"
>
<result
name=
"json"
type=
"json"
>
<result
name=
"json"
type=
"json"
>
<param
name=
"root"
>
jsonObject
</param>
<param
name=
"root"
>
jsonObject
</param>
</result>
</result>
</action>
</action>
<action
name=
"todoData_*"
class=
"com.jw.app.todo.action.dataAction"
method=
"{1}"
>
<action
name=
"meetingView_*"
class=
"com.jw.app.meeting.action.viewAction"
method=
"{1}"
>
<result
name=
"{1}"
>
/jwapp/pages/meeting/{1}.jsp
</result>
</action>
<!-- 代办管理 -->
<action
name=
"todoAct_*"
class=
"com.jw.app.todo.action.actAction"
method=
"{1}"
>
<result
name=
"json"
type=
"json"
>
<result
name=
"json"
type=
"json"
>
<param
name=
"root"
>
jsonObject
</param>
<param
name=
"root"
>
jsonObject
</param>
</result>
</result>
</action>
</action>
<action
name=
"
meetingData_*"
class=
"com.jw.app.meeting
.action.dataAction"
method=
"{1}"
>
<action
name=
"
todoData_*"
class=
"com.jw.app.todo
.action.dataAction"
method=
"{1}"
>
<result
name=
"json"
type=
"json"
>
<result
name=
"json"
type=
"json"
>
<param
name=
"root"
>
jsonObject
</param>
<param
name=
"root"
>
jsonObject
</param>
</result>
</result>
...
@@ -206,9 +210,6 @@
...
@@ -206,9 +210,6 @@
<action
name=
"friendlinkView_*"
class=
"com.jw.app.friendlink.action.viewAction"
method=
"{1}"
>
<action
name=
"friendlinkView_*"
class=
"com.jw.app.friendlink.action.viewAction"
method=
"{1}"
>
<result
name=
"{1}"
>
/jwapp/pages/friendlink/{1}.jsp
</result>
<result
name=
"{1}"
>
/jwapp/pages/friendlink/{1}.jsp
</result>
</action>
</action>
<action
name=
"meetingView_*"
class=
"com.jw.app.meeting.action.viewAction"
method=
"{1}"
>
<result
name=
"{1}"
>
/jwapp/pages/meeting/{1}.jsp
</result>
</action>
<!-- 日志管理 -->
<!-- 日志管理 -->
<action
name=
"logAct_*"
class=
"com.jw.app.log.action.actAction"
<action
name=
"logAct_*"
class=
"com.jw.app.log.action.actAction"
method=
"{1}"
>
method=
"{1}"
>
...
...
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