Commit 80c33e0b84c0dfffb204b31bbb79b25d45191e52
1 parent
705ac857
remianing commit
Showing
2 changed files
with
5 additions
and
5 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js
@@ -6,14 +6,14 @@ function ($scope, $rootScope, log, $location, pages, $routeParams) { | @@ -6,14 +6,14 @@ function ($scope, $rootScope, log, $location, pages, $routeParams) { | ||
6 | //$rootScope.currentActiveModuleTitle = Modules[10].Name; | 6 | //$rootScope.currentActiveModuleTitle = Modules[10].Name; |
7 | //$rootScope.currentActiveModuleTitle = $routeParams.modname; | 7 | //$rootScope.currentActiveModuleTitle = $routeParams.modname; |
8 | $scope.links = [ | 8 | $scope.links = [ |
9 | - new link("encyclopedia", "Encyclopedia", 'https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=117', "100%", "750px"), | ||
10 | - new link("IP-10", "IP 10", "http://qa.interactiveanatomy.com/IPWeb10/index.aspx", "100%", "750px"), | 9 | + new link("encyclopedia", "Encyclopedia", 'https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=117', "100%", "750px"), |
10 | + new link("IP-10", "IP 10", "https://interactiveanatomy.com/content/IPWeb10/index.aspx", "100%", "750px"), | ||
11 | new link("indepth-reports", "In-Depth Reports", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=10", "100%", "4000px"), | 11 | new link("indepth-reports", "In-Depth Reports", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=10", "100%", "4000px"), |
12 | new link("complementary-and-alternate-medicine", "Complementary and Alternative Medicine", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=107", "100%", "750px"), | 12 | new link("complementary-and-alternate-medicine", "Complementary and Alternative Medicine", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=107", "100%", "750px"), |
13 | new link("bodyguide", "Body Guide", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=25 ", "100%", "1050px"), | 13 | new link("bodyguide", "Body Guide", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=25 ", "100%", "1050px"), |
14 | new link("health-navigator", "Health Navigator", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=65 ", "100%", "1000px"), | 14 | new link("health-navigator", "Health Navigator", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=65 ", "100%", "1000px"), |
15 | new link("wellness-tools", "The Wellness Tools", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=20 ", "100%", "1500px"), | 15 | new link("wellness-tools", "The Wellness Tools", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=20 ", "100%", "1500px"), |
16 | - new link("aod", "A.D.A.M OnDemand", "http://uat.adamondemand.com/Home/AIACatalog?categoriesID=2", "100%", "1500px") | 16 | + new link("aod", "A.D.A.M OnDemand", "https://adamondemand.com/Home/AIACatalog?categoriesID=2", "100%", "1500px") |
17 | ]; | 17 | ]; |
18 | 18 | ||
19 | $scope.$on('$viewContentLoaded', function (event) { | 19 | $scope.$on('$viewContentLoaded', function (event) { |
400-SOURCECODE/AIAHTML5.Web/index.aspx
@@ -418,7 +418,7 @@ | @@ -418,7 +418,7 @@ | ||
418 | </div> | 418 | </div> |
419 | 419 | ||
420 | </div> | 420 | </div> |
421 | - <div class="col-sm-12" ng-show="tab === 3"> | 421 | + <!-- <div class="col-sm-12" ng-show="tab === 3"> |
422 | 422 | ||
423 | <div class="row"> | 423 | <div class="row"> |
424 | <div class="center-block col-md-11" style="float: none; background-color:#E2E2E2;height:300px;"> | 424 | <div class="center-block col-md-11" style="float: none; background-color:#E2E2E2;height:300px;"> |
@@ -466,7 +466,7 @@ | @@ -466,7 +466,7 @@ | ||
466 | 466 | ||
467 | 467 | ||
468 | 468 | ||
469 | - </div> | 469 | + </div>--> |
470 | </div> | 470 | </div> |
471 | <div class="modal-footer"> | 471 | <div class="modal-footer"> |
472 | <button type="button" class="btn btn-primary">Ok</button> | 472 | <button type="button" class="btn btn-primary">Ok</button> |