diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 7bfdd8b..f3f197d 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -272,6 +272,10 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic function ShowAssignedModulesPopup(userModules) { var allModules = Modules; + var arrPendingModules = []; + if ($('#dvPendingModules').length > 0) { + $('#dvPending').hide(); + } for (var module = 1; module <= allModules.length; module++) { $('#moduleDiv' + module).hide(); } @@ -285,11 +289,22 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $('#moduleDiv' + userModules[count].id).show(); break; } + + if (userModules[count].id == 7) + arrPendingModules.push(userModules[count].id); + if (userModules[count].id == 8) + arrPendingModules.push(userModules[count].id); + if (userModules[count].id == 10) + arrPendingModules.push(userModules[count].id); } } if (userModules.length > 0) { $('#dvUserModulesInfo').modal('show'); } + + if (arrPendingModules.length > 0) { + $('#dvPendingModules').show(); + } } $rootScope.UpdateLicenseTermStatus = function () { $('#dvTermCondition').fadeOut(); diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index c462c63..c23caff 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -523,9 +523,9 @@
- + -
+

Note : Some languages require special system fonts to display correctly

@@ -1244,56 +1244,63 @@
-
-
• Dissectible Anatomy
-
-
-
• Atlas Anatomy
-
-
-
• 3D Anatomy
-
-
-
• Clinical Illustrations
-
-
-
• Clinical Animations
-
-
-
• Encyclopedia
-
-
-
• Curriculum Builder (To be available by 09/25/2017)
-
-
-
• Anatomy Test (To be available by 08/28/2017)
-
-
-
• IP 10
-
-
-
• Lab Exercises (To be available by 08/16/2017)
-
-
-
• In - Depth Reports
-
-
-
• Complementary and Alternative Medicine
-
-
-
• A.D.A.M Images
-
-
-
• Body Guide
-
-
-
• Symptom Navigator
-
-
-
• The Wellness Tools
+
+
+
• Dissectible Anatomy
+
+
+
• Atlas Anatomy
+
+
+
• 3D Anatomy
+
+
+
• Clinical Illustrations
+
+
+
• Clinical Animations
+
+
+
• Encyclopedia
+
+
+
• IP 10
+
+
+
• In - Depth Reports
+
+
+
• Complementary and Alternative Medicine
+
+
+
• A.D.A.M Images
+
+
+
• Body Guide
+
+
+
• Symptom Navigator
+
+
+
• The Wellness Tools
+
+
+
• A.D.A.M on Demand
+
-
-
• A.D.A.M on Demand
+ +
Pending Modules
+ +
+
+
• Curriculum Builder
+
+
+
• Anatomy Test
+
+
+
• Lab Exercises
+