1199. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/5/2017 4:29:36 PM Central 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.

1199.1 Files compared

# Location File Last Modified
1 C:\working_scrub\Unredacted\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-web\src\main\webapp\vhaoi_files\scripts intra_nav_top.js Wed Feb 1 18:37:28 2017 UTC
2 eHX-CIF.zip\eHX-CIF\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-web\src\main\webapp\vhaoi_files\scripts intra_nav_top.js Mon Apr 3 14:20:48 2017 UTC

1199.2 Comparison summary

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

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

1199.4 Active regular expressions

No regular expressions were active.

1199.5 Comparison detail

  1   //  File.. .......... : inter_na v_top.js
  2   //  Descri ption..... : JavaScri pt code fo r top navi gation
  3   //  Versio n......... : 1.1
  4   //  Releas e Date.... : December  19, 2005
  5   /*
  6   Updates
  7           1. 1 - Januar y 10, 2006
  8                    Adde d IFRAME l ayers to p revent sel ect boxes  and embedd ed objects  from show ing throug h the flyo uts 
  9                    when  viewed in  Internet  Explorer.
  10   */
  11   var isIE =  0;
  12   if (naviga tor.appNam e == "Micr osoft Inte rnet Explo rer") {
  13           if  (navigato r.userAgen t.indexOf( "Opera") = =-1 ) {
  14                    isIE  = 1;
  15           }
  16   }
  17  
  18   var flyout Text = '';
  19   flyoutText  = '<ul id ="nav-top" >';
  20   flyoutText  += '<li c lass="wide top"><a hr ef="http:/ /vaww. DNS     /" title=" Veterans A ffairs Int ranet Home  Page" cla ss="wideto p">VA Intr anet Home< /a></li>';
  21   flyoutText  += '<li c lass="narr owtop"><a  href="http ://www. DNS     /about_va/ " title="I nformation  about the  Departmen t of Veter ans Affair s" class=" narrowtop" >About VA< /a></li>';
  22   flyoutText  += '<li c lass="aver agetop"><a  href="htt p://vaww. DNS     /landing_o rganizatio ns.htm" ti tle="Depar tment of V eterans Af fairs Orga nizations"  class="av eragetop"> Organizati ons</a></l i>';
  23   flyoutText  += '<li c lass="aver agetop"><a  href="htt p://vaww. DNS     /directory /" title=" Find a Vet erans Affa irs facili ty" class= "averageto p">Find a  Facility</ a></li>';
  24   flyoutText  += '<li c lass="wide rtop"><a h ref="http: //vaww. DNS     /landing_e mployee.ht m" title=" Resources  for VA emp loyees" cl ass="wider top">Emplo yee Resour ces</a></l i>';
  25  
  26   flyoutText  += '</ul> ';
  27   document.w rite(flyou tText);