22. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/22/2016 4:46:24 PM 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.

22.1 Files compared

# Location File Last Modified
1 TBI_UserInterface.zip\TBI_UserInterface\va_files\scripts inter_nav_top.js Mon Nov 14 15:35:22 2016 UTC
2 TBI_UserInterface.zip\TBI_UserInterface\va_files\scripts inter_nav_top.js Tue Nov 22 01:35:06 2016 UTC

22.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 66
Changed 3 26
Inserted 0 0
Removed 0 0

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

22.4 Active regular expressions

No regular expressions were active.

22.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="narr owtop"><a  href="http ://www. DNS     /" title=" Veterans A ffairs Hom e Page" cl ass="narro wtop">VA H ome</a></l i>';
  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://www. 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>< a href="ht tp://www. DNS     /onlineapp s.htm" cla ss="parent top" title ="Apply On line for V A Services ">Apply On line</a>';
  24   if (isIE)  {
  25           fl youtText + = '<iframe  id="cover er_apply_o nline" fra meborder=" 0" title=" Apply Onli ne drop do wn" src="j avascript:  \'Apply O nline hype rlinks\';"  style="he ight:190px "></iframe >';
  26   }
  27   flyoutText  += '<ul c lass="wide sttop">';
  28   flyoutText  += '<li c lass="wide sttop"><a  href="http :// DNS . DNS     /vonapp/"  class="wid esttop" ta rget="_bla nk" title= "Apply for  compensat ion and pe nsion bene fits - thi s opens in  a new bro wser windo w">Compens ation &amp ; Pension  <img src=" /va_files/ images/new Window.gif " height=" 9" width=" 12" alt="h yperlink o pens in a  new browse r window"  style="bor der:0px">  </a></li>' ;
  29   flyoutText  += '<li c lass="wide sttop"><a  href="http :// DNS . DNS     /vonapp/"  class="wid esttop" ta rget="_bla nk" title= "Apply for  education  benefits  - this ope ns in a ne w browser  window">Ed ucation <i mg src="/v a_files/im ages/newWi ndow.gif"  height="9"  width="12 " alt="hyp erlink ope ns in a ne w browser  window" st yle="borde r:0px"> </ a></li>';
  30   flyoutText  += '<li c lass="wide sttop"><a  href="http s://www. DNS . URL         /sec/vha/1 010ez/" cl ass="wides ttop" titl e="Apply f or health  benefits"> Health Eli gibility</ a></li>';
  31   flyoutText  += '<li c lass="wide sttop"><a  href="http ://www. DNS /" class=" widesttop"  title="In formation  on the My  HealtheVet  program"> My Health< em style=" text-decor ation:unde rline">e</ em>Vet</a> </li>';
  32   flyoutText  += '<li c lass="wide sttop"><a  href="http :// DNS . DNS     /vonapp/"  class="wid esttop" ta rget="_bla nk" title= "Vocationa l Rehabili tation and  Employmen t Service  - this ope ns in a ne w browser  window">Vo cational R ehab &amp;  Employmen t Services  <img src= "/va_files /images/ne wWindow.gi f" height= "9" width= "12" alt=" hyperlink  opens in a  new brows er window"  style="bo rder:0px">  </a></li> ';
  33   flyoutText  += '<li c lass="wide sttop"><a  href="http s:// DNS . DNS     /Autoform/ index.asp"  class="wi desttop" t itle="Life  Insurance ">Life Ins urance</a> </li>';
  34   flyoutText  += '<li c lass="wide sttop"><a  href="http ://www. DNS     /jobs/care er_search. asp" class ="widestto p" title=" Career Sea rch on VA  Jobs">Care er Search< /a></li>';
  35   flyoutText  += '</ul> </li>';
  36   flyoutText  += '<li c lass="narr owtop"><a  href="http ://www. DNS     /directory /" title=" Find a Vet erans Affa irs facili ty" class= "narrowtop ">Location s</a></li> ';
  37   flyoutText  += '<li c lass="aver agetop"><a  href="htt ps:// DNS . DNS     /" title=" Contact th e Departme nt of Vete rans Affai rs" class= "averageto p">Contact  VA</a></l i>';
  38  
  39   flyoutText  += '</ul> ';
  40   document.w rite(flyou tText);
  41  
  42  
  43   /* Custome r Satisfac tion Surve y */
  44   if (window .Poll) {
  45           Po ll();
  46   }