~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to local/in/dhis-web-reports/src/main/resources/xwork.xml

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE xwork PUBLIC "-//OpenSymphony Group//XWork 1.0//EN"
 
2
 "http://www.opensymphony.com/xwork/xwork-1.0.dtd">
 
3
<xwork>
 
4
  <!-- use the DHIS web portal default -->
 
5
  <include file="dhis-web-commons.xml"/>
 
6
 
 
7
  <package name="dhis-web-reports" extends="dhis-web-commons" namespace="/dhis-web-reports">
 
8
 
 
9
    <action name="index" class="org.hisp.dhis.web.reports.action.SelectOrganisationUnitAction">
 
10
      <result name="success" type="chain">
 
11
        <param name="actionName">getMonthlyPeriods</param>
 
12
      </result>
 
13
      <result name="input" type="velocity">/main.vm</result>
 
14
      <param name="page">/dhis-web-reports/welcome.vm</param>
 
15
      <param name="menu">/dhis-web-reports/menu.vm</param>
 
16
      <param name="javascripts">../dhis-web-commons/ouwt/ouwt.js</param>
 
17
      <interceptor-ref name="organisationUnitTreeStack"/>
 
18
    </action>
 
19
 
 
20
    <action name="getMonthlyPeriods" class="org.hisp.dhis.web.reports.action.GetMonthlyPeriodsAction">
 
21
      <result name="success" type="velocity">/main.vm</result>
 
22
      <param name="page">/dhis-web-reports/reportForm.vm</param>
 
23
      <param name="menu">/dhis-web-reports/menu.vm</param>
 
24
      <param name="javascripts">../dhis-web-commons/ouwt/ouwt.js</param>
 
25
      <interceptor-ref name="organisationUnitTreeStack"/>
 
26
    </action>
 
27
 
 
28
    <action name="generateReport" class="org.hisp.dhis.web.reports.action.GenerateReportAction">
 
29
                <!-- Reports -->
 
30
        <result name="form6">/dhis-web-reports/Kerala/kform6.jsp</result>
 
31
        <result name="form7">/dhis-web-reports/Kerala/kform7.jsp</result>
 
32
        <result name="form7b">/dhis-web-reports/Kerala/kform7b.jsp</result>
 
33
        <result name="nvbdcp">/dhis-web-reports/Kerala/kcnvbdcp.jsp</result>
 
34
        <result name="commiec">/dhis-web-reports/Kerala/Kcontroliec.jsp</result>
 
35
        <result name="mf4">/dhis-web-reports/Kerala/kmf4.jsp</result>
 
36
                <result name="mf5">/dhis-web-reports/Kerala/kmf-5.jsp</result>
 
37
                <result name="mf6">/dhis-web-reports/Kerala/kmf-6.jsp</result>
 
38
                <result name="nlepp">/dhis-web-reports/Kerala/knlep.jsp</result>
 
39
                <result name="noncomm">/dhis-web-reports/Kerala/knoncommunicable.jsp</result>
 
40
                <result name="opip">/dhis-web-reports/Kerala/kopip.jsp</result>
 
41
                <result name="rntcp">/dhis-web-reports/Kerala/krntcp.jsp</result>
 
42
                <result name="stockpos">/dhis-web-reports/Kerala/kstockposition.jsp</result>
 
43
                <result name="jphn">/dhis-web-reports/Kerala/kjphn.jsp</result>
 
44
                <result name="nmep">/dhis-web-reports/Kerala/knmep.jsp</result>
 
45
                <result name="Prntcp">/dhis-web-reports/Kerala/kcprntcp.jsp</result>
 
46
                <result name="Pnoncommunicable">/dhis-web-reports/Kerala/kcpnoncommunicable.jsp</result>
 
47
                <result name="Pcommiec">/dhis-web-reports/Kerala/kcpiec.jsp</result>
 
48
                <result name="communicable">/dhis-web-reports/Kerala/kccommunicable.jsp</result>
 
49
                <result name="form1">/dhis-web-reports/Kerala/kform1.jsp</result>
 
50
                <result name="form2">/dhis-web-reports/Kerala/kform2.jsp</result>
 
51
                <result name="form3">/dhis-web-reports/Kerala/kform3.jsp</result>
 
52
                <result name="form4">/dhis-web-reports/Kerala/kform4.jsp</result>
 
53
                <result name="form5">/dhis-web-reports/Kerala/kform5.jsp</result>
 
54
                <result name="form8">/dhis-web-reports/Kerala/kform8.jsp</result>
 
55
                <result name="form9">/dhis-web-reports/Kerala/kform9.jsp</result>
 
56
 
 
57
      <interceptor-ref name="organisationUnitTreeStack"/>
 
58
    </action>
 
59
 
 
60
  </package>
 
61
</xwork>