Commit aff6adbd303d71ad95fe2105b6c3ece6f4791b9d
1 parent
06701499
External Link fixes
Showing
4 changed files
with
20 additions
and
6 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js
... | ... | @@ -24,6 +24,11 @@ function ($scope, $rootScope, log, pages, $routeParams) { |
24 | 24 | for (var i = 0; i < $scope.links.length; i++) { |
25 | 25 | if ($scope.links[i].modname == $routeParams.modname) { |
26 | 26 | $rootScope.currentActiveModuleTitle = $scope.links[i].title; |
27 | + if ($rootScope.currentActiveModuleTitle == "IP 10") | |
28 | + { | |
29 | + document.getElementById('externalLink').style.height = "1024px"; | |
30 | + | |
31 | + } | |
27 | 32 | $scope.objdata = $scope.links[i].objurl; |
28 | 33 | $scope.myObj = $scope.links[i].objstyle; |
29 | 34 | } | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/css/main.css
400-SOURCECODE/AIAHTML5.Web/content/css/print-main.css
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -1223,19 +1223,18 @@ |
1223 | 1223 | <!--color: #e5e5e5;--> |
1224 | 1224 | <!--bg-primary--> |
1225 | 1225 | <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> |
1226 | - <h4 class="text-left lhgt19 padd5" style="color:#fff; text-align:left;">Modules Information</h4> | |
1226 | + <h4 class="text-left lhgt19 padd5" style="color:#fff; text-align:left;">Modules Availability</h4> | |
1227 | 1227 | </div> |
1228 | 1228 | |
1229 | 1229 | <div class="modal-body"> |
1230 | 1230 | <div class="panel-body"> |
1231 | - <!--<div><h5> Below is the list of modules available:</h5></div>--> | |
1232 | 1231 | <!-- form --> |
1233 | 1232 | <form class="form-horizontal"> |
1234 | 1233 | <div class="form-group"> |
1235 | 1234 | <div class="col-sm-8">• Dissectible Anatomy</div> |
1236 | 1235 | </div> |
1237 | 1236 | <div class="form-group"> |
1238 | - <div class="col-sm-8"><i>• Atlas Anatomy (Not Available) –Target Date: 06/30/2017</i></div> | |
1237 | + <div class="col-sm-8"><i>• Atlas Anatomy (To be available by 06/30/2017)</i></div> | |
1239 | 1238 | </div> |
1240 | 1239 | <div class="form-group"> |
1241 | 1240 | <div class="col-sm-8">• Clinical Illustration</div> |
... | ... | @@ -1247,11 +1246,11 @@ |
1247 | 1246 | <div class="col-sm-8">• 3D Anatomy</div> |
1248 | 1247 | </div> |
1249 | 1248 | <div class="form-group"> |
1250 | - <div class="col-sm-12"><i>• Curriculum Builder (Not Available) –Target Date: 06/15/2017</i></div> | |
1249 | + <div class="col-sm-12"><i>• Curriculum Builder (To be available by 06/15/2017)</i></div> | |
1251 | 1250 | </div> |
1252 | 1251 | |
1253 | 1252 | <div class="form-group"> |
1254 | - <div class="col-sm-8"><i>• Anatomy Test (Not Available) –Target Date: 06/28/2017</i></div> | |
1253 | + <div class="col-sm-8"><i>• Anatomy Test (To be available by 06/28/2017)</i></div> | |
1255 | 1254 | </div> |
1256 | 1255 | <div class="form-group"> |
1257 | 1256 | <div class="col-sm-8">• IP 10</div> | ... | ... |