From 97686911967a5200bcca93a66d6eca0e5f9a86a9 Mon Sep 17 00:00:00 2001 From: mitali Date: Wed, 4 May 2016 11:06:30 +0530 Subject: [PATCH] create other views --- 400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj | 4 ++++ 400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js | 9 +++++++++ 400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js | 10 ++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js | 14 ++++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/views/3dA/3dA-view.html | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-grid-view.html | 352 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-list-view.html | 9 +++++++++ 400-SOURCECODE/AIAHTML5.Web/app/views/ci/clinical-illustrations-detail.html | 9 +++++++++ 400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html | 27 ++++++++++++++++++--------- 400-SOURCECODE/AIAHTML5.Web/index.html | 2 ++ 400-SOURCECODE/packages/repositories.config | 4 ++++ 11 files changed, 527 insertions(+), 9 deletions(-) create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/views/3dA/3dA-view.html create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-grid-view.html create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-list-view.html create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/views/ci/clinical-illustrations-detail.html create mode 100644 400-SOURCECODE/packages/repositories.config diff --git a/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj b/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj index 11acf81..e4ebbd4 100644 --- a/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj +++ b/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj @@ -38,12 +38,16 @@ 4 + + + + diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js new file mode 100644 index 0000000..c30db4c --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js @@ -0,0 +1,9 @@ +AIA.controller("3dAController", ["$scope", "$rootScope", "Modules", "$log", +function ($scope, $rootScope, Modules, log) { + + $rootScope.currentActiveModuleTitle = Modules[2].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 new file mode 100644 index 0000000..2695394 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js @@ -0,0 +1,10 @@ +AIA.controller("CIController", ["$scope", "$rootScope", "Modules", "$log", +function ($scope, $rootScope, Modules, log) { + + $rootScope.currentActiveModuleTitle = Modules[3].Name; +}] + + + +); + diff --git a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js index 9ccff91..edf007a 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js @@ -24,6 +24,20 @@ AIA.constant('pages', [ pageController: 'DAController' }, { + name: 'Clinical Illustration Grid View', + pageSlug: 'ci-grid-view', + pageUrl: 'app/views/ci/ci-grid-view.html', + pageController: 'CIController' + + }, + { + name: '3D Anatomy', + pageSlug: '3dA-view', + pageUrl: 'app/views/3dA/3dA-view.html', + pageController: '3dAController' + + }, + { name: 'home', pageSlug: 'home', pageUrl: 'app/widget/MainView.html', diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/3dA/3dA-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/3dA/3dA-view.html new file mode 100644 index 0000000..05b49d9 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/3dA/3dA-view.html @@ -0,0 +1,96 @@ +
+ 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 new file mode 100644 index 0000000..f956f66 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-grid-view.html @@ -0,0 +1,352 @@ + + +
+
+
+
+ +
+ +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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-list-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-list-view.html new file mode 100644 index 0000000..3407f6b --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-list-view.html @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/ci/clinical-illustrations-detail.html b/400-SOURCECODE/AIAHTML5.Web/app/views/ci/clinical-illustrations-detail.html new file mode 100644 index 0000000..dfea3ad --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/ci/clinical-illustrations-detail.html @@ -0,0 +1,9 @@ + + + + CI Detail page + + + + + diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html index 290e2be..859c07a 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html @@ -3,28 +3,37 @@

{{currentActiveModuleTitle}}

+
+ +
+
    + +
  • +
+
+
diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index 3819492..a604c64 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -143,6 +143,8 @@ + + diff --git a/400-SOURCECODE/packages/repositories.config b/400-SOURCECODE/packages/repositories.config new file mode 100644 index 0000000..aa6c4d3 --- /dev/null +++ b/400-SOURCECODE/packages/repositories.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- libgit2 0.21.4