Commit 41397339d559eb36dddd4f77360245153c3e53e7

Authored by unknown
2 parents e624aa21 acff4858

Merge branch 'Develop' of http://52.6.196.163/ADAM/AIAHTML5 into Show/HideFunctionality

Conflicts:
	400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
Showing 147 changed files with 175 additions and 39 deletions
400-SOURCECODE/AIAHTML5.API/Web.config
... ... @@ -39,7 +39,7 @@
39 39 <add key="EnableSSL" value="false" />
40 40 <add key="Site_Url" value ="http://qa.beta.interactiveanatomy.com/"/>
41 41 <add key ="HostAddress" value="10.100.12.13" />
42   - <add key="isUserAuthenticated" value="true"/>
  42 + <add key="isUserAuthenticated" value="false"/>
43 43 <add key="AdminSupport" value="amrita.vishnoi@ebix.com,nikita.kulshreshtha@ebix.com"/>
44 44 </appSettings>
45 45 <system.web>
... ...
400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js
... ... @@ -71,6 +71,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
71 71 else {
72 72 $scope.setActiveTab(1);
73 73 $scope.reRunSearchOnLoad();
  74 + $('html, body').animate({ scrollTop: localStorage.getItem('CAGridViewScroll') });
74 75 }
75 76  
76 77  
... ... @@ -449,7 +450,8 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
449 450  
450 451 localStorage.setItem("currentViewTitleFromJson", $rootScope.ViewTitle);
451 452 localStorage.setItem("currentBodyViewId", $event.currentTarget.id);
452   -
  453 + var CAGridViewScrollPosition = $($window).scrollTop();
  454 + localStorage.setItem('CAGridViewScroll', CAGridViewScrollPosition);
453 455 var u = $location.url();
454 456 $location.url('/clinical-animations-detail');
455 457  
... ... @@ -570,7 +572,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
570 572  
571 573  
572 574 $rootScope.currentSlug = 'clinical-animations-detail';
573   -
  575 + $('html, body').animate({ scrollTop: 0 });
574 576 $rootScope.openViews.push(
575 577 {
576 578 "module": $rootScope.currentActiveModuleTitle, "bodyView": tittle, "state": 'max', "BodyViewId": $rootScope.currentBodyViewId,
... ... @@ -644,8 +646,15 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
644 646  
645 647 var curCAListViewScroll = localStorage.getItem("CAListViewScroll");
646 648 if (typeof (curCAListViewScroll) !== "undefined" && curCAListViewScroll !== null && curCAListViewScroll !== '') {
647   -
648   - $('#ListViewDiv').scrollTop(localStorage.getItem("CAListViewScroll"));
  649 + if (typeof InstallTrigger !== 'undefined') {
  650 +
  651 + $('#ListViewDiv').animate({ scrollTop: localStorage.getItem("CAListViewScroll") });
  652 +
  653 + }
  654 + else
  655 + {
  656 + $('#ListViewDiv').scrollTop(localStorage.getItem("CAListViewScroll"));
  657 + }
649 658 }
650 659 //else {
651 660 // $('#ListViewDiv').scrollTop(0);
... ...
400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
... ... @@ -693,9 +693,18 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
693 693  
694 694 var curCIListViewScroll = localStorage.getItem("CIListViewScroll");
695 695 if (typeof (curCIListViewScroll) !== "undefined" && curCIListViewScroll !== null && curCIListViewScroll !== '') {
696   -
  696 + if (typeof InstallTrigger !== 'undefined')
  697 + {
  698 +
  699 + $('#ListViewDiv').animate({ scrollTop: localStorage.getItem("CIListViewScroll") });
  700 + }
  701 + else
  702 + {
  703 +
697 704 $('#ListViewDiv').scrollTop(localStorage.getItem("CIListViewScroll"));
698 705 }
  706 +
  707 + }
699 708 //else {
700 709 // $('#ListViewDiv').scrollTop(0);
701 710 //}
... ...
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -618,6 +618,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
618 618 $rootScope.disableMenuoption = " ";
619 619 $rootScope.disableSubMenu = "disableSubMenu";
620 620 $("#annotationToolBarOptions").removeClass("disableSubMenu");
  621 + $("#optionsListManagerTab").addClass("disableSubMenu");
621 622 $rootScope.disableFileMenu = " ";
622 623 }
623 624 else if ($location.url() == "/module-item-view") {
... ... @@ -633,10 +634,12 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
633 634 $rootScope.disableMenuoption = " ";
634 635 $rootScope.disableSubMenu = "disableSubMenu";
635 636 $("#annotationToolBarOptions").addClass("disableSubMenu");
  637 + $("#optionsListManagerTab").addClass("disableSubMenu");
636 638 $rootScope.disableFileMenu = "disableFileMenu";
637 639 }
638 640 else {
639 641 $("#annotationToolBarOptions").removeClass("disableSubMenu");
  642 + $("#optionsListManagerTab").removeClass("disableSubMenu");
640 643 $rootScope.disableMenuannotation = "disableMenuannotation";
641 644 $rootScope.disableMenuoption = "disableMenuoption";
642 645 $rootScope.disableSubMenu = "";
... ... @@ -1503,9 +1506,20 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
1503 1506 $("#borderWidthCanvasElement").css({ "pointer-events": "none" });
1504 1507 $("#outlineColor").css({ "pointer-events": "none" });
1505 1508 }
  1509 + if ((isfilloptionChecked == false) && (isOutlineOptionChecked == false)) {
  1510 + $(".setEnableDisableForEditShapeStyle").css({ "opacity": "1" });
  1511 + $("#borderWidthCanvasElement").css({ "pointer-events": "auto" });
  1512 + $("#outlineColor").css({ "pointer-events": "auto" });
  1513 + $(".enableDisableOpacity label").css({ "cursor": "pointer" });
  1514 + $(".enableDisableOpacity").css({ "opacity": "1" });
  1515 + $("#edit-slider-3").css({ "pointer-events": "auto" });
  1516 + $("#edit-slider-4").css({ "pointer-events": "auto" });
  1517 + $("#editstylebackgroundcolor").css({ "pointer-events": "auto" });
  1518 + document.getElementById("editStyleForm").reset();
  1519 + }
1506 1520 var previewBgColor = $("#shapeStyleDiv").css('background-color');
1507   - var previewBorderColor = $('#previewBorder').css('border-color');
1508   - var previewBorderWidth = $('#previewBorder').css('border-width');
  1521 + var previewBorderColor = $('#previewBorder').css('border-top-color');
  1522 + var previewBorderWidth = $('#previewBorder').css('border-top-width');
1509 1523 var previewOpacity = $('#previewBorder').css('opacity');
1510 1524 $('#editstylebackgroundcolor .minicolors >.minicolors-swatch > .minicolors-swatch-color').css("background-color", previewBgColor);
1511 1525 $("#imgOpacity").css("background-color", previewBgColor);
... ...
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... ... @@ -25,6 +25,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
25 25 $scope.AllImageType = [];
26 26 $rootScope.speechBubbleDimaensions = [];
27 27 $scope.runningSearchWorkers = [];
  28 + $scope.clickedPins = [];
28 29  
29 30 $scope.query = {
30 31 selectedbodyregion: '',
... ... @@ -436,13 +437,17 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
436 437  
437 438 $scope.showSelectedSystemPins = function (event) {
438 439  
  440 + $rootScope.isLoading = true;
  441 + $('#spinner').css('visibility', 'visible');
  442 +
439 443 $scope.removeSpeechBubble();
440 444 if (event.currentTarget.id == "0") {
441 445  
442 446 $scope.selectedSystemName = null;
443 447 if ($scope.isHidePinBtnClicked) {
444 448  
445   - $scope.showAllPinsAfterHide($scope.aaPinData);
  449 + // $scope.showAllPinsAfterHide($scope.aaPinData);
  450 + $scope.showAllPinsAfterHide();
446 451 }
447 452 else {
448 453 $scope.showAllPins();
... ... @@ -468,7 +473,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
468 473 .where("_BodySystemName == " + $scope.selectedSystemName)
469 474 .select();
470 475 if ($scope.isHidePinBtnClicked) {
471   - $scope.showAllPinsAfterHide($scope.selectedSystemPinData);
  476 + // $scope.showAllPinsAfterHide($scope.selectedSystemPinData);
  477 + $scope.showAllPinsAfterHide();
472 478  
473 479 }
474 480 else
... ... @@ -571,6 +577,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
571 577  
572 578 }
573 579  
  580 + $rootScope.isLoading = false;
  581 + $('#spinner').css('visibility', 'hidden');
574 582 // $scope.MultiLanguageAnnationArray.push($rootScope.annotationText[i])
575 583 }
576 584  
... ... @@ -911,7 +919,31 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
911 919 var pinID = (clickedPin.name).substring(7, (clickedPin.name).length);
912 920 // alert('pinId: ' + pinID);
913 921 //showAnnotation();
914   - var pinID = (clickedPin.name).substring(7, (clickedPin.name).length);
  922 +
  923 + var pinData = new jinqJs()
  924 + .from($scope.aaPinData)
  925 + .where("_PinId == " + pinID)
  926 + .select();
  927 +
  928 +
  929 + var pinTermNumber = pinData[0]._TermId;
  930 +
  931 + var pinWithSameTerm = new jinqJs()
  932 +
  933 + .from($scope.aaPinData)
  934 + .where("_TermId == " + pinTermNumber)
  935 + .select();
  936 +
  937 +
  938 + if (pinWithSameTerm != undefined && pinWithSameTerm != null && pinWithSameTerm.length > 0) {
  939 +
  940 + for (var i = 0; i < pinWithSameTerm.length; i++) {
  941 +
  942 + $scope.clickedPins.push({ 'id': pinWithSameTerm[i]._PinId })
  943 + }
  944 +
  945 + }
  946 +
915 947 var selectedPinData = new jinqJs()
916 948 .from($scope.aaPinData)
917 949 .where("_PinId == " + pinID)
... ... @@ -1046,6 +1078,9 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
1046 1078  
1047 1079 $scope.hidePins = function () {
1048 1080  
  1081 + $rootScope.isLoading = true;
  1082 + $('#spinner').css('visibility', 'visible');
  1083 +
1049 1084 $scope.hideSpeechBubble();
1050 1085  
1051 1086 $scope.isHidePinBtnClicked = true;
... ... @@ -1063,50 +1098,102 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
1063 1098 }).drawLayers();
1064 1099 })
1065 1100  
  1101 + $rootScope.isLoading = false;
  1102 + $('#spinner').css('visibility', 'hidden');
1066 1103 }
1067 1104  
1068   - $scope.showAllPinsAfterHide = function (selectedSystemPinData) {
  1105 + $scope.showAllPinsAfterHide = function (event) {
  1106 +
  1107 + $rootScope.isLoading = true;
  1108 + $('#spinner').css('visibility', 'visible');
  1109 +
1069 1110  
1070 1111 $scope.isHidePinBtnClicked = false;
  1112 +
1071 1113 if ($scope.selectedSystemName != null && $scope.selectedSystemName != undefined) {
1072   - $scope.showSystemPins($scope.selectedSystemPinData);
  1114 +
  1115 + $scope.showSystemPins($scope.selectedSystemPinData, false);
  1116 +
1073 1117 } else {
1074   - $scope.showSystemPins($scope.aaPinData);
1075 1118  
1076   - //angular.forEach($scope.aaPinData, function (aaPinDataValue, aaPinDataKey) {
  1119 + $scope.showSystemPins($scope.aaPinData, false);
  1120 + }
  1121 + $scope.showSpeechBubble();
  1122 + };
  1123 +
  1124 +
  1125 + $scope.showSelectedPins = function () {
1077 1126  
1078   - // var pinName = 'Pin_' + aaPinDataValue._PinId;
1079   - // var pinArcName = 'PinArc_' + aaPinDataValue._PinId;
  1127 + $rootScope.isLoading = true;
  1128 + $('#spinner').css('visibility', 'visible');
1080 1129  
1081   - // $('#aaDetailViewCanvas').setLayer(pinName, {
1082   - // visible: true // set to true instead to show the layer again
1083   - // }).drawLayers();
  1130 + $scope.isHidePinBtnClicked = false;
  1131 +
  1132 + if ($scope.selectedSystemName != null && $scope.selectedSystemName != undefined) {
  1133 +
  1134 + $scope.showSystemPins($scope.selectedSystemPinData, true);
  1135 +
  1136 + }
  1137 + else {
  1138 + $scope.showSystemPins($scope.aaPinData, true);
1084 1139  
1085   - // $('#aaDetailViewCanvas').setLayer(pinArcName, {
1086   - // visible: true // set to true instead to show the layer again
1087   - // }).drawLayers();
1088   - //})
1089 1140 }
1090 1141 $scope.showSpeechBubble();
1091 1142 };
1092 1143  
1093   - $scope.showSystemPins = function (seletedSystemPinData) {
  1144 +
  1145 + $scope.showSystemPins = function (seletedSystemPinData, isShowSelectedPins) {
1094 1146  
1095   - angular.forEach(seletedSystemPinData, function (aaPinDataValue, aaPinDataKey) {
  1147 + if (isShowSelectedPins) {
1096 1148  
1097   - var pinName = 'Pin_' + aaPinDataValue._PinId;
1098   - var pinArcName = 'PinArc_' + aaPinDataValue._PinId;
  1149 + angular.forEach($scope.clickedPins, function (value, key) {
1099 1150  
1100   - $('#aaDetailViewCanvas').setLayer(pinName, {
1101   - visible: true // set to true instead to show the layer again
1102   - }).drawLayers();
  1151 + seletedSystemPinData = new jinqJs()
  1152 + .from(seletedSystemPinData)
  1153 + .where('_PinId != ' + value.id)
  1154 + .select();
  1155 + })
  1156 + angular.forEach(seletedSystemPinData, function (aaPinDataValue, aaPinDataKey) {
1103 1157  
1104   - $('#aaDetailViewCanvas').setLayer(pinArcName, {
1105   - visible: true // set to true instead to show the layer again
1106   - }).drawLayers();
1107   - })
1108   - }
  1158 + // if (aaPinDataValue._PinId != value.id) {
  1159 + var pinName = 'Pin_' + aaPinDataValue._PinId;
  1160 + var pinArcName = 'PinArc_' + aaPinDataValue._PinId;
  1161 +
  1162 + $('#aaDetailViewCanvas').setLayer(pinName, {
  1163 + visible: false // set to true instead to show the layer again
  1164 + }).drawLayers();
1109 1165  
  1166 + $('#aaDetailViewCanvas').setLayer(pinArcName, {
  1167 + visible: false // set to true instead to show the layer again
  1168 + }).drawLayers();
  1169 + // }
  1170 + })
  1171 +
  1172 + // })
  1173 + $scope.clickedPins = [];
  1174 + }
  1175 +
  1176 + else {
  1177 + angular.forEach(seletedSystemPinData, function (aaPinDataValue, aaPinDataKey) {
  1178 +
  1179 + var pinName = 'Pin_' + aaPinDataValue._PinId;
  1180 + var pinArcName = 'PinArc_' + aaPinDataValue._PinId;
  1181 +
  1182 + $('#aaDetailViewCanvas').setLayer(pinName, {
  1183 + visible: true // set to true instead to show the layer again
  1184 + }).drawLayers();
  1185 +
  1186 + $('#aaDetailViewCanvas').setLayer(pinArcName, {
  1187 + visible: true // set to true instead to show the layer again
  1188 + }).drawLayers();
  1189 + })
  1190 + }
  1191 +
  1192 + $rootScope.isLoading = false;
  1193 + $('#spinner').css('visibility', 'hidden');
  1194 +
  1195 +
  1196 + }
1110 1197  
1111 1198 $scope.showItemsForSearch = function () {
1112 1199 console.log('showItemsForSearch is called');
... ... @@ -1264,3 +1351,12 @@ function showHideAnnotation(event) {
1264 1351 scope.ShowHideAnnotation(event);
1265 1352 });
1266 1353 }
  1354 +
  1355 +function showSelectedPins(event) {
  1356 +
  1357 + console.log('showSelectedPins is called')
  1358 + var scope = angular.element(document.getElementById("aaDetailPageDiv")).scope();
  1359 + scope.$apply(function () {
  1360 + scope.showSelectedPins(event);
  1361 + });
  1362 +}
1267 1363 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html
... ... @@ -30,7 +30,7 @@
30 30 <div class="toggle-icon toggleBar toggleHeadingButton" data-toggle="tooltip" data-placement="top" title="Show/Hide Sidebar"></div>
31 31 <div class="">
32 32 <div class="col-sm-6" title="Hide Pins"><button onclick="hidePins(event)" class="btn btn-black btn-sm" > <img src="../../../content/images/aa/LeftMenu/hide-pin.png" alt="" title=""></button> </div>
33   - <div class="col-sm-6" title="Show Selected Pins"><button class="btn btn-black btn-sm pull-right"><img src="../../../content/images/aa/LeftMenu/draw-pin.png" alt="" title=""></button></div>
  33 + <div class="col-sm-6" title="Show Selected Pins"><button class="btn btn-black btn-sm pull-right" onclick="showSelectedPins(event)"><img src="../../../content/images/aa/LeftMenu/draw-pin.png" alt="" title=""></button></div>
34 34 <div class="col-sm-6" title="Show All Pins in System(s)"><button class="btn btn-primary btn-sm marginTop5" onclick="showAllPins(event)"><img src="../../../content/images/aa/LeftMenu/all-pin.png" alt="" title=""></button></div>
35 35 <div class="col-sm-6" title="Select System">
36 36 <button class="btn btn-black btn-sm pull-right marginTop5 dropdown-toggle" type="button" id="dropdownMenu221" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"><img src="../../../content/images/aa/LeftMenu/icon-highlight.png" alt="" title=""></button>
... ...
400-SOURCECODE/AIAHTML5.Web/content/images/DA/ethnicity/body-views/9/B/thumbnails/da_tni_3343_B.jpg deleted

5.79 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/A/navigator_images/da_oi_81.jpg 0 → 100644

4.18 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/A/navigator_images/da_oi_82.jpg 0 → 100644

4.23 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/A/thumbnails/da_tni_3335_AN.jpg 0 → 100644

7.37 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/A/thumbnails/da_tni_3335_AY.jpg 0 → 100644

7.48 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/B/navigator_images/da_oi_85.jpg 0 → 100644

4.16 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/B/navigator_images/da_oi_86.jpg 0 → 100644

4.19 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/B/thumbnails/da_tni_3335_BN.jpg 0 → 100644

7.58 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/B/thumbnails/da_tni_3335_BY.jpg 0 → 100644

7.66 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/L/navigator_images/da_oi_89.jpg 0 → 100644

4.18 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/L/navigator_images/da_oi_94.jpg 0 → 100644

4.22 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/L/thumbnails/da_tni_3335_LN.jpg 0 → 100644

7.44 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/L/thumbnails/da_tni_3335_LY.jpg 0 → 100644

7.53 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/W/navigator_images/da_oi_109.jpg 0 → 100644

4.19 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/W/navigator_images/da_oi_110.jpg 0 → 100644

4.24 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/W/thumbnails/da_tni_3335_WN.jpg 0 → 100644

7.2 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/1/W/thumbnails/da_tni_3335_WY.jpg 0 → 100644

7.3 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/10/A/navigator_images/da_oi_101.jpg 0 → 100644

2.61 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/10/A/thumbnails/da_tni_3344_A.jpg 0 → 100644

4.38 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/10/B/navigator_images/da_oi_103.jpg 0 → 100644

2.59 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/10/B/thumbnails/da_tni_3344_B.jpg 0 → 100644

4.48 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/10/L/navigator_images/da_oi_105.jpg 0 → 100644

2.59 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/10/L/thumbnails/da_tni_3344_L.jpg 0 → 100644

4.39 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/10/W/navigator_images/da_oi_107.jpg 0 → 100644

2.59 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/10/W/thumbnails/da_tni_3344_W.jpg 0 → 100644

4.36 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/A/navigator_images/da_oi_10.jpg 0 → 100644

3.83 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/A/navigator_images/da_oi_11.jpg 0 → 100644

3.9 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/A/thumbnails/da_tni_3345_AN.jpg 0 → 100644

5.89 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/A/thumbnails/da_tni_3345_AY.jpg 0 → 100644

6.04 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/B/navigator_images/da_oi_14.jpg 0 → 100644

3.87 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/B/navigator_images/da_oi_15.jpg 0 → 100644

3.9 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/B/thumbnails/da_tni_3345_BN.jpg 0 → 100644

5.93 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/B/thumbnails/da_tni_3345_BY.jpg 0 → 100644

6.02 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/L/navigator_images/da_oi_21.jpg 0 → 100644

3.97 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/L/navigator_images/da_oi_22.jpg 0 → 100644

4 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/L/thumbnails/da_tni_3345_LN.jpg 0 → 100644

5.86 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/L/thumbnails/da_tni_3345_LY.jpg 0 → 100644

5.97 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/W/navigator_images/da_oi_25.jpg 0 → 100644

3.9 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/W/navigator_images/da_oi_26.jpg 0 → 100644

3.95 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/W/thumbnails/da_tni_3345_WN.jpg 0 → 100644

5.8 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/11/W/thumbnails/da_tni_3345_WY.jpg 0 → 100644

5.93 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/12/A/navigator_images/da_oi_29.jpg 0 → 100644

2.61 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/12/A/thumbnails/da_tni_3346_A.jpg 0 → 100644

4.38 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/12/B/navigator_images/da_oi_31.jpg 0 → 100644

2.59 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/12/B/thumbnails/da_tni_3346_B.jpg 0 → 100644

4.48 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/12/L/navigator_images/da_oi_33.jpg 0 → 100644

2.59 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/12/L/thumbnails/da_tni_3346_L.jpg 0 → 100644

4.39 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/12/W/navigator_images/da_oi_35.jpg 0 → 100644

2.59 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/12/W/thumbnails/da_tni_3346_W.jpg 0 → 100644

4.36 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/2/A/navigator_images/da_oi_113.jpg 0 → 100644

2.28 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/2/A/thumbnails/da_tni_3336_A.jpg 0 → 100644

4.24 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/2/B/navigator_images/da_oi_115.jpg 0 → 100644

2.27 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/2/B/thumbnails/da_tni_3336_B.jpg 0 → 100644

4.32 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/2/L/navigator_images/da_oi_117.jpg 0 → 100644

2.29 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/2/L/thumbnails/da_tni_3336_L.jpg 0 → 100644

4.25 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/2/W/navigator_images/da_oi_119.jpg 0 → 100644

2.29 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/2/W/thumbnails/da_tni_3336_W.jpg 0 → 100644

4.19 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/3/A/navigator_images/da_oi_121.jpg 0 → 100644

2.64 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/3/A/thumbnails/da_tni_3337_AN.jpg 0 → 100644

5.18 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/3/A/thumbnails/da_tni_3337_AY.jpg 0 → 100644

5.15 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/3/B/navigator_images/da_oi_123.jpg 0 → 100644

2.63 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/3/B/thumbnails/da_tni_3337_BN.jpg 0 → 100644

5.25 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/3/B/thumbnails/da_tni_3337_BY.jpg 0 → 100644

5.22 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/3/L/navigator_images/da_oi_125.jpg 0 → 100644

2.63 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/3/L/thumbnails/da_tni_3337_LN.jpg 0 → 100644

5.19 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/3/L/thumbnails/da_tni_3337_LY.jpg 0 → 100644

5.18 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/3/W/navigator_images/da_oi_127.jpg 0 → 100644

2.63 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/3/W/thumbnails/da_tni_3337_WN.jpg 0 → 100644

5.15 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/3/W/thumbnails/da_tni_3337_WY.jpg 0 → 100644

5.13 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/4/A/navigator_images/da_oi_129.jpg 0 → 100644

4.19 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/4/A/thumbnails/da_tni_3338_A.jpg 0 → 100644

7.29 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/4/B/navigator_images/da_oi_131.jpg 0 → 100644

4.17 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/4/B/thumbnails/da_tni_3338_B.jpg 0 → 100644

7.45 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/4/L/navigator_images/da_oi_133.jpg 0 → 100644

4.21 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/4/L/thumbnails/da_tni_3338_L.jpg 0 → 100644

7.32 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/4/W/navigator_images/da_oi_135.jpg 0 → 100644

4.19 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/4/W/thumbnails/da_tni_3338_W.jpg 0 → 100644

7.17 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/A/navigator_images/da_oi_1.jpg 0 → 100644

4.16 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/A/navigator_images/da_oi_2.jpg 0 → 100644

4.3 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/A/thumbnails/da_tni_3339_AN.jpg 0 → 100644

7.37 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/A/thumbnails/da_tni_3339_AY.jpg 0 → 100644

7.64 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/B/navigator_images/da_oi_5.jpg 0 → 100644

4.18 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/B/navigator_images/da_oi_6.jpg 0 → 100644

4.28 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/B/thumbnails/da_tni_3339_BN.jpg 0 → 100644

7.54 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/B/thumbnails/da_tni_3339_BY.jpg 0 → 100644

7.75 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/L/navigator_images/da_oi_18.jpg 0 → 100644

4.29 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/L/navigator_images/da_oi_9.jpg 0 → 100644

4.18 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/L/thumbnails/da_tni_3339_LN.jpg 0 → 100644

7.45 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/L/thumbnails/da_tni_3339_LY.jpg 0 → 100644

7.67 KB

400-SOURCECODE/AIAHTML5.Web/content/images/DA/ethnicity/body-views/5/W/navigator_images/da_oi_37.jpg renamed to 400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/W/navigator_images/da_oi_37.jpg

4.15 KB

400-SOURCECODE/AIAHTML5.Web/content/images/DA/ethnicity/body-views/5/W/navigator_images/da_oi_38.jpg renamed to 400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/W/navigator_images/da_oi_38.jpg

4.28 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/W/thumbnails/da_tni_3339_WN.jpg 0 → 100644

7.14 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/5/W/thumbnails/da_tni_3339_WY.jpg 0 → 100644

7.41 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/A/navigator_images/da_oi_41.jpg 0 → 100644

2.35 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/A/navigator_images/da_oi_42.jpg 0 → 100644

2.35 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/A/thumbnails/da_tni_3340_AN.jpg 0 → 100644

4.35 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/A/thumbnails/da_tni_3340_AY.jpg 0 → 100644

4.36 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/B/navigator_images/da_oi_45.jpg 0 → 100644

2.33 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/B/navigator_images/da_oi_46.jpg 0 → 100644

2.34 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/B/thumbnails/da_tni_3340_BN.jpg 0 → 100644

4.44 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/B/thumbnails/da_tni_3340_BY.jpg 0 → 100644

4.42 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/L/navigator_images/da_oi_49.jpg 0 → 100644

2.36 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/L/navigator_images/da_oi_50.jpg 0 → 100644

2.37 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/L/thumbnails/da_tni_3340_LN.jpg 0 → 100644

4.38 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/L/thumbnails/da_tni_3340_LY.jpg 0 → 100644

4.37 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/W/navigator_images/da_oi_53.jpg 0 → 100644

2.33 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/W/navigator_images/da_oi_54.jpg 0 → 100644

2.35 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/W/thumbnails/da_tni_3340_WN.jpg 0 → 100644

4.33 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/6/W/thumbnails/da_tni_3340_WY.jpg 0 → 100644

4.32 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/A/navigator_images/da_oi_57.jpg 0 → 100644

2.63 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/A/navigator_images/da_oi_58.jpg 0 → 100644

2.67 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/A/thumbnails/da_tni_3341_AN.jpg 0 → 100644

5.23 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/A/thumbnails/da_tni_3341_AY.jpg 0 → 100644

5.24 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/B/navigator_images/da_oi_61.jpg 0 → 100644

2.64 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/B/navigator_images/da_oi_62.jpg 0 → 100644

2.67 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/B/thumbnails/da_tni_3341_BN.jpg 0 → 100644

5.33 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/B/thumbnails/da_tni_3341_BY.jpg 0 → 100644

5.33 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/L/navigator_images/da_oi_65.jpg 0 → 100644

2.61 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/L/navigator_images/da_oi_66.jpg 0 → 100644

2.65 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/L/thumbnails/da_tni_3341_LN.jpg 0 → 100644

5.28 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/L/thumbnails/da_tni_3341_LY.jpg 0 → 100644

5.27 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/W/navigator_images/da_oi_69.jpg 0 → 100644

2.61 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/W/navigator_images/da_oi_70.jpg 0 → 100644

2.66 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/W/thumbnails/da_tni_3341_WN.jpg 0 → 100644

5.21 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/7/W/thumbnails/da_tni_3341_WY.jpg 0 → 100644

5.22 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/8/A/navigator_images/da_oi_73.jpg 0 → 100644

4.21 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/8/A/thumbnails/da_tni_3342_A.jpg 0 → 100644

7.33 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/8/B/navigator_images/da_oi_75.jpg 0 → 100644

4.19 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/8/B/thumbnails/da_tni_3342_B.jpg 0 → 100644

7.49 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/8/L/navigator_images/da_oi_77.jpg 0 → 100644

4.23 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/8/L/thumbnails/da_tni_3342_L.jpg 0 → 100644

7.36 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/8/W/navigator_images/da_oi_79.jpg 0 → 100644

4.2 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/8/W/thumbnails/da_tni_3342_w.jpg 0 → 100644

7.17 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/9/A/navigator_images/da_oi_90.jpg 0 → 100644

3.79 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/9/A/thumbnails/da_tni_3343_A.jpg 0 → 100644

5.76 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/9/B/navigator_images/da_oi_92.jpg 0 → 100644

3.78 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/9/L/navigator_images/da_oi_97.jpg 0 → 100644

3.92 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/9/L/thumbnails/da_tni_3343_L.jpg 0 → 100644

5.75 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/9/W/navigator_images/da_oi_99.jpg 0 → 100644

3.81 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/ethnicity/body-views/9/W/thumbnails/da_tni_3343_W.jpg 0 → 100644

5.67 KB

400-SOURCECODE/AIAHTML5.Web/libs/html2canvas.js
... ... @@ -2855,8 +2855,16 @@ _html2canvas.Renderer.Canvas = function(options) {
2855 2855 newCanvas.width = Math.ceil(bounds.width);
2856 2856 newCanvas.height = Math.ceil(bounds.height);
2857 2857 ctx = newCanvas.getContext("2d");
2858   -
2859   - ctx.drawImage(canvas, bounds.left, bounds.top, bounds.width, bounds.height, 0, 0, bounds.width, bounds.height);
  2858 + if (/*@cc_on!@*/false || !!document.documentMode) {
  2859 +
  2860 + var imgData = canvas.getContext("2d").getImageData(bounds.left, bounds.top, bounds.width, bounds.height);
  2861 + ctx.putImageData(imgData, 50, 0);
  2862 + }
  2863 + else {
  2864 +
  2865 + ctx.drawImage(canvas, bounds.left, bounds.top, bounds.width, bounds.height, 0, 0, bounds.width, bounds.height);
  2866 + }
  2867 +
2860 2868 canvas = null;
2861 2869 return newCanvas;
2862 2870 }
... ...