dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #14691
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5068: Add intro for dhis-web-maintenance-mobile
------------------------------------------------------------
revno: 5068
committer: Long <thanhlongngo1988>
branch nick: dhis2
timestamp: Tue 2011-11-01 13:09:55 +0700
message:
Add intro for dhis-web-maintenance-mobile
added:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/icons/mobile.png
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/resources/org/hisp/dhis/mobile/i18n_module.properties
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/welcome.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-commons-resources/src/main/webapp/icons/mobile.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/icons/mobile.png 1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/icons/mobile.png 2011-11-01 06:09:55 +0000 differ
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/resources/org/hisp/dhis/mobile/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/resources/org/hisp/dhis/mobile/i18n_module.properties 2011-10-31 11:38:27 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/resources/org/hisp/dhis/mobile/i18n_module.properties 2011-11-01 06:09:55 +0000
@@ -1,3 +1,4 @@
+intro_patient_mobile_setting = Define what information of Beneficiary will be send to mobile device.
patient_mobile_setting = Beneficiary Mobile Settings
gender = Gender
dob_type = DoB Type
@@ -11,4 +12,5 @@
intro_mobile_dataset = Define and sort the data sets which are available for facility reporting on the mobile client.
mobile_dataset = Dataset for Mobile
available_for_mobile_reporting = Available for Mobile Reporting
-available_datasets = Available DataSets
\ No newline at end of file
+available_datasets = Available DataSets
+mobile_configuration = Mobile Configuration
\ No newline at end of file
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/welcome.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/welcome.vm 2011-10-18 20:23:09 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/welcome.vm 2011-11-01 06:09:55 +0000
@@ -1,2 +1,13 @@
-<font face"Arial" color="blue"><h1 align="center">DHIS Mobile</h1></font>
-<div align="center"><img height="300px" width="300px" alt="" src="images/intro.png" /></div>
\ No newline at end of file
+<script type="text/javascript">
+jQuery(function() {
+ /* make sure that the leftBar is always visible when entering page. */
+ leftBar.showAnimated()
+});
+</script>
+
+<h3>$i18n.getString( "mobile_configuration" ) </h3>
+
+<ul id="introList">
+ #introListImgItem( "showMobileDataSet.action" "mobile_dataset" "mobile" )
+ #introListImgItem( "patientMobileSetting.action" "patient_mobile_setting" "mobile" )
+</ul>
\ No newline at end of file