From 4922fda6d4281ad9f64d80b33f70b295427539a8 Mon Sep 17 00:00:00 2001 From: Birendra Date: Mon, 17 Jan 2022 14:58:13 +0530 Subject: [PATCH] License agreement paratially committed --- 400-SOURCECODE/AIAHTML5.ADMIN.API/Web.config | 4 ++-- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 10 ++++++++-- 400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html | 1 + 400-SOURCECODE/AIAHTML5.Web/content/help/about/Adam_Credits_AIA5.html | 36 ++++++++++++++++++------------------ 400-SOURCECODE/Admin/src/app/app.module.ts | 3 ++- 400-SOURCECODE/Admin/src/app/app.routing.module.ts | 3 +++ 400-SOURCECODE/Admin/src/app/components/LicenseEntity/licenseAgreement.component.html | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 400-SOURCECODE/Admin/src/app/components/LicenseEntity/licenseAgreement.component.ts | 239 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 400-SOURCECODE/Admin/src/assets/data/Menu.json | 336 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------------------------------------------- 9 files changed, 630 insertions(+), 170 deletions(-) create mode 100644 400-SOURCECODE/Admin/src/app/components/LicenseEntity/licenseAgreement.component.html create mode 100644 400-SOURCECODE/Admin/src/app/components/LicenseEntity/licenseAgreement.component.ts diff --git a/400-SOURCECODE/AIAHTML5.ADMIN.API/Web.config b/400-SOURCECODE/AIAHTML5.ADMIN.API/Web.config index ca305b5..589c344 100644 --- a/400-SOURCECODE/AIAHTML5.ADMIN.API/Web.config +++ b/400-SOURCECODE/AIAHTML5.ADMIN.API/Web.config @@ -64,8 +64,8 @@ - - + + diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 5a037b5..b4fe38b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -611,11 +611,17 @@ function ($rootScope, $scope, Modules, $log, $location, $compile, $timeout, Data $rootScope.homeURL =x.substring(0,pos+1); var hTopicUrl = $rootScope.homeURL + "content/help/index.html"; - var aboutADAM = $rootScope.homeURL + "content/help/about/Adam_Credits_AIA5.html"; + var productCredit = $rootScope.homeURL + "content/help/about/Adam_Credits_AIA5.html"; + var customerSupport = "http://adameducation.com/Contact"; + var userAgreement = "https://store.adameducation.com/EmailTemplate/EULA.html"; + var aboutADAM = "https://www.adam.com/about"; + $("#helplinkId").append("
  • Help Topics
  • "); - $("#helplinkId").append("
  • Customer Support
  • "); + $("#helplinkId").append("
  • Customer Support
  • "); $("#helplinkId").append(""); + $("#helplinkId").append("
  • End User License Agreement
  • "); + $("#helplinkId").append("
  • Product Credits
  • "); $("#helplinkId").append("
  • About A.D.A.M.
  • "); } diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html index e402021..2e8f9fc 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html @@ -20,6 +20,7 @@
  • Print Active Viewer
  • Print All Open Viewers
  • Print Preview
  • +