------------------------------------------------------------ revno: 2430 committer: Lars Helge Overland <[email protected]> branch nick: dhis2 timestamp: Mon 2010-12-27 00:29:53 +0100 message: Removed obsolete class removed: dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/responseDataCompleteness.vm
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== removed file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/responseDataCompleteness.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/responseDataCompleteness.vm 2009-03-03 16:46:36 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/responseDataCompleteness.vm 1970-01-01 00:00:00 +0000 @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<dataSetCompletenessResults> -#foreach ( $result in $results ) - <dataSetCompletenessResult> - <name>$encoder.xmlEncode( $result.name )</name> - <sources>$result.sources</sources> - <registrations>$result.registrations</registrations> - <percentage>$result.getPercentage()</percentage> - <registrationsOnTime>$result.registrationsOnTime</registrationsOnTime> - <percentageOnTime>$result.getPercentageOnTime()</percentageOnTime> - </dataSetCompletenessResult> -#end -</dataSetCompletenessResults>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

