diff --git a/1.sources/MyHealth/.classpath b/1.sources/MyHealth/.classpath index 32e1501..b38cc9a 100644 --- a/1.sources/MyHealth/.classpath +++ b/1.sources/MyHealth/.classpath @@ -3,6 +3,7 @@ - + + diff --git a/1.sources/MyHealth/build.xml b/1.sources/MyHealth/build.xml index a771ff4..1def254 100644 --- a/1.sources/MyHealth/build.xml +++ b/1.sources/MyHealth/build.xml @@ -11,8 +11,9 @@ + - + @@ -20,6 +21,11 @@ + + + + + @@ -33,6 +39,7 @@ + @@ -52,13 +59,23 @@ - + - + + + + + + + + + + + @@ -83,10 +100,11 @@ - - + + + diff --git a/1.sources/MyHealth/docroot/WEB-INF/faces-config.xml b/1.sources/MyHealth/docroot/WEB-INF/faces-config.xml index f8b8e6a..1e39fd3 100644 --- a/1.sources/MyHealth/docroot/WEB-INF/faces-config.xml +++ b/1.sources/MyHealth/docroot/WEB-INF/faces-config.xml @@ -2,70 +2,4 @@ - - - home - /home.xhtml - - - RegisterUser - /profile/RegisterUser.xhtml - - - AddPatient - /profile/AddPatient.xhtml - - - AddFamilyDoctor - /profile/AddFamilyDoctor.xhtml - - - AddSpecialistDoctor - /profile/AddSpecialistDoctor.xhtml - - - ChangeFamilyDoctor - /profile/ChangeFamilyDoctor.xhtml - - - ShowPatient - /profile/ShowPatient.xhtml - - - ShowFamilyDoctor - /profile/ShowFamilyDoctor.xhtml - - - ShowSpecialistDoctor - /profile/ShowSpecialistDoctor.xhtml - - - UpdateSpecialistDoctor - /profile/UpdateSpecialistDoctor.xhtml - - - UpdateFamilyDoctor - /profile/UpdateFamilyDoctor.xhtml - - - UpdatePatient - /profile/UpdatePatient.xhtml - - - changecap - /profile/ChangePrimaryHealthCareCenter.xhtml - - - MedicalTests - /medicaltest/MedicalTests.xhtml - - - VisitView - /visit/VisitView.xhtml - - - ManageSpecialties - /systemAdmin/ManageSpecialties.xhtml - - diff --git a/1.sources/MyHealth/docroot/WEB-INF/lib/omnifaces-3.4.1.jar b/1.sources/MyHealth/docroot/WEB-INF/lib/omnifaces-3.4.1.jar new file mode 100644 index 0000000..6d7aa63 Binary files /dev/null and b/1.sources/MyHealth/docroot/WEB-INF/lib/omnifaces-3.4.1.jar differ diff --git a/1.sources/MyHealth/docroot/WEB-INF/web.xml b/1.sources/MyHealth/docroot/WEB-INF/web.xml index 80b6117..f3dd3be 100644 --- a/1.sources/MyHealth/docroot/WEB-INF/web.xml +++ b/1.sources/MyHealth/docroot/WEB-INF/web.xml @@ -23,6 +23,12 @@ javax.faces.DEFAULT_SUFFIX .xhtml + + primefaces.FONT_AWESOME + true + + + primefaces.THEME #{sessionPreferences.currentTheme} @@ -53,14 +59,10 @@ *.xhtml - - - - - - - - + + 500 + /error.xhtml + 30 diff --git a/1.sources/MyHealth/docroot/error.xhtml b/1.sources/MyHealth/docroot/error.xhtml index 3e98d38..c7e1cc7 100644 --- a/1.sources/MyHealth/docroot/error.xhtml +++ b/1.sources/MyHealth/docroot/error.xhtml @@ -1,25 +1,38 @@ - + - + - -
-

Se ha producido un error

-
-
Descripcion del error:
-
- - + +
+
+
+ +
+
La acción que estaba realizando a causado un error inesperado en el sistema. A continuación podrá ver un descripción detallada del error para que + pueda comunicarlo al equipo de soporte.
+ +
+ Descripción del error +
+ +
+ +
+ +
+
+ +
+
+
+
+
-

- -

- + - + diff --git a/1.sources/MyHealth/docroot/header.xhtml b/1.sources/MyHealth/docroot/header.xhtml index c0d068f..1f3cc9f 100644 --- a/1.sources/MyHealth/docroot/header.xhtml +++ b/1.sources/MyHealth/docroot/header.xhtml @@ -14,12 +14,16 @@ function handleLoginRequest(xhr, status, args) { if(args.validationFailed || !args.loggedIn) { PF('dlgLogin').jq.effect("shake", {times:5}, 100); + //PF('Login').attr("disabled", false); } else { PF('dlgLogin').hide(); - $('#loginLink').fadeOut(); } } + + function startLogin() { + //PF('Login').attr("disabled", true); + }
@@ -29,69 +33,51 @@