2079. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/2/2018 11:57:54 AM Eastern Standard 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.

2079.1 Files compared

# Location File Last Modified
1 Tue Jan 2 16:57:54 2018 UTC
2 HTRE_P2.zip\src.zip\output\IHTA OLH Files.zip\ihta_admin.zip\hdi.zip\whdata whtdata.js Wed Feb 5 14:58:06 2014 UTC

2079.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 64
Removed 0 0

2079.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

2079.4 Active regular expressions

No regular expressions were active.

2079.5 Comparison detail

        1   //      We bHelp 5.10 .001
        2   var gTEA =  new Array ();
        3   function a TE()
        4   {
        5           gT EA[gTEA.le ngth] = ne w tocEntry (aTE.argum ents);
        6   }
        7  
        8   function t ocEntry(fn _arguments
        9   {
        10           if  (fn_argum ents.lengt h < 3)    
        11           {
        12                    aler t ("data f ormat wron g!!!");
        13                    retu rn;
        14           }
        15           
        16           th is.nType =  fn_argume nts[0];
        17           th is.nConten ts = fn_ar guments[1] ;
        18           th is.sItemNa me = fn_ar guments[2] ;
        19           
        20           if  (this.nTy pe == 1 ||  this.nTyp e == 2 ||  this.nType  == 16)
        21           {
        22                    if ( fn_argumen ts.length  > 3)
        23                    {
        24                             this.s ItemURL =  fn_argumen ts[3];
        25                             if (fn _arguments .length >  4)
        26                             {
        27                                      this.sTa rget = fn_ arguments[ 4];
        28                                      if (fn_a rguments.l ength > 5)
        29                                               this.sIcon Ref = fn_a rguments[5 ];
        30                             }
        31                    }
        32           }
        33           if  (this.nTy pe == 4 ||  this.nTyp e == 8)
        34           {
        35                    if ( fn_argumen ts.length  > 3)
        36                    {
        37                             this.s RefURL = f n_argument s[3];
        38                             if (th is.nType = = 4)
        39                             {
        40                                      if(this. sRefURL.la stIndexOf( "/")!=this .sRefURL.l ength-1)
        41                                               this.sRefU RL+="/";
        42                             }
        43                             if (fn _arguments .length >  4)
        44                             {
        45                                      this.sIt emURL = fn _arguments [4];
        46                                      if (fn_a rguments.l ength > 5)
        47                                      {
        48                                               this.sTarg et = fn_ar guments[5] ;
        49                                               if (fn_arg uments.len gth > 6)
        50                                                       th is.sIconRe f = fn_arg uments[6];
        51                                      }
        52                             }
        53                    }
        54           }
        55   }
        56  
        57  
        58   function w indow_OnLo ad()
        59   {
        60           if  (parent & & parent ! = this &&  parent.put Data) {
        61                    pare nt.putData (gTEA);
        62           }
        63   }
        64   window.onl oad = wind ow_OnLoad;