config.xml 1.7 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE ZHIQIM-CONTEXT PUBLIC "-//ZHIQIM //DTD Zhiqim-Context Configuration 1.5.0//EN" "http://zhiqim.org/xmldtds/zhiqim_context_1_5_0.dtd">
  3. <zhiqim-context>
  4. <!-- 组件配置 -->
  5. <component name="管理台" path="/org/zhiqim/manager/resource"/>
  6. <component name="项目工程" path="/org/zhiqim/project/resource"/>
  7. <component name="项目日历" path="/org/zhiqim/calendar/resource"/>
  8. <!-- 属性配置 -->
  9. <attribute name="系统名称" key="name" value="知启蒙计划总结"/>
  10. <attribute name="系统版本" key="version" value="V1.4.1"/>
  11. <!-- 项目开发计划 -->
  12. <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"/>
  13. <!-- 我的计划总结 -->
  14. <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" />
  15. <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"/>
  16. <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"/>
  17. </zhiqim-context>