From 5387c4f743e661f694d068e40a0bab8d6a62e09f Mon Sep 17 00:00:00 2001 From: birendra.kumar Date: Thu, 9 Jan 2020 11:18:37 +0530 Subject: [PATCH] helplink updated --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 16 ++++++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 4f8b431..8957bae 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -148,6 +148,17 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A } + $scope.helpTopicLink = function () { + var absurl = $location.absUrl(); + var hTopicUrl = absurl + "content/help/index.html"; + var aboutADAM = absurl + "content/help/about/Adam_Credits_AIA5.html"; + + $("#helplinkId").append("
  • Help Topics
  • "); + $("#helplinkId").append("
  • Customer Support
  • "); + $("#helplinkId").append(""); + $("#helplinkId").append("
  • About A.D.A.M.
  • "); + + } $rootScope.initializeAIA = function () { @@ -209,6 +220,11 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A $rootScope.getConfigurationValues(); } + + $timeout(function () { + + $scope.helpTopicLink(); + }, 2000); } $rootScope.getConfigurationValues = function () { ConfigurationService.getCofigValue() diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html index 5c961ef..8175724 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html @@ -44,10 +44,10 @@ -- libgit2 0.21.4