Commit 05be0ac076355c3cf071e9fd25148af886649c5c
1 parent
1c4f7d8a
updated url
Showing
2 changed files
with
5 additions
and
5 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js
@@ -7,9 +7,9 @@ function ($scope, $rootScope, log, pages, $routeParams) { | @@ -7,9 +7,9 @@ function ($scope, $rootScope, log, pages, $routeParams) { | ||
7 | //$rootScope.currentActiveModuleTitle = $routeParams.modname; | 7 | //$rootScope.currentActiveModuleTitle = $routeParams.modname; |
8 | $scope.links = [ | 8 | $scope.links = [ |
9 | new link("encyclopedia", "Encyclopedia", 'http://aia5.adam.com/content.aspx?productId=117', "100%", "750px"), | 9 | new link("encyclopedia", "Encyclopedia", 'http://aia5.adam.com/content.aspx?productId=117', "100%", "750px"), |
10 | - new link("IP-10", "IP 10", "http://182.19.10.91:92/IPWeb10/index.aspx", "100%", "750px"), | 10 | + new link("IP-10", "IP 10", "http://interactiveanatomy.com/IPWeb10/index.aspx", "100%", "750px"), |
11 | new link("indepth-reports", "InDepth Reports", "http://aia5.adam.com/content.aspx?productId=10", "100%", "4000px"), | 11 | new link("indepth-reports", "InDepth Reports", "http://aia5.adam.com/content.aspx?productId=10", "100%", "4000px"), |
12 | - new link("complementary-and-alternate-medicine", "Complementary and Alternative Medicine", "http://182.19.10.91:92/CAMHome.aspx", "100%", "750px"), | 12 | + new link("complementary-and-alternate-medicine", "Complementary and Alternative Medicine", "http://interactiveanatomy.com/CAMHome.aspx", "100%", "750px"), |
13 | new link("bodyguide", "Body Guide", "http://aia5.adam.com/content.aspx?productId=25", "100%", "1050px"), | 13 | new link("bodyguide", "Body Guide", "http://aia5.adam.com/content.aspx?productId=25", "100%", "1050px"), |
14 | new link("symptom-navigator", "Symptom Navigator", "http://aia5.adam.com/content.aspx?productId=44", "100%", "1000px"), | 14 | new link("symptom-navigator", "Symptom Navigator", "http://aia5.adam.com/content.aspx?productId=44", "100%", "1000px"), |
15 | new link("wellness-tools", "The Wellness Tools", "http://aia5.adam.com/content.aspx?productId=20", "100%", "1500px"), | 15 | new link("wellness-tools", "The Wellness Tools", "http://aia5.adam.com/content.aspx?productId=20", "100%", "1500px"), |
@@ -20,7 +20,7 @@ function ($scope, $rootScope, log, pages, $routeParams) { | @@ -20,7 +20,7 @@ function ($scope, $rootScope, log, pages, $routeParams) { | ||
20 | // code that will be executed ... | 20 | // code that will be executed ... |
21 | // every time this view is loaded | 21 | // every time this view is loaded |
22 | 22 | ||
23 | - | 23 | + |
24 | for (var i = 0; i < $scope.links.length; i++) { | 24 | for (var i = 0; i < $scope.links.length; i++) { |
25 | if ($scope.links[i].modname == $routeParams.modname) { | 25 | if ($scope.links[i].modname == $routeParams.modname) { |
26 | $rootScope.currentActiveModuleTitle = $scope.links[i].title; | 26 | $rootScope.currentActiveModuleTitle = $scope.links[i].title; |
400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html
@@ -43,10 +43,10 @@ | @@ -43,10 +43,10 @@ | ||
43 | <li class="dropdown"> | 43 | <li class="dropdown"> |
44 | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Help<span class="caret"></span></a> | 44 | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Help<span class="caret"></span></a> |
45 | <ul class="dropdown-menu"> | 45 | <ul class="dropdown-menu"> |
46 | - <li><a href="http://182.19.10.91:92/v107/content/en_US/help/guide/AIA_HELP.htm" target="_blank">Help Topics</a></li> | 46 | + <li><a href="http://interactiveanatomy.com/v107/content/en_US/help/guide/AIA_HELP.htm" target="_blank">Help Topics</a></li> |
47 | <li><a href="http://adameducation.com/Contact" target="_blank">Customer Support</a></li> | 47 | <li><a href="http://adameducation.com/Contact" target="_blank">Customer Support</a></li> |
48 | <li role="separator" class="divider"></li> | 48 | <li role="separator" class="divider"></li> |
49 | - <li><a href="http://182.19.10.91:92/v107/content/en_US/help/about/Adam_Credits_AIA5.html" target="_blank">About A.D.A.M.</a></li> | 49 | + <li><a href="http://interactiveanatomy.com/v107/content/en_US/help/about/Adam_Credits_AIA5.html" target="_blank">About A.D.A.M.</a></li> |
50 | </ul> | 50 | </ul> |
51 | </li> | 51 | </li> |
52 | <li><a href="#">Admin</a></li> | 52 | <li><a href="#">Admin</a></li> |