28. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/23/2019 1:16:28 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

28.1 Files compared

# Location File Last Modified
1 PATS_R_SourceCode.zip\MVI Search\MVI Search.Assets\Charts test_orig.html Thu Apr 4 14:39:46 2019 UTC
2 PATS_R_SourceCode.zip\MVI Search\MVI Search.Assets\Charts test_orig.html Thu May 23 01:30:02 2019 UTC

28.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 56
Changed 2 10
Inserted 0 0
Removed 0 0

28.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

28.4 Active regular expressions

No regular expressions were active.

28.5 Comparison detail

  1   <html>
  2           <h ead>
  3                    <met a http-equ iv="X-UA-C ompatible"  content=" IE=edge">
  4                    <met a charset= "utf-8">
  5                    <scr ipt type=" text/javas cript" src ="../../Cl ientGlobal Context.js .aspx"></s cript>
  6                    <scr ipt src=". ./scripts/ jquery.2.1 .4.min.js"  type="tex t/javascri pt"></scri pt>
  7                    <scr ipt>
  8                              //var url  = "https:/ / DNS . URL /Allergy/1 .0/HRCCRM/ 1003899556 V444225?su bscription -key=88784 cf9396e41d ab087c90a5 da0c2c1";
  9                              //var url  = "https:/ / DNS . URL /Allergy/1 .0/HRCCRM/ 1003899556 V444225?su bscription -key=88784 cf9396e41d ab087c90a5 da0c2c1"
  10                              var url =  "https:// DNS . URL /Associati ons/1.0/HR CCRM/10038 99556V4442 25?noFilte r=true";
  11                             $.ajax ({
  12                                       url: ur l,
  13                                       type: " GET",
  14                                       dataTyp e: "text",
  15                                       beforeS end: funct ion(xhr){x hr.setRequ estHeader( 'Ocp-Apim- Subscripti on-Key', ' 88784cf939 6e41dab087 c90a5da0c2 c1');},
  16                                       success : function (data) 
  17                                       { 
  18                                                data = dat a.replace( new RegExp ('/Content /', 'g'),  'https:// DNS . URL /Content/' ); 
  19                                                data = dat a.replace( new RegExp ('/Scripts /', 'g'),  'https:// DNS . URL /Scripts/' ); 
  20  
  21                                               var iFrame  = $('<ifr ame id="th epage" sty le="width: 100%;heigh t:100%; bo rder: 0;"> </iframe>' );
  22                                               $('body'). append(iFr ame);
  23  
  24                                               var iFrame Doc = iFra me[0].cont entDocumen t || iFram e[0].conte ntWindow.d ocument;
  25                                               iFrameDoc. write(data );
  26                                               iFrameDoc. close();
  27                                       }
  28                             });
  29                    </sc ript>
  30           </ head>
  31           <b ody style= "overflow- wrap: brea k-word;">
  32           </ body>
  33   </html>