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

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/responseDataSetObject.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
<dataSet>
 
3
  <id>$dataSet.id</id>
 
4
  <name>$encoder.xmlEncode( $dataSet.name )</name>
 
5
  <frequency>$i18n.getString( $dataSet.periodType.name )</frequency>
 
6
  <dataElementCount>$dataSetDataElements.size()</dataElementCount>
 
7
  <dataentryform>#if(!$dataEntryForm)  #else $encoder.xmlEncode( $dataEntryForm.name )#end</dataentryform>
 
8
</dataSet>
 
 
b'\\ No newline at end of file'