← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2430: Removed obsolete class

 

------------------------------------------------------------
revno: 2430
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
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>