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

« back to all changes in this revision

Viewing changes to local/in/dhis-web-integration/src/main/webapp/dhis-web-integration/responsePeriod.vm

  • 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
<?xml version="1.0" encoding="UTF-8"?>
 
2
<periods>
 
3
#foreach( $period in $periods )
 
4
        <period>
 
5
                <id>$period.id</id>
 
6
                <startDate>$period.startDate</startDate>
 
7
                <endDate>$period.endDate</endDate>
 
8
        </period>
 
9
#end
 
10
</periods>