diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js index 4bb115b..6d6772d 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js @@ -24,6 +24,11 @@ function ($scope, $rootScope, log, pages, $routeParams) { for (var i = 0; i < $scope.links.length; i++) { if ($scope.links[i].modname == $routeParams.modname) { $rootScope.currentActiveModuleTitle = $scope.links[i].title; + if ($rootScope.currentActiveModuleTitle == "IP 10") + { + document.getElementById('externalLink').style.height = "1024px"; + + } $scope.objdata = $scope.links[i].objurl; $scope.myObj = $scope.links[i].objstyle; } diff --git a/400-SOURCECODE/AIAHTML5.Web/content/css/main.css b/400-SOURCECODE/AIAHTML5.Web/content/css/main.css index 0065ce3..416de25 100644 --- a/400-SOURCECODE/AIAHTML5.Web/content/css/main.css +++ b/400-SOURCECODE/AIAHTML5.Web/content/css/main.css @@ -698,3 +698,7 @@ textarea { .ciView { } +.externalFrame { + width:100%; + height:100%; +} diff --git a/400-SOURCECODE/AIAHTML5.Web/content/css/print-main.css b/400-SOURCECODE/AIAHTML5.Web/content/css/print-main.css index 31110e0..b8acd80 100644 --- a/400-SOURCECODE/AIAHTML5.Web/content/css/print-main.css +++ b/400-SOURCECODE/AIAHTML5.Web/content/css/print-main.css @@ -50,4 +50,10 @@ .marginbtm10{ margin-bottom:10px;} .width-auto { width: auto; -} \ No newline at end of file +} + + +.externalFrame { + width:100%; + height:100%; +} diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index f28b9e9..6d84f80 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -1223,19 +1223,18 @@ -