diff --git a/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj b/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj index 6ceaebc..e1f8f33 100644 --- a/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj +++ b/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj @@ -50,7 +50,7 @@ - + @@ -67,6 +67,7 @@ + @@ -76,7 +77,7 @@ - + diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TinyViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index 2e7d37a..6c56467 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TinyViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -1,6 +1,6 @@ 'use strict'; -AIA.controller("TinyViewListController", ["$scope", "$rootScope", "$compile", "$http", "$log", "$location", "BodyRegions", "BodySystems", "ViewOrientations", "ImageTypes", "$timeout", "Modules", "$routeParams", "DataService", +AIA.controller("TileViewListController", ["$scope", "$rootScope", "$compile", "$http", "$log", "$location", "BodyRegions", "BodySystems", "ViewOrientations", "ImageTypes", "$timeout", "Modules", "$routeParams", "DataService", function ($scope, $rootScope, $compile, $http, $log, $location, BodyRegions, BodySystems, ViewOrientations, ImageTypes, $timeout, Modules, $routeParam, DataService) { var ATLAS_ANATOMY = 'Atlas Anatomy'; diff --git a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js index 8a997f5..d112f26 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js @@ -26,9 +26,9 @@ AIA.constant('pages', [ }, { name: 'Tiny View List', - pageSlug: 'tiny-view-list', - pageUrl: 'app/views/tiny-view.html', - pageController: 'TinyViewListController' + pageSlug: 'tile-view-list', + pageUrl: 'app/views/tile-view.html', + pageController: 'TileViewListController' }, { // id:3, diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/module-item-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/module-item-view.html new file mode 100644 index 0000000..85ced9f --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/module-item-view.html @@ -0,0 +1,369 @@ + + + + + + + A.D.A.M. Interactive Anatomy + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + +

1st & 2nd Intercostal Spaces

+ +
+
+
+
+ +
+

Zoom

+
+
+
+ +
+
+ +
+
+
+
+
+ +
+
+
+
+ + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file