← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11505: Cleanup

 

------------------------------------------------------------
revno: 11505
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-07-24 18:05:05 +0200
message:
  Cleanup
removed:
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/document.vm
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/map_view.vm
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report.vm
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report_table.vm
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/rss_diseases.vm
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/rss_health.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-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/document.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/document.vm	2012-11-15 17:28:14 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/document.vm	1970-01-01 00:00:00 +0000
@@ -1,27 +0,0 @@
-
-<table class="contentProviderTable">
-    <tr>
-        <th colspan="2">$i18n.getString( "document" )</th>
-    </tr>
-    #foreach ( $document in $documents )
-    <tr>
-        <td>
-            #if ( $document.external )
-                <a href="${document.url}">
-            #else
-                <a href="../api/documents/${document.uid}/data">
-            #end
-            $document.name</a>
-        </td>
-        <td style="width:10px">
-            <a href="javascript:window.location.href='removeDocument.action?id=$document.id'" title="$i18n.getString( 'remove' )">
-            <img class="removeIcon" src="../images/hide.png" alt="$i18n.getString( 'remove' )"></a>
-        </td>
-    </tr>
-    #end
-</table>
-
-#if( $documents.size() == 0 )
-<div class="labelText">$i18n.getString( "insert_links_by_going_to" )<br>
-<a href="../dhis-web-reporting/displayViewDocumentForm.action">$i18n.getString( "document" )</a></div>
-#end
\ No newline at end of file

=== removed file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/map_view.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/map_view.vm	2012-11-15 17:28:14 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/map_view.vm	1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
-
-<table class="contentProviderTable">
-    <tr>
-        <th colspan="2">$i18n.getString( "map" )</th>
-    </tr>
-    #foreach ( $map in $maps )
-    <tr>
-        <td>
-            <a href="javascript:window.location.href='../dhis-web-mapping/app/index.html?id=${map.uid}'">$encoder.htmlEncode( $map.name )</a>
-        </td>
-        <td style="width:10px">
-            <a href="javascript:window.location.href='removeMap.action?id=$map.id'" title="$i18n.getString( 'remove' )">
-            <img class="removeIcon" src="../images/hide.png" alt="$i18n.getString( 'remove' )"></a>
-        </td>
-    </tr>
-    #end
-</table>
-
-#if( $maps.size() == 0 )
-<div class="labelText">$i18n.getString( "insert_links_by_going_to" )<br>
-<a href="../dhis-web-mapping/app/index.html">$i18n.getString( "gis" )</a></div>
-#end
\ No newline at end of file

=== removed file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report.vm	2013-04-22 12:41:47 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report.vm	1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
-
-<table class="contentProviderTable">
-    <tr>
-    	<th colspan="2">$i18n.getString( "report" )</th>
-    </tr>
-    #foreach ( $report in $reports )
-    <tr>
-    	<td>
-    		<a href="../dhis-web-reporting/getReportParams.action?uid=${report.uid}&mode=report&type=${report.type}">$encoder.htmlEncode( $report.name )</a>
-    	</td>
-    	<td style="width:10px">
-    		<a href="javascript:window.location.href='removeReport.action?id=$report.id'" title="$i18n.getString( 'remove' )">
-    		<img class="removeIcon" src="../images/hide.png" alt="$i18n.getString( 'remove' )"></a>
-    	</td>
-    </tr>
-    #end
-</table>
-
-#if( $reports.size() == 0 )
-<div class="labelText">$i18n.getString( "insert_links_by_going_to" )<br>
-<a href="../dhis-web-reporting/displayViewReportForm.action">$i18n.getString( "report" )</a></div>
-#end
\ No newline at end of file

=== removed file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report_table.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report_table.vm	2012-11-15 17:28:14 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report_table.vm	1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
-
-<table class="contentProviderTable">
-    <tr>
-        <th colspan="2">$i18n.getString( "report_table" )</th>
-    </tr>
-    #foreach ( $table in $reportTables )
-    <tr>
-        <td>
-            <a href="../dhis-web-reporting/getReportParams.action?uid=${table.uid}&mode=table">$table.name</a>
-        </td>       
-        <td style="width:10px">
-            <a href="javascript:window.location.href='removeReportTable.action?id=$table.id'" title="$i18n.getString( 'remove' )">
-            <img class="removeIcon" src="../images/hide.png" alt="$i18n.getString( 'remove' )"></a>
-        </td>
-    </tr>
-    #end
-</table>
-
-#if( $reportTables.size() == 0 )
-<div class="labelText">$i18n.getString( "insert_links_by_going_to" )<br>
-<a href="../dhis-web-reporting/displayManageTableForm.action">$i18n.getString( "report_table" )</a></div>
-#end
\ No newline at end of file

=== removed file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/rss_diseases.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/rss_diseases.vm	2012-03-05 10:43:47 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/rss_diseases.vm	1970-01-01 00:00:00 +0000
@@ -1,7 +0,0 @@
-
-<table class="contentProviderTable">
-    <tr><th>$i18n.getString( "rss_diseases" )</th></tr>
-    #foreach ( $item in $diseasesItems )
-    <tr><td><a href="$item.link" target="_blank">$item.title</a>&nbsp;$item.date</td></tr>
-    #end
-</table>

=== removed file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/rss_health.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/rss_health.vm	2009-03-03 16:46:36 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/rss_health.vm	1970-01-01 00:00:00 +0000
@@ -1,7 +0,0 @@
-
-<table class="contentProviderTable">
-    <tr><th>$i18n.getString( "rss_health" )</th></tr>
-    #foreach ( $item in $healthItems )
-    <tr><td><a href="$item.link" target="_blank">$item.title</a>&nbsp;$item.date</td></tr>
-    #end
-</table>