| 12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE ZHIQIM-CONTEXT PUBLIC "-//ZHIQIM //DTD Zhiqim-Context Configuration 1.5.0//EN" "http://zhiqim.org/xmldtds/zhiqim_context_1_5_0.dtd">
- <zhiqim-context>
- <!-- 组件配置 -->
- <component name="管理台" path="/org/zhiqim/manager/resource"/>
- <component name="项目工程" path="/org/zhiqim/project/resource"/>
- <component name="项目日历" path="/org/zhiqim/calendar/resource"/>
-
- <!-- 属性配置 -->
- <attribute name="系统名称" key="name" value="知启蒙计划总结"/>
- <attribute name="系统版本" key="version" value="V1.4.1"/>
-
- <!-- 项目开发计划 -->
- <action name="项目计划列表" interceptor="chkZmrLogin,chkZpmProject" path="/zhiqim_plan/projectMonth.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/zhiqim_plan/projectMonth.zml" class="org.zhiqim.plan.action.ProjectMonthAction"/>
- <!-- 我的计划总结 -->
- <action name="向我汇报的成员" interceptor="chkZmrLogin" path="/zhiqim_plan/personReader.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/zhiqim_plan/personReader.zml" class="org.zhiqim.plan.action.PersonReaderAction" />
- <action name="我的计划总结" interceptor="chkZmrLogin" path="/zhiqim_plan/personMonth.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/zhiqim_plan/personMonth.zml" class="org.zhiqim.plan.action.PersonMonthAction"/>
- <action name="查看成员计划总结" interceptor="chkZmrLogin" path="/zhiqim_plan/personReview.htm" view="/ztmpl/zhiqim_manager/template.htm" include="/zview/zhiqim_plan/personReview.zml" class="org.zhiqim.plan.action.PersonReviewAction"/>
- </zhiqim-context>
|