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

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ouwt/responseExpand.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
<units>
 
2
#foreach( $parent in $parents )
 
3
        <parent parentId="$parent.id">
 
4
        #foreach( $child in $childrenMap.get( $parent ) )
 
5
                <child id="$child.id" hasChildren="$child.children.size()">$encoder.xmlEncode( $child.name )</child>
 
6
        #end
 
7
        </parent>
 
8
#end
 
9
</units>
 
 
b'\\ No newline at end of file'