Commit c55a4477a106cce0abfa064a0d67b6878703d5e1
Merged Commit for External links integration in AIA.
Showing
33 changed files
with
475 additions
and
48 deletions
400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
... | ... | @@ -40,29 +40,43 @@ |
40 | 40 | <ItemGroup> |
41 | 41 | <Content Include="app\controllers\3dAController.js" /> |
42 | 42 | <Content Include="app\controllers\ADAMImgController.js" /> |
43 | + <Content Include="app\controllers\ADAMPID117Controller.js" /> | |
43 | 44 | <Content Include="app\controllers\AnatTestController.js" /> |
44 | 45 | <Content Include="app\controllers\AODController.js" /> |
45 | 46 | <Content Include="app\controllers\AuthenticationController.js" /> |
47 | + <Content Include="app\controllers\BodyGuideController.js" /> | |
46 | 48 | <Content Include="app\controllers\CAController.js" /> |
47 | 49 | <Content Include="app\controllers\CBuildController.js" /> |
48 | 50 | <Content Include="app\controllers\CIController.js" /> |
51 | + <Content Include="app\controllers\CompAndAltMedController.js" /> | |
49 | 52 | <Content Include="app\controllers\DAController.js" /> |
50 | 53 | <Content Include="app\controllers\HomeController.js" /> |
54 | + <Content Include="app\controllers\InDepthController.js" /> | |
55 | + <Content Include="app\controllers\IP10Controller.js" /> | |
51 | 56 | <Content Include="app\controllers\LabExercController.js" /> |
57 | + <Content Include="app\controllers\SymptNavController.js" /> | |
58 | + <Content Include="app\controllers\WellToolsController.js" /> | |
52 | 59 | <Content Include="app\main\AIA.js" /> |
53 | 60 | <Content Include="app\services\AuthenticationService.js" /> |
54 | 61 | <Content Include="app\services\DataService.js" /> |
55 | 62 | <Content Include="app\views\3dA\3dA-view.html" /> |
56 | 63 | <Content Include="app\views\ADAMImg\ADAMImg-view.html" /> |
64 | + <Content Include="app\views\ADAMPID117\ADAMPID117-view.html" /> | |
57 | 65 | <Content Include="app\views\AnatTest\AnatTest-view.html" /> |
58 | 66 | <Content Include="app\views\AOD\AOD-view.html" /> |
67 | + <Content Include="app\views\BodyGuide\BodyGuide-view.html" /> | |
59 | 68 | <Content Include="app\views\ca\ca-view.html" /> |
60 | 69 | <Content Include="app\views\CBuild\CBuild-view.html" /> |
61 | 70 | <Content Include="app\views\ci\ci-view.html" /> |
71 | + <Content Include="app\views\CompAndAltMed\CompAndAltMed-view.html" /> | |
62 | 72 | <Content Include="app\views\da\da-body-view-list.html" /> |
63 | 73 | <Content Include="app\views\da\da-body-view.html" /> |
64 | 74 | <Content Include="app\views\da\da-view.html" /> |
75 | + <Content Include="app\views\InDepth\InDepth-view.html" /> | |
76 | + <Content Include="app\views\IP10\IP10-view.html" /> | |
65 | 77 | <Content Include="app\views\LabExerc\LabExerc-view.html" /> |
78 | + <Content Include="app\views\SymptNav\SymptNav-view.html" /> | |
79 | + <Content Include="app\views\WellTools\WellTools-view.html" /> | |
66 | 80 | <Content Include="app\widget\MainMenu.html" /> |
67 | 81 | <Content Include="content\css\main.css" /> |
68 | 82 | <Content Include="content\images\1.jpg" /> |
... | ... | @@ -20972,8 +20986,8 @@ |
20972 | 20986 | <Content Include="content\data\json\da\bodyView\5\da_dat_layer_5.json" /> |
20973 | 20987 | <Content Include="content\data\json\da\bodyView\6\da_dat_layer_6.json" /> |
20974 | 20988 | <Content Include="content\data\json\da\bodyView\7\da_dat_layer_7.json" /> |
20975 | - <Content Include="content\data\json\da\bodyView\8\da_dat_layer_8.json" /> | |
20976 | 20989 | <Content Include="content\data\json\da\bodyView\9\da_dat_layer_9.json" /> |
20990 | + <Content Include="content\data\json\da\bodyView\8\da_dat_layer_8.json" /> | |
20977 | 20991 | <None Include="Web.Debug.config"> |
20978 | 20992 | <DependentUpon>Web.config</DependentUpon> |
20979 | 20993 | </None> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js
... | ... | @@ -4,8 +4,16 @@ function ($scope, $rootScope, Modules, log) { |
4 | 4 | $rootScope.currentActiveModuleTitle = Modules[2].Name; |
5 | 5 | $scope.showme = true; |
6 | 6 | $scope.IsVisible = function () { |
7 | - $scope.showme = $scope.showme ? false : true; | |
7 | + $scope.scroll(); | |
8 | + | |
9 | + } | |
10 | + | |
11 | + $scope.scroll = function () { | |
12 | + // $window.scrollTo(0, 0); | |
13 | + $("html,body").scrollTop(0); | |
14 | + //alert("scroll"); | |
8 | 15 | } |
16 | + | |
9 | 17 | }] |
10 | 18 | |
11 | 19 | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/ADAMImgController.js
... | ... | @@ -2,7 +2,14 @@ |
2 | 2 | function ($scope, $rootScope, Modules, log) { |
3 | 3 | $scope.showme = true; |
4 | 4 | $scope.IsVisible = function () { |
5 | - $scope.showme = $scope.showme ? false : true; | |
5 | + $scope.scroll(); | |
6 | + | |
7 | + } | |
8 | + | |
9 | + $scope.scroll = function () { | |
10 | + // $window.scrollTo(0, 0); | |
11 | + $("html,body").scrollTop(0); | |
12 | + //alert("scroll"); | |
6 | 13 | } |
7 | 14 | $rootScope.currentActiveModuleTitle = Modules[8].Name; |
8 | 15 | }] | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/ADAMPID117Controller.js
0 → 100644
1 | +AIA.controller("ADAMPID117Controller", ["$scope", "$rootScope", "Modules", "$log", | |
2 | +function ($scope, $rootScope, Modules, log) { | |
3 | + | |
4 | + $rootScope.currentActiveModuleTitle = Modules[10].Name; | |
5 | + $scope.showme = false; | |
6 | + $scope.myObj = { | |
7 | + "width": "100%", | |
8 | + "min-height": "750px" | |
9 | + } | |
10 | + $scope.IsVisible = function () { | |
11 | + $scope.scroll(); | |
12 | + | |
13 | + } | |
14 | + | |
15 | + $scope.scroll = function () { | |
16 | + // $window.scrollTo(0, 0); | |
17 | + $("html,body").scrollTop(0); | |
18 | + //alert("scroll"); | |
19 | + } | |
20 | + | |
21 | +}] | |
22 | + | |
23 | + | |
24 | +); | |
25 | + | |
26 | + | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/AODController.js
... | ... | @@ -2,7 +2,14 @@ |
2 | 2 | function ($scope, $rootScope, Modules, log) { |
3 | 3 | $scope.showme = true; |
4 | 4 | $scope.IsVisible = function () { |
5 | - $scope.showme = $scope.showme ? false : true; | |
5 | + $scope.scroll(); | |
6 | + | |
7 | + } | |
8 | + | |
9 | + $scope.scroll = function () { | |
10 | + // $window.scrollTo(0, 0); | |
11 | + $("html,body").scrollTop(0); | |
12 | + //alert("scroll"); | |
6 | 13 | } |
7 | 14 | $rootScope.currentActiveModuleTitle = Modules[9].Name; |
8 | 15 | }] | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/AnatTestController.js
... | ... | @@ -2,7 +2,14 @@ |
2 | 2 | function ($scope, $rootScope, Modules, log) { |
3 | 3 | $scope.showme = false; |
4 | 4 | $scope.IsVisible = function () { |
5 | - $scope.showme = $scope.showme ? false : true; | |
5 | + $scope.scroll(); | |
6 | + | |
7 | + } | |
8 | + | |
9 | + $scope.scroll = function () { | |
10 | + // $window.scrollTo(0, 0); | |
11 | + $("html,body").scrollTop(0); | |
12 | + //alert("scroll"); | |
6 | 13 | } |
7 | 14 | $rootScope.currentActiveModuleTitle = Modules[6].Name; |
8 | 15 | }] | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/BodyGuideController.js
0 → 100644
1 | +AIA.controller("BodyGuideController", ["$scope", "$rootScope", "Modules", "$log", | |
2 | +function ($scope, $rootScope, Modules, log) { | |
3 | + | |
4 | + $rootScope.currentActiveModuleTitle = Modules[14].Name; | |
5 | + $scope.myObj = { | |
6 | + "width": "100%", | |
7 | + "min-height": "1050px" | |
8 | + } | |
9 | + | |
10 | + $scope.showme = false; | |
11 | + $scope.IsVisible = function () { | |
12 | + $scope.scroll(); | |
13 | + | |
14 | + } | |
15 | + | |
16 | + $scope.scroll = function () { | |
17 | + // $window.scrollTo(0, 0); | |
18 | + $("html,body").scrollTop(0); | |
19 | + //alert("scroll"); | |
20 | + } | |
21 | + | |
22 | +}] | |
23 | + | |
24 | + | |
25 | +); | |
0 | 26 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js
1 | 1 | AIA.controller("CAController", ["$scope", "$rootScope", "Modules", "$log", |
2 | 2 | function ($scope, $rootScope, Modules, log) { |
3 | - | |
3 | + | |
4 | 4 | $rootScope.currentActiveModuleTitle = Modules[4].Name; |
5 | 5 | $scope.showme = true; |
6 | 6 | $scope.IsVisible = function () { |
7 | - $scope.showme = $scope.showme ? false : true; | |
7 | + $scope.scroll(); | |
8 | + | |
9 | + } | |
10 | + $scope.scroll = function () { | |
11 | + // $window.scrollTo(0, 0); | |
12 | + $("html,body").scrollTop(0); | |
13 | + | |
8 | 14 | } |
15 | + | |
9 | 16 | }] |
10 | 17 | |
11 | 18 | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/CBuildController.js
... | ... | @@ -2,7 +2,14 @@ |
2 | 2 | function ($scope, $rootScope, Modules, log) { |
3 | 3 | $scope.showme = false; |
4 | 4 | $scope.IsVisible = function () { |
5 | - $scope.showme = $scope.showme ? false : true; | |
5 | + $scope.scroll(); | |
6 | + | |
7 | + } | |
8 | + | |
9 | + $scope.scroll = function () { | |
10 | + // $window.scrollTo(0, 0); | |
11 | + $("html,body").scrollTop(0); | |
12 | + //alert("scroll"); | |
6 | 13 | } |
7 | 14 | $rootScope.currentActiveModuleTitle = Modules[5].Name; |
8 | 15 | }] | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
1 | -AIA.controller("CIController", ["$scope", "$rootScope", "Modules", "$log", | |
2 | -function ($scope, $rootScope, Modules, log) { | |
1 | +AIA.controller("CIController", ["$scope", "$window", "$rootScope", "Modules", "$log", | |
2 | +function ($scope, $window, $rootScope, Modules, log) { | |
3 | 3 | |
4 | 4 | $rootScope.currentActiveModuleTitle = Modules[3].Name; |
5 | + | |
5 | 6 | $scope.showme = true; |
6 | 7 | $scope.IsVisible = function () { |
7 | - $scope.showme = $scope.showme ? false : true; | |
8 | + $scope.scroll(); | |
9 | + | |
10 | + } | |
11 | + | |
12 | + $scope.scroll = function () { | |
13 | + // $window.scrollTo(0, 0); | |
14 | + $("html,body").scrollTop(0); | |
15 | + //alert("scroll"); | |
8 | 16 | } |
17 | + | |
18 | + | |
19 | + | |
20 | + | |
9 | 21 | }] |
10 | 22 | |
11 | 23 | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/CompAndAltMedController.js
0 → 100644
1 | +AIA.controller("CompAndAltMedController", ["$scope", "$rootScope", "Modules", "$log", | |
2 | +function ($scope, $rootScope, Modules, log) { | |
3 | + | |
4 | + $rootScope.currentActiveModuleTitle = Modules[13].Name; | |
5 | + $scope.myObj = { | |
6 | + "width": "100%", | |
7 | + "min-height": "750px" | |
8 | + } | |
9 | + $scope.showme = false; | |
10 | + $scope.IsVisible = function () { | |
11 | + $scope.scroll(); | |
12 | + | |
13 | + } | |
14 | + | |
15 | + $scope.scroll = function () { | |
16 | + // $window.scrollTo(0, 0); | |
17 | + $("html,body").scrollTop(0); | |
18 | + //alert("scroll"); | |
19 | + } | |
20 | + | |
21 | +}] | |
22 | + | |
23 | +); | |
0 | 24 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -40,28 +40,61 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
40 | 40 | $scope.isBodyRegionDataLoaded = false; |
41 | 41 | $scope.showme = false; |
42 | 42 | $scope.IsVisible = function () { |
43 | - $scope.showme = $scope.showme ? false : true; | |
43 | + $scope.scroll(); | |
44 | + | |
45 | + } | |
46 | + | |
47 | + $scope.scroll = function () { | |
48 | + // $window.scrollTo(0, 0); | |
49 | + $("html,body").scrollTop(0); | |
50 | + //alert("scroll"); | |
44 | 51 | } |
45 | 52 | |
46 | 53 | |
47 | 54 | //get the DA body view list based on selected gender |
55 | + //get the DA body view list based on selected gender | |
48 | 56 | $scope.getDAViewList = function ($event) { |
49 | 57 | |
50 | - // debugger; | |
58 | + // debugger; | |
51 | 59 | if ($('#MainImage') != null) { |
52 | 60 | $('#MainImage').remove(); |
53 | 61 | } |
54 | 62 | $rootScope.currentActiveModuleTitle = Modules[0].Name; |
55 | 63 | $("#bodyViewList").empty(); |
56 | 64 | //for default load |
57 | - if ($event == null) { | |
58 | - $scope.genderId = "Male"; | |
65 | + if ($event == null || $event == undefined) { | |
66 | + //if ((localStorage.getItem("genderId") != "")||(localStorage.getItem("genderId")!="null")) { | |
67 | + // $scope.genderId = localStorage.getItem("genderId"); | |
68 | + //} | |
69 | + var selectedGender=localStorage.getItem("genderId") ; | |
70 | + if ((selectedGender == null)) { | |
71 | + $scope.genderId = "Male"; | |
72 | + } | |
73 | + else | |
74 | + $scope.genderId = localStorage.getItem("genderId"); | |
75 | + | |
59 | 76 | } |
60 | 77 | else { |
61 | 78 | $scope.genderId = $event.currentTarget.id; |
62 | 79 | } |
63 | - if ($event != null) { | |
64 | - if ($event.currentTarget.id == "Male") { | |
80 | + | |
81 | + localStorage.setItem("genderId", $scope.genderId); | |
82 | + | |
83 | + //if ($event != null) { | |
84 | + // if ($event.currentTarget.id == "Male") { | |
85 | + // $('#Male').addClass('active'); | |
86 | + // $('#Female').removeClass("active"); | |
87 | + // } | |
88 | + // else { | |
89 | + // $('#Female').addClass('active'); | |
90 | + // $('#Male').removeClass("active"); | |
91 | + // } | |
92 | + | |
93 | + //} | |
94 | + var selectedGender = localStorage.getItem("genderId"); | |
95 | + | |
96 | + if (selectedGender != null) { | |
97 | + if (selectedGender == "Male") { | |
65 | 98 | $('#Male').addClass('active'); |
66 | 99 | $('#Female').removeClass("active"); |
67 | 100 | } |
... | ... | @@ -130,6 +163,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
130 | 163 | $scope.loadDissectibleAnatomyData = function () { |
131 | 164 | |
132 | 165 | $rootScope.ClearIframe(); |
166 | + | |
133 | 167 | //load bodyView data |
134 | 168 | $http({ method: 'GET', url: '~/../content/data/json/da_dat_contentlist.json' }).success(function (data) { |
135 | 169 | |
... | ... | @@ -224,6 +258,14 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
224 | 258 | console.log(data); |
225 | 259 | }); |
226 | 260 | |
261 | + //load vocabterm data | |
262 | + $http({ method: 'GET', url: '~/../content/data/json/cm_dat_vocabterm_1.json' }).success(function (data) { | |
263 | + $scope.VocabTermData = data; | |
264 | + }) | |
265 | + .error(function (data, status, headers, config) { | |
266 | + console.log(data); | |
267 | + }); | |
268 | + | |
227 | 269 | |
228 | 270 | |
229 | 271 | var openViews; |
... | ... | @@ -1022,10 +1064,10 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
1022 | 1064 | } |
1023 | 1065 | |
1024 | 1066 | $('layerChangeSlider').slider().on('slideStop', function (ev) { |
1025 | - alert('slide') | |
1067 | + | |
1026 | 1068 | var newVal = $('.span2').data('slider').getValue(); |
1027 | 1069 | if (originalVal != newVal) { |
1028 | - alert('Value Changed!'); | |
1070 | + | |
1029 | 1071 | } |
1030 | 1072 | }); |
1031 | 1073 | |
... | ... | @@ -1103,4 +1145,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
1103 | 1145 | |
1104 | 1146 | }] |
1105 | 1147 | |
1148 | + | |
1149 | + | |
1106 | 1150 | ); | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/IP10Controller.js
0 → 100644
1 | +AIA.controller("IP10Controller", ["$scope", "$rootScope", "Modules", "$log", | |
2 | +function ($scope, $rootScope, Modules, log) { | |
3 | + | |
4 | + $rootScope.currentActiveModuleTitle = Modules[11].Name; | |
5 | + $scope.myObj = { | |
6 | + "width": "100%", | |
7 | + "min-height": "750px" | |
8 | + } | |
9 | + $scope.showme = false; | |
10 | + $scope.IsVisible = function () { | |
11 | + $scope.scroll(); | |
12 | + | |
13 | + } | |
14 | + | |
15 | + $scope.scroll = function () { | |
16 | + // $window.scrollTo(0, 0); | |
17 | + $("html,body").scrollTop(0); | |
18 | + //alert("scroll"); | |
19 | + } | |
20 | + | |
21 | +}] | |
22 | + | |
23 | + | |
24 | +); | |
0 | 25 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/InDepthController.js
0 → 100644
1 | +AIA.controller("InDepthController", ["$scope", "$rootScope", "Modules", "$log", | |
2 | +function ($scope, $rootScope, Modules, log) { | |
3 | + | |
4 | + $rootScope.currentActiveModuleTitle = Modules[12].Name; | |
5 | + $scope.myObj = { | |
6 | + "width": "100%", | |
7 | + "min-height": "3000px" | |
8 | + } | |
9 | + $scope.showme = false; | |
10 | + $scope.IsVisible = function () { | |
11 | + $scope.scroll(); | |
12 | + | |
13 | + } | |
14 | + | |
15 | + $scope.scroll = function () { | |
16 | + // $window.scrollTo(0, 0); | |
17 | + $("html,body").scrollTop(0); | |
18 | + //alert("scroll"); | |
19 | + } | |
20 | + | |
21 | +}] | |
22 | + | |
23 | +); | |
0 | 24 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
... | ... | @@ -2,7 +2,14 @@ |
2 | 2 | function ($scope, $rootScope, Modules, log) { |
3 | 3 | $scope.showme = false; |
4 | 4 | $scope.IsVisible = function () { |
5 | - $scope.showme = $scope.showme ? false : true; | |
5 | + $scope.scroll(); | |
6 | + | |
7 | + } | |
8 | + | |
9 | + $scope.scroll = function () { | |
10 | + // $window.scrollTo(0, 0); | |
11 | + $("html,body").scrollTop(0); | |
12 | + //alert("scroll"); | |
6 | 13 | } |
7 | 14 | $rootScope.currentActiveModuleTitle = Modules[7].Name; |
8 | 15 | }] | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/SymptNavController.js
0 → 100644
1 | +AIA.controller("SymptNavController", ["$scope", "$rootScope", "Modules", "$log", | |
2 | +function ($scope, $rootScope, Modules, log) { | |
3 | + | |
4 | + $rootScope.currentActiveModuleTitle = Modules[15].Name; | |
5 | + $scope.myObj = { | |
6 | + "width": "100%", | |
7 | + "min-height": "1000px" | |
8 | + } | |
9 | + $scope.showme = false; | |
10 | + $scope.IsVisible = function () { | |
11 | + $scope.scroll(); | |
12 | + | |
13 | + } | |
14 | + | |
15 | + $scope.scroll = function () { | |
16 | + // $window.scrollTo(0, 0); | |
17 | + $("html,body").scrollTop(0); | |
18 | + //alert("scroll"); | |
19 | + } | |
20 | + | |
21 | +}] | |
22 | + | |
23 | + | |
24 | +); | |
0 | 25 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/WellToolsController.js
0 → 100644
1 | +AIA.controller("WellToolsController", ["$scope", "$rootScope", "Modules", "$log", | |
2 | +function ($scope, $rootScope, Modules, log) { | |
3 | + | |
4 | + $rootScope.currentActiveModuleTitle = Modules[16].Name; | |
5 | + $scope.showme = false; | |
6 | + $scope.myObj = { | |
7 | + "width": "100%", | |
8 | + "min-height": "1500px" | |
9 | + } | |
10 | + $scope.IsVisible = function () { | |
11 | + $scope.scroll(); | |
12 | + | |
13 | + } | |
14 | + | |
15 | + $scope.scroll = function () { | |
16 | + // $window.scrollTo(0, 0); | |
17 | + $("html,body").scrollTop(0); | |
18 | + } | |
19 | + | |
20 | +}] | |
21 | + | |
22 | + | |
23 | +); | |
0 | 24 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
... | ... | @@ -80,6 +80,55 @@ AIA.constant('pages', [ |
80 | 80 | |
81 | 81 | }, |
82 | 82 | { |
83 | + name: 'Encyclopedia', | |
84 | + pageSlug: 'ADAMPID117-view', | |
85 | + pageUrl: 'app/views/ADAMPID117/ADAMPID117-view.html', | |
86 | + pageController: 'ADAMPID117Controller' | |
87 | + | |
88 | + }, | |
89 | + { | |
90 | + name: 'IP 10', | |
91 | + pageSlug: 'IP10-view', | |
92 | + pageUrl: 'app/views/IP10/IP10-view.html', | |
93 | + pageController: 'IP10Controller' | |
94 | + | |
95 | + }, | |
96 | + { | |
97 | + name: 'In-Depth Reports', | |
98 | + pageSlug: 'InDepth-view', | |
99 | + pageUrl: 'app/views/InDepth/InDepth-view.html', | |
100 | + pageController: 'InDepthController' | |
101 | + | |
102 | + }, | |
103 | + { | |
104 | + name: 'Complementary and Alternative Medicine', | |
105 | + pageSlug: 'CompAndAltMed-view', | |
106 | + pageUrl: 'app/views/CompAndAltMed/CompAndAltMed-view.html', | |
107 | + pageController: 'CompAndAltMedController' | |
108 | + | |
109 | + }, | |
110 | + { | |
111 | + name: 'Body Guide', | |
112 | + pageSlug: 'BodyGuide-view', | |
113 | + pageUrl: 'app/views/BodyGuide/BodyGuide-view.html', | |
114 | + pageController: 'BodyGuideController' | |
115 | + | |
116 | + }, | |
117 | + { | |
118 | + name: 'Symptom Navigator', | |
119 | + pageSlug: 'SymptNav-view', | |
120 | + pageUrl: 'app/views/SymptNav/SymptNav-view.html', | |
121 | + pageController: 'SymptNavController' | |
122 | + | |
123 | + }, | |
124 | + { | |
125 | + name: 'The Wellness Tools', | |
126 | + pageSlug: 'WellTools-view', | |
127 | + pageUrl: 'app/views/WellTools/WellTools-view.html', | |
128 | + pageController: 'WellToolsController' | |
129 | + | |
130 | + }, | |
131 | + { | |
83 | 132 | name: 'home', |
84 | 133 | pageSlug: 'home', |
85 | 134 | pageUrl: 'app/widget/MainView.html', |
... | ... | @@ -138,6 +187,35 @@ AIA.constant('Modules', [ |
138 | 187 | Id: 10, |
139 | 188 | Name: 'ADAM On Demand', |
140 | 189 | }, |
190 | + { | |
191 | + Id: 11, | |
192 | + Name: 'Encyclopedia', | |
193 | + }, | |
194 | + { | |
195 | + Id: 12, | |
196 | + Name: 'IP 10', | |
197 | + }, | |
198 | + | |
199 | + { | |
200 | + Id: 13, | |
201 | + Name: 'In-Depth Reports', | |
202 | + }, | |
203 | + { | |
204 | + Id: 14, | |
205 | + Name: 'Complementary and Alternative Medicine', | |
206 | + }, | |
207 | + { | |
208 | + Id: 15, | |
209 | + Name: 'Body Guide', | |
210 | + }, | |
211 | + { | |
212 | + Id: 16, | |
213 | + Name: 'Symptom Navigator', | |
214 | + }, | |
215 | + { | |
216 | + Id: 17, | |
217 | + Name: 'The Wellness Tools', | |
218 | + }, | |
141 | 219 | |
142 | 220 | ]); |
143 | 221 | AIA.constant('BodyViewws', [ | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/services/DataService.js
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | return $http.get(url) |
8 | 8 | .then(function (response) { |
9 | 9 | // promise is fulfilled |
10 | - debugger; | |
10 | + //debugger; | |
11 | 11 | deferred.resolve(response.data); |
12 | 12 | // promise is returned |
13 | 13 | return deferred.promise; |
... | ... | @@ -25,7 +25,7 @@ |
25 | 25 | return $http.get(url1) |
26 | 26 | .then(function (response1) { |
27 | 27 | // promise is fulfilled |
28 | - debugger; | |
28 | + // debugger; | |
29 | 29 | deferred1.resolve(response1.data); |
30 | 30 | // promise is returned |
31 | 31 | return deferred1.promise; | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/3dA/3dA-view.html
1 | 1 | <div class="bodyWrap row "> |
2 | 2 | <div ng-include="'app/widget/MainMenu.html'" /> |
3 | 3 | <div class="main"> |
4 | - | |
5 | - | |
6 | - <div class="col-sm-12"> | |
4 | + <div class="col-sm-12" style="padding-left:25px; width:99%"> | |
7 | 5 | <div class="col-sm-3 col-lg-2"> |
8 | 6 | <div class="thumbnail"> |
9 | 7 | <a href="3d-anatomy-details.html"> |
... | ... | @@ -94,3 +92,5 @@ |
94 | 92 | |
95 | 93 | </div> |
96 | 94 | </div> |
95 | + | |
96 | + | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/ADAMPID117/ADAMPID117-view.html
0 → 100644
1 | +<div class="bodyWrap row "> | |
2 | + <div ng-include="'app/widget/MainMenu.html'" /> | |
3 | + <div class="main" style="min-height:750px;"> | |
4 | + <div id="siteloader" class="col-sm-12"> | |
5 | + <object ng-style="myObj" type="text/html" data="http://aia5.adam.com/content.aspx?productId=117"></object> | |
6 | + </div> | |
7 | + </div> | |
8 | +</div> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/AnatTest/AnatTest-view.html
400-SOURCECODE/AIAHTML5.Web/app/views/BodyGuide/BodyGuide-view.html
0 → 100644
1 | +<div class="bodyWrap row "> | |
2 | + <div ng-include="'app/widget/MainMenu.html'" /> | |
3 | + <div class="main"> | |
4 | + <div class="col-sm-12"> | |
5 | + <div id="siteloader" class="well"> | |
6 | + <object ng-style="myObj" type="text/html" data="http://aia5.adam.com/content.aspx?productId=25"></object> | |
7 | + </div> | |
8 | + </div> | |
9 | + </div> | |
10 | +</div> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/CompAndAltMed/CompAndAltMed-view.html
0 → 100644
400-SOURCECODE/AIAHTML5.Web/app/views/IP10/IP10-view.html
0 → 100644
400-SOURCECODE/AIAHTML5.Web/app/views/InDepth/InDepth-view.html
0 → 100644
1 | +<div class="bodyWrap row "> | |
2 | + <div ng-include="'app/widget/MainMenu.html'" /> | |
3 | + <div class="main"> | |
4 | + <div id="siteloader" class="col-sm-12"> | |
5 | + <object ng-style="myObj" type="text/html" data="http://aia5.adam.com/content.aspx?productId=10"></object> | |
6 | + </div> | |
7 | + </div> | |
8 | +</div> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/SymptNav/SymptNav-view.html
0 → 100644
1 | +<div class="bodyWrap row "> | |
2 | + <div ng-include="'app/widget/MainMenu.html'" /> | |
3 | + <div class="main"> | |
4 | + <div id="siteloader" class="col-sm-12"> | |
5 | + <object ng-style="myObj" type="text/html" data="http://aia5.adam.com/content.aspx?productId=44"></object> | |
6 | + </div> | |
7 | + </div> | |
8 | +</div> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/WellTools/WellTools-view.html
0 → 100644
1 | +<div class="bodyWrap row "> | |
2 | + <div ng-include="'app/widget/MainMenu.html'" /> | |
3 | + <div class="main"> | |
4 | + <div id="siteloader" class="col-sm-12"> | |
5 | + <object ng-style="myObj" type="text/html" data="http://aia5.adam.com/content.aspx?productId=20"></object> | |
6 | + </div> | |
7 | + </div> | |
8 | +</div> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html
400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html
1 | -<div class="bodyWrap row "> | |
2 | - <div ng-include="'app/widget/MainMenu.html'" /> | |
1 | +<div class="bodyWrap row"> | |
2 | + <div ng-include=" 'app/widget/MainMenu.html' " /> | |
3 | 3 | <div class="main"> |
4 | 4 | <div class="col-sm-12 stickey-area" style="padding-left:25px; width:99%"> |
5 | 5 | <div class="breadcrumb"> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/da/da-body-view-list.html
400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html
... | ... | @@ -22,17 +22,24 @@ |
22 | 22 | <li><a href="3dA-view" ng-click="IsVisible()">3D Anatomy</a></li> |
23 | 23 | <li><a href="ci-view" ng-click="IsVisible()">Clinical Illustrations</a></li> |
24 | 24 | <li><a href="ca-view" ng-click="IsVisible()">Clinical Animations</a></li> |
25 | - <li><a href="http://aia5.adam.com/content.aspx?productId=117&ref=www.interactiveanatomy.com&url=aia5.adam.com" target="_blank">Encyclopedia</a></li> | |
25 | + <!--<li><a href="http://aia5.adam.com/content.aspx?productId=117&ref=www.interactiveanatomy.com&url=aia5.adam.com" target="_blank">Encyclopedia</a></li>--> | |
26 | + <li><a href="ADAMPID117-view" ng-click="IsVisible()">Encyclopedia</a></li> | |
26 | 27 | <li><a href="CBuild-view" ng-click="IsVisible()">Curriculum Builder</a></li> |
27 | 28 | <li><a href="AnatTest-view" ng-click="IsVisible()">Anatomy Tests</a></li> |
28 | - <li><a href="http://182.19.10.91:92/IPWeb10/index.aspx" target="_blank">IP 10</a></li> | |
29 | + <!--<li><a href="http://182.19.10.91:92/IPWeb10/index.aspx" target="_blank">IP 10</a></li>--> | |
30 | + <li><a href="IP10-view" ng-click="IsVisible()">IP 10</a></li> | |
29 | 31 | <li><a href="LabExerc-view" ng-click="IsVisible()">Lab Exercises</a></li> |
30 | - <li><a href="http://182.19.10.91:92/IndepthHome.aspx" target="_blank">In-Depth Reports</a></li> | |
31 | - <li><a href="http://182.19.10.91:92/CAMHome.aspx" target="_blank">Complementary and Alternative Medicine</a></li> | |
32 | + <!--<li><a href="http://182.19.10.91:92/IndepthHome.aspx" target="_blank">In-Depth Reports</a></li>--> | |
33 | + <li><a href="InDepth-view" ng-click="IsVisible()">In-Depth Reports</a></li> | |
34 | + <!--<li><a href="http://182.19.10.91:92/CAMHome.aspx" target="_blank">Complementary and Alternative Medicine</a></li>--> | |
35 | + <li><a href="CompAndAltMed-view" ng-click="IsVisible()">Complementary and Alternative Medicine</a></li> | |
32 | 36 | <li><a href="ADAMImg-view" ng-click="IsVisible()">A.D.A.M Images</a></li> |
33 | - <li><a href="http://aia5.adam.com/content.aspx?productId=25&ref=www.interactiveanatomy.com&url=aia5.adam.com" target="_blank">Body Guide</a></li> | |
34 | - <li><a href="http://aia5.adam.com/content.aspx?productId=44&pid=44&gid=000001&ref=www.interactiveanatomy.com&url=aia5.adam.com" target="_blank">Symptom Navigator</a></li> | |
35 | - <li><a href="http://aia5.adam.com/content.aspx?productId=20&ref=www.interactiveanatomy.com&url=aia5.adam.com" target="_blank">The Wellness Tools</a></li> | |
37 | + <!--<li><a href="http://aia5.adam.com/content.aspx?productId=25&ref=www.interactiveanatomy.com&url=aia5.adam.com" target="_blank">Body Guide</a></li>--> | |
38 | + <li><a href="BodyGuide-view" ng-click="IsVisible()">Body Guide</a></li> | |
39 | + <!--<li><a href="http://aia5.adam.com/content.aspx?productId=44&pid=44&gid=000001&ref=www.interactiveanatomy.com&url=aia5.adam.com" target="_blank">Symptom Navigator</a></li>--> | |
40 | + <li><a href="SymptNav-view" ng-click="IsVisible()">Symptom Navigator</a></li> | |
41 | + <!--<li><a href="http://aia5.adam.com/content.aspx?productId=20&ref=www.interactiveanatomy.com&url=aia5.adam.com" target="_blank">The Wellness Tools</a></li>--> | |
42 | + <li><a href="WellTools-view" ng-click="IsVisible()">The Wellness Tools</a></li> | |
36 | 43 | <li><a href="AOD-view" ng-click="IsVisible()">A.D.A.M OnDemand</a></li> |
37 | 44 | </ul> |
38 | 45 | </div> |
... | ... | @@ -66,7 +73,6 @@ |
66 | 73 | autoHideScrollbar: true, |
67 | 74 | //theme:"rounded" |
68 | 75 | }); |
69 | - | |
70 | 76 | }); |
71 | 77 | })(jQuery); |
72 | 78 | </script> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -32,7 +32,7 @@ |
32 | 32 | |
33 | 33 | |
34 | 34 | </head> |
35 | -<body class="no-scroll" ng-controller="HomeController" id="bo"> | |
35 | +<body ng-controller="HomeController" id="bo"> | |
36 | 36 | <div class="container-fluid "> |
37 | 37 | <!--Header--> |
38 | 38 | |
... | ... | @@ -155,6 +155,13 @@ |
155 | 155 | <script src="app/controllers/ADAMImgController.js"></script> |
156 | 156 | <script src="app/controllers/AODController.js"></script> |
157 | 157 | <script src="app/controllers/HomeController.js"></script> |
158 | + <script src="app/controllers/ADAMPID117Controller.js"></script> | |
159 | + <script src="app/controllers/BodyGuideController.js"></script> | |
160 | + <script src="app/controllers/CompAndAltMedController.js"></script> | |
161 | + <script src="app/controllers/InDepthController.js"></script> | |
162 | + <script src="app/controllers/IP10Controller.js"></script> | |
163 | + <script src="app/controllers/SymptNavController.js"></script> | |
164 | + <script src="app/controllers/WellToolsController.js"></script> | |
158 | 165 | <script src="app/services/DataService.js"></script> |
159 | 166 | |
160 | 167 | ... | ... |