Commit e0faa54a7a6e26b708a985c37ed247b5177c0db3

Authored by Mukul Rajput
1 parent 76295384

this is solution for the bugs of mail

400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js
... ... @@ -8,7 +8,7 @@ function ($scope, $rootScope, log, $location, pages, $routeParams) {
8 8 $scope.links = [
9 9 new link("encyclopedia", "Encyclopedia", 'https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=117', "100%", "750px"),
10 10 new link("IP-10", "IP 10", "http://interactiveanatomy.com/IPWeb10/index.aspx", "100%", "750px"),
11   - new link("indepth-reports", "InDepth Reports", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=10", "100%", "4000px"),
  11 + new link("indepth-reports", "In-Depth Reports", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=10", "100%", "4000px"),
12 12 new link("complementary-and-alternate-medicine", "Complementary and Alternative Medicine", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=107", "100%", "750px"),
13 13 new link("bodyguide", "Body Guide", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=25 ", "100%", "1050px"),
14 14 new link("health-navigator", "Health Navigator", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=65 ", "100%", "1000px"),
... ... @@ -24,9 +24,9 @@ function ($scope, $rootScope, log, $location, pages, $routeParams) {
24 24 }
25 25 // code that will be executed ...
26 26 // every time this view is loaded
27   -
  27 +
28 28 var $uaAOD = navigator.userAgent;
29   - for (var i = 0; i < $scope.links.length; i++) {
  29 + for (var i = 0; i < $scope.links.length; i++) {
30 30 if ($scope.links[i].modname == $routeParams.modname) {
31 31 $rootScope.currentActiveModuleTitle = $scope.links[i].title;
32 32 if ($rootScope.currentActiveModuleTitle == "IP 10" )
... ...
400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/lab-exercises-detail.html
... ... @@ -92,8 +92,8 @@
92 92 <div class="panel panel-default" id="submitResultHtml" style="display:none;">
93 93 <div class="panel-heading">
94 94 <div class="row">
95   - <div class="col-sm-4 text-left"><strong>Cardiovascula System</strong></div>
96   - <div class="col-sm-4 text-center">Performace Report</div>
  95 + <div class="col-sm-4 text-left"><strong>{{LabExerciseName}}</strong></div>
  96 + <div class="col-sm-4 text-center">performance Report</div>
97 97 <div class="col-sm-4 text-right">Score:{{scoreResult}}% </div>
98 98 </div>
99 99 </div>
... ...
500-DBDump/additionalScript/UpdateModuleName.sql 0 → 100644
  1 +UPdate ResourceModule set Title='COMPLEMENTARY AND ALTERNATIVE MEDICINE'
  2 +where Title='CAM';
0 3 \ No newline at end of file
... ...