From 3e92d6601af106876d2c5d34c0eb049e6faa39d2 Mon Sep 17 00:00:00 2001 From: mitali Date: Wed, 4 May 2016 19:52:40 +0530 Subject: [PATCH] all the other views --- 400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj | 14 +++++++++++++- 400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js | 4 ++++ 400-SOURCECODE/AIAHTML5.Web/app/controllers/ADAMImgController.js | 12 ++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/controllers/AODController.js | 12 ++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/controllers/AnatTestController.js | 10 ++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js | 13 +++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/controllers/CBuildController.js | 12 ++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js | 5 ++++- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 7 ++++++- 400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js | 10 ++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 400-SOURCECODE/AIAHTML5.Web/app/views/ADAMImg/ADAMImg-view.html | 453 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/views/AOD/AOD-view.html | 329 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/views/AnatTest/AnatTest-view.html | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/CBuild-view.html | 34 ++++++++++++++++++++++++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/LabExerc-view.html | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html | 438 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-grid-view.html | 352 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html | 343 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html | 18 +++++++++--------- 400-SOURCECODE/AIAHTML5.Web/index.html | 6 ++++++ 21 files changed, 1992 insertions(+), 367 deletions(-) create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/controllers/ADAMImgController.js create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/controllers/AODController.js create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/controllers/AnatTestController.js create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/controllers/CBuildController.js create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/views/ADAMImg/ADAMImg-view.html create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/views/AOD/AOD-view.html create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/views/AnatTest/AnatTest-view.html create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/CBuild-view.html create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/LabExerc-view.html create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html delete mode 100644 400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-grid-view.html create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html diff --git a/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj b/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj index e4ebbd4..4a90c2f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj +++ b/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj @@ -39,18 +39,30 @@ + + + + + + - + + + + + + + diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js index c30db4c..ff1010b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js @@ -2,6 +2,10 @@ function ($scope, $rootScope, Modules, log) { $rootScope.currentActiveModuleTitle = Modules[2].Name; + $scope.showme = true; + $scope.IsVisible = function () { + $scope.showme = $scope.showme ? false : true; + } }] diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/ADAMImgController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/ADAMImgController.js new file mode 100644 index 0000000..45ddbd2 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/ADAMImgController.js @@ -0,0 +1,12 @@ +AIA.controller("ADAMImgController", ["$scope", "$rootScope", "Modules", "$log", +function ($scope, $rootScope, Modules, log) { + $scope.showme = true; + $scope.IsVisible = function () { + $scope.showme = $scope.showme ? false : true; + } + $rootScope.currentActiveModuleTitle = Modules[8].Name; +}] + + + +); \ No newline at end of file diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/AODController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/AODController.js new file mode 100644 index 0000000..fc02e4b --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/AODController.js @@ -0,0 +1,12 @@ +AIA.controller("AODController", ["$scope", "$rootScope", "Modules", "$log", +function ($scope, $rootScope, Modules, log) { + $scope.showme = true; + $scope.IsVisible = function () { + $scope.showme = $scope.showme ? false : true; + } + $rootScope.currentActiveModuleTitle = Modules[9].Name; +}] + + + +); \ No newline at end of file diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/AnatTestController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/AnatTestController.js new file mode 100644 index 0000000..8831d48 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/AnatTestController.js @@ -0,0 +1,10 @@ +AIA.controller("AnatTestController", ["$scope", "$rootScope", "Modules", "$log", +function ($scope, $rootScope, Modules, log) { + $scope.showme = false; + $scope.IsVisible = function () { + $scope.showme = $scope.showme ? false : true; + } + $rootScope.currentActiveModuleTitle = Modules[6].Name; +}] + +); \ No newline at end of file diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js new file mode 100644 index 0000000..c26b777 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js @@ -0,0 +1,13 @@ +AIA.controller("CAController", ["$scope", "$rootScope", "Modules", "$log", +function ($scope, $rootScope, Modules, log) { + + $rootScope.currentActiveModuleTitle = Modules[4].Name; + $scope.showme = true; + $scope.IsVisible = function () { + $scope.showme = $scope.showme ? false : true; + } +}] + + + +); \ No newline at end of file diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CBuildController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CBuildController.js new file mode 100644 index 0000000..9867100 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CBuildController.js @@ -0,0 +1,12 @@ +AIA.controller("CBuildController", ["$scope", "$rootScope", "Modules", "$log", +function ($scope, $rootScope, Modules, log) { + $scope.showme = false; + $scope.IsVisible = function () { + $scope.showme = $scope.showme ? false : true; + } + $rootScope.currentActiveModuleTitle = Modules[5].Name; +}] + + + +); \ No newline at end of file diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js index 2695394..7843a95 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js @@ -2,9 +2,12 @@ function ($scope, $rootScope, Modules, log) { $rootScope.currentActiveModuleTitle = Modules[3].Name; + $scope.showme = true; + $scope.IsVisible = function () { + $scope.showme = $scope.showme ? false : true; + } }] - ); diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index e52db63..e2ab6a3 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -17,7 +17,12 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,Module //view specific constants $scope.voId ; $scope.layerNo; - $scope.daCounter=1; + $scope.daCounter = 1; + + $scope.showme = false; + $scope.IsVisible = function () { + $scope.showme = $scope.showme ? false : true; + } //get the DA body view list based on selected gender diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js new file mode 100644 index 0000000..c82188c --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js @@ -0,0 +1,10 @@ +AIA.controller("LabExercController", ["$scope", "$rootScope", "Modules", "$log", +function ($scope, $rootScope, Modules, log) { + $scope.showme = false; + $scope.IsVisible = function () { + $scope.showme = $scope.showme ? false : true; + } + $rootScope.currentActiveModuleTitle = Modules[7].Name; +}] + +); \ No newline at end of file diff --git a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js index edf007a..288ed63 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js @@ -24,12 +24,19 @@ AIA.constant('pages', [ pageController: 'DAController' }, { - name: 'Clinical Illustration Grid View', - pageSlug: 'ci-grid-view', - pageUrl: 'app/views/ci/ci-grid-view.html', + name: 'Clinical Illustrations', + pageSlug: 'ci-view', + pageUrl: 'app/views/ci/ci-view.html', pageController: 'CIController' }, + { + name: 'Clinical Animationa', + pageSlug: 'ca-view', + pageUrl: 'app/views/ca/ca-view.html', + pageController: 'CAController' + + }, { name: '3D Anatomy', pageSlug: '3dA-view', @@ -38,6 +45,41 @@ AIA.constant('pages', [ }, { + name: 'Curriculum Builder', + pageSlug: 'CBuild-view', + pageUrl: 'app/views/CBuild/CBuild-view.html', + pageController: 'CBuildController' + + }, + { + name: 'Anatomy Tests', + pageSlug: 'AnatTest-view', + pageUrl: 'app/views/AnatTest/AnatTest-view.html', + pageController: 'AnatTestController' + + }, + { + name: 'Lab Exercises', + pageSlug: 'LabExerc-view', + pageUrl: 'app/views/LabExerc/LabExerc-view.html', + pageController: 'LabExercController' + + }, + { + name: 'ADAM Images', + pageSlug: 'ADAMImg-view', + pageUrl: 'app/views/ADAMImg/ADAMImg-view.html', + pageController: 'ADAMImgController' + + }, + { + name: 'ADAM On Demand', + pageSlug: 'AOD-view', + pageUrl: 'app/views/AOD/AOD-view.html', + pageController: 'AODController' + + }, + { name: 'home', pageSlug: 'home', pageUrl: 'app/widget/MainView.html', @@ -72,6 +114,30 @@ AIA.constant('Modules', [ Id:4, Name: 'Clinical Illustrations', }, + { + Id: 5, + Name: 'Clinical Animations', + }, + { + Id: 6, + Name: 'Curriculum Builder', + }, + { + Id: 7, + Name: 'Anatomy Tests', + }, + { + Id: 8, + Name: 'Lab Exercises', + }, + { + Id: 9, + Name: 'ADAM Images', + }, + { + Id: 10, + Name: 'ADAM On Demand', + }, ]); AIA.constant('BodyViewws', [ diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/ADAMImg/ADAMImg-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/ADAMImg/ADAMImg-view.html new file mode 100644 index 0000000..b65e3c7 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/ADAMImg/ADAMImg-view.html @@ -0,0 +1,453 @@ +
+
+
+ +
+
+ +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TitleRegionSystemViewTypeSpecialty
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph 
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph 
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration 
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph 
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph 
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration 
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph 
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph 
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration 
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph 
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph 
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration 
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph 
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph 
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration 
+ +
+ +
+ +
+ +
+
+
+
+
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/AOD/AOD-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/AOD/AOD-view.html new file mode 100644 index 0000000..9124005 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/AOD/AOD-view.html @@ -0,0 +1,329 @@ +
+
+
+ + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TitleSystem
1st & 2nd Intercostal SpacesThorax
1st, 3rd, &8th RibsBody Wall and Back
Abdomen at L5 Vertebra (Inf)Abdomen
1st & 2nd Intercostal SpacesThorax
1st, 3rd, &8th RibsBody Wall and Back
Abdomen at L5 Vertebra (Inf)Abdomen
1st & 2nd Intercostal SpacesThorax
1st, 3rd, &8th RibsBody Wall and Back
Abdomen at L5 Vertebra (Inf)Abdomen
1st & 2nd Intercostal SpacesThorax
1st, 3rd, &8th RibsBody Wall and Back
Abdomen at L5 Vertebra (Inf)Abdomen
1st & 2nd Intercostal SpacesThorax
1st, 3rd, &8th RibsBody Wall and Back
Abdomen at L5 Vertebra (Inf)Abdomen
+ +
+ +
+
+ +
+
+
+
+
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/AnatTest/AnatTest-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/AnatTest/AnatTest-view.html new file mode 100644 index 0000000..e2d64d3 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/AnatTest/AnatTest-view.html @@ -0,0 +1,93 @@ +
+ + diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/CBuild-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/CBuild-view.html new file mode 100644 index 0000000..f5598d4 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/CBuild-view.html @@ -0,0 +1,34 @@ +
+ diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/LabExerc-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/LabExerc-view.html new file mode 100644 index 0000000..787e12f --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/LabExerc-view.html @@ -0,0 +1,122 @@ +
+ diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html new file mode 100644 index 0000000..9671ff8 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html @@ -0,0 +1,438 @@ +
+
+
+ +
+
+ +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TitleRegionSystemViewType
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
+ +
+ +
+
+
+
+
+
+
+ diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-grid-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-grid-view.html deleted file mode 100644 index f956f66..0000000 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-grid-view.html +++ /dev/null @@ -1,352 +0,0 @@ - - -
-
-
-
- -
- -
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TitleRegionSystemViewType
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
- -
- -
- -
- -
-
-
-
-
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html new file mode 100644 index 0000000..329cfee --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html @@ -0,0 +1,343 @@ +
+
+
+
+ +
+ +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TitleRegionSystemViewType
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
1st & 2nd Intercostal SpacesThoraxCardiovascular, Muscular,AnteriorCadaver Photograph
1st, 3rd, &8th RibsBody Wall and BackSkeletalInferiorCadaver Photograph
Abdomen at L5 Vertebra (Inf)AbdomenCardiovascular, Digestive,InferiorIllustration
+ +
+ +
+ +
+ +
+
+
+
+
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html index 859c07a..1f9b0a0 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html @@ -17,23 +17,23 @@ diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index a604c64..7b9927f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -144,7 +144,13 @@ + + + + + + -- libgit2 0.21.4