=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/chart.png' Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/chart.png 1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/chart.png 2012-10-04 10:34:08 +0000 differ === added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/dataset.png' Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/dataset.png 1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/dataset.png 2012-10-04 10:34:08 +0000 differ === added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/map.png' Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/map.png 1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/map.png 2012-10-04 10:34:08 +0000 differ === added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/table.png' Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/table.png 1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/table.png 2012-10-04 10:34:08 +0000 differ === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm 2012-10-03 16:07:42 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm 2012-10-04 10:34:08 +0000 @@ -1,55 +1,66 @@ #foreach( $ip in $interpretations ) -
- -
- ${ip.user.name}  - ${format.formatDate( $ip.created )} -
-
- $!dhisTextUtils.htmlify( ${ip.text} ) -
-
- #if( $ip.chartInterpretation ) - +
+
+ #if( $ip.chartInterpretation ) + #elseif( $ip.mapViewInterpretation ) - $encoder.htmlEncode( $ip.mapView.name ) + #elseif( $ip.reportTableInterpretation ) - #if( $ip.organisationUnit )#set( $ou = "&ou=" + $ip.organisationUnit.uid )#else#set( $ou = "" )#end - - $encoder.htmlEncode( $ip.reportTable.name ) + #elseif( $ip.dataSetReportInterpretation ) - - $encoder.htmlEncode( $ip.dataSet.name ) + #end
- - #set( $comments = $ip.comments ) -
-
- #foreach( $comment in $comments ) -
-
- ${comment.user.name}  - ${format.formatDate( $comment.created )} -
-
-
- ${comment.text} -
- #end -
- - +
+
+ ${ip.user.name}  + ${format.formatDate( $ip.created )} +
+
+ $!dhisTextUtils.htmlify( ${ip.text} ) +
+
+ #if( $ip.chartInterpretation ) + + #elseif( $ip.mapViewInterpretation ) + $encoder.htmlEncode( $ip.mapView.name ) + #elseif( $ip.reportTableInterpretation ) + #if( $ip.organisationUnit )#set( $ou = "&ou=" + $ip.organisationUnit.uid )#else#set( $ou = "" )#end + + $encoder.htmlEncode( $ip.reportTable.name ) + #elseif( $ip.dataSetReportInterpretation ) + + $encoder.htmlEncode( $ip.dataSet.name ) + #end +
+ + #set( $comments = $ip.comments ) +
+
+ #foreach( $comment in $comments ) +
+
+ ${comment.user.name}  + ${format.formatDate( $comment.created )} +
+
+
+ ${comment.text} +
+ #end +
+ + +
-
#end \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2012-07-27 12:38:08 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2012-10-04 10:34:08 +0000 @@ -219,7 +219,7 @@ #interpretationFeed { - width: 550px; + width: 600px; border-top: 1px solid #ccc; } @@ -230,11 +230,21 @@ margin-bottom: 9px; } +.interpretationContainer +{ + width: 590px; + border-bottom: 1px solid #ccc; + padding: 22px 10px 20px 10px; +} + .interpretation { - width: 550px; - border-bottom: 1px solid #ccc; - padding: 22px 10px 16px 10px; + margin-left: 50px; +} + +.interpretationSymbol +{ + float: left; } .interpretationName @@ -263,7 +273,7 @@ .commentArea { height: 18px; - width: 370px; + width: 360px; border: 1px solid #ccc; resize: none; overflow: auto;