dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #17965
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7374: Add missing file.
------------------------------------------------------------
revno: 7374
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-06-25 12:39:46 +0700
message:
Add missing file.
added:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/multiDataEntryIndex.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
=== added file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/multiDataEntryIndex.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/multiDataEntryIndex.vm 1970-01-01 00:00:00 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/multiDataEntryIndex.vm 2012-06-25 05:39:46 +0000
@@ -0,0 +1,8 @@
+#foreach( $program in $programs )
+ <ul class="introList" style='display: block;'>
+ <li class="introItem" onclick="javascript:selectProgram('$program.id', '$program.name')">
+ <span class="introItemHeader"><img src="../icons/program.png" style="float:left; margin-right:15px">$program.name</span><br>
+ <span>$program.description</span>
+ </li>
+ </ul>
+#end