Commit 212a5d745b5f3f90b5301934efde324f8e1d5cf4
Merge branch 'Develop' of http://52.6.196.163/ADAM/AIAHTML5 into IEAnnotationIssue
Showing
4 changed files
with
12 additions
and
12 deletions
400-SOURCECODE/AIAHTML5.API/Web.config
@@ -39,7 +39,7 @@ | @@ -39,7 +39,7 @@ | ||
39 | <add key="EnableSSL" value="false" /> | 39 | <add key="EnableSSL" value="false" /> |
40 | <add key="Site_Url" value ="//52.2.38.120"/> | 40 | <add key="Site_Url" value ="//52.2.38.120"/> |
41 | <add key ="HostAddress" value="10.100.12.13" /> | 41 | <add key ="HostAddress" value="10.100.12.13" /> |
42 | - <add key="isUserAuthenticated" value="true"/> | 42 | + <add key="isUserAuthenticated" value="false"/> |
43 | <add key="AdminSupport" value="amrita.vishnoi@ebix.com,nikita.kulshreshtha@ebix.com"/> | 43 | <add key="AdminSupport" value="amrita.vishnoi@ebix.com,nikita.kulshreshtha@ebix.com"/> |
44 | </appSettings> | 44 | </appSettings> |
45 | <system.web> | 45 | <system.web> |
400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js
@@ -8,11 +8,11 @@ function ($scope, $rootScope, log, pages, $routeParams) { | @@ -8,11 +8,11 @@ function ($scope, $rootScope, log, pages, $routeParams) { | ||
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://interactiveanatomy.com/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"), | ||
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 | 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", "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,8 +119,8 @@ AIA.constant('pages', [ | ||
119 | 119 | ||
120 | }, | 120 | }, |
121 | { //id:16, | 121 | { //id:16, |
122 | - name: 'Symptom Navigator', | ||
123 | - pageSlug: 'Link/symptom-navigator', | 122 | + name: 'Health Navigator', |
123 | + pageSlug: 'Link/health-navigator', | ||
124 | pageUrl: 'app/views/Link/Link-view.html', | 124 | pageUrl: 'app/views/Link/Link-view.html', |
125 | pageController: 'LinkController' | 125 | pageController: 'LinkController' |
126 | 126 | ||
@@ -256,7 +256,7 @@ AIA.constant('Modules', [ | @@ -256,7 +256,7 @@ AIA.constant('Modules', [ | ||
256 | }, | 256 | }, |
257 | { | 257 | { |
258 | Id: 16, | 258 | Id: 16, |
259 | - Name: 'Symptom Navigator', | 259 | + Name: 'Health Navigator', |
260 | }, | 260 | }, |
261 | { | 261 | { |
262 | Id: 17, | 262 | Id: 17, |
@@ -385,8 +385,8 @@ AIA.constant("UserModules", [ | @@ -385,8 +385,8 @@ AIA.constant("UserModules", [ | ||
385 | "slug": "Link/bodyguide" | 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 | "name": "The Wellness Tools", | 392 | "name": "The Wellness Tools", |
400-SOURCECODE/AIAHTML5.Web/index.html
@@ -1273,7 +1273,7 @@ | @@ -1273,7 +1273,7 @@ | ||
1273 | <div class="col-sm-8">• Complementary and Alternative Medicine</div> | 1273 | <div class="col-sm-8">• Complementary and Alternative Medicine</div> |
1274 | </div> | 1274 | </div> |
1275 | <div class="form-group"> | 1275 | <div class="form-group"> |
1276 | - <div class="col-sm-8">• Symptom Navigator</div> | 1276 | + <div class="col-sm-8">• Health Navigator</div> |
1277 | </div> | 1277 | </div> |
1278 | <div class="form-group"> | 1278 | <div class="form-group"> |
1279 | <div class="col-sm-8">• The Wellness Tool</div> | 1279 | <div class="col-sm-8">• The Wellness Tool</div> |