Commit d690f4f9dcf3d9eac6ca9759c8c5dae6d39db78b
1 parent
9dd5db54
external Links are updated
Showing
3 changed files
with
11 additions
and
11 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js
... | ... | @@ -8,11 +8,11 @@ function ($scope, $rootScope, log, pages, $routeParams) { |
8 | 8 | $scope.links = [ |
9 | 9 | new link("encyclopedia", "Encyclopedia", 'http://aia5.adam.com/content.aspx?productId=117', "100%", "750px"), |
10 | 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"), | |
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"), | |
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"), | |
11 | + new link("indepth-reports", "InDepth 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"), | |
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"), | |
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 | 16 | new link("aod", "A.D.A.M OnDemand", "http://uat.adamondemand.com/Home/AIACatalog?categoriesID=2", "100%", "1500px") |
17 | 17 | ]; |
18 | 18 | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
... | ... | @@ -119,8 +119,8 @@ AIA.constant('pages', [ |
119 | 119 | |
120 | 120 | }, |
121 | 121 | { //id:16, |
122 | - name: 'Symptom Navigator', | |
123 | - pageSlug: 'Link/symptom-navigator', | |
122 | + name: 'Health Navigator', | |
123 | + pageSlug: 'Link/health-navigator', | |
124 | 124 | pageUrl: 'app/views/Link/Link-view.html', |
125 | 125 | pageController: 'LinkController' |
126 | 126 | |
... | ... | @@ -256,7 +256,7 @@ AIA.constant('Modules', [ |
256 | 256 | }, |
257 | 257 | { |
258 | 258 | Id: 16, |
259 | - Name: 'Symptom Navigator', | |
259 | + Name: 'Health Navigator', | |
260 | 260 | }, |
261 | 261 | { |
262 | 262 | Id: 17, |
... | ... | @@ -385,8 +385,8 @@ AIA.constant("UserModules", [ |
385 | 385 | "slug": "Link/bodyguide" |
386 | 386 | }, |
387 | 387 | { |
388 | - "name": "Symptom Navigator", | |
389 | - "slug": "Link/symptom-navigator" | |
388 | + "name": "Health Navigator", | |
389 | + "slug": "Link/health-navigator" | |
390 | 390 | }, |
391 | 391 | { |
392 | 392 | "name": "The Wellness Tools", | ... | ... |
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -1267,7 +1267,7 @@ |
1267 | 1267 | <div class="col-sm-8">• Complementary and Alternative Medicine</div> |
1268 | 1268 | </div> |
1269 | 1269 | <div class="form-group"> |
1270 | - <div class="col-sm-8">• Symptom Navigator</div> | |
1270 | + <div class="col-sm-8">• Health Navigator</div> | |
1271 | 1271 | </div> |
1272 | 1272 | <div class="form-group"> |
1273 | 1273 | <div class="col-sm-8">• The Wellness Tool</div> | ... | ... |