dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #03207
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1064: Created welcome page for patient module.
------------------------------------------------------------
revno: 1064
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Fri 2009-11-20 09:03:40 +0100
message:
Created welcome page for patient module.
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/index.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/menu.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.
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties 2009-11-14 14:29:33 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties 2009-11-20 08:03:40 +0000
@@ -244,4 +244,12 @@
program_management = Program Management
program_stage_management = Program Stage Management
please_select_item_from_menu = Please select an item from the menu
-everything_is_ok = Everything is OK
\ No newline at end of file
+everything_is_ok = Everything is OK
+patient = Patient
+patient_attribute = Patient Attribute
+relationship_type = Relationship Type
+program = Program
+intro_patient = Create, modify and search for patients.
+intro_patient_attribute = Create, modify and view patient attributes.
+intro_relationship_type = Create, modify and view relationship types.
+intro_program = Creaet, modify and view programs.
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/index.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/index.vm 2009-09-21 21:12:35 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/index.vm 2009-11-20 08:03:40 +0000
@@ -1,2 +1,9 @@
-<p>$i18n.getString("please_select_item_from_menu")</p>
\ No newline at end of file
+<h3>$i18n.getString( "dhis-web-maintenance-patient" )</h3>
+
+<ul class="introList">
+ #introListItem( "patient.action" "patient" )
+ #introListItem( "patientAttribute.action" "patient_attribute" )
+ #introListItem( "relationshipType.action" "relationship_type" )
+ #introListItem( "program.action" "program" )
+</ul>
\ No newline at end of file
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/menu.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/menu.vm 2009-11-19 19:31:31 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/menu.vm 2009-11-20 08:03:40 +0000
@@ -1,10 +1,10 @@
<h2><a href="index.action">$i18n.getString( "paitents_and_programs" ) </a></h2>
<ul>
- <li><a href="patient.action">$i18n.getString( "patient_management" ) </a></li>
- <li><a href="patientAttribute.action">$i18n.getString( "patient_attribute_management" ) </a></li>
- <li><a href="relationshipType.action">$i18n.getString( "relationship_type_management" ) </a></li>
- <li><a href="program.action">$i18n.getString( "program_management" ) </a></li>
+ <li><a href="patient.action">$i18n.getString( "patient" ) </a></li>
+ <li><a href="patientAttribute.action">$i18n.getString( "patient_attribute" ) </a></li>
+ <li><a href="relationshipType.action">$i18n.getString( "relationship_type" ) </a></li>
+ <li><a href="program.action">$i18n.getString( "program" ) </a></li>
</ul>
<br>