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

« back to all changes in this revision

Viewing changes to local/in/dhis-web-dashboard/src/main/webapp/dhis-web-dashboard/responseOptionCombo.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
#set($count = 0)
 
2
 
 
3
<optionCombo>
 
4
  <categoryOptions>
 
5
    #foreach( $optionComboId in $optionComboIds )
 
6
      #set($optionComboName = $optionComboNames.get($count))    
 
7
      <categoryOption id="$optionComboId">$encoder.xmlEncode( $optionComboName )</categoryOption>
 
8
      #set($count = $count + 1)
 
9
    #end
 
10
  </categoryOptions>
 
11
</optionCombo>
 
 
b'\\ No newline at end of file'