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

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/rss_health.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
 
 
2
<table class="contentProviderTable">
 
3
    <tr><th>$i18n.getString( "rss_health" )</th></tr>
 
4
    #foreach ( $item in $healthItems )
 
5
    <tr><td><a href="$item.link" target="_blank">$item.title</a>&nbsp;$item.date</td></tr>
 
6
    #end
 
7
</table>