21. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/23/2018 8:56:38 AM 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.

21.1 Files compared

# Location File Last Modified
1 TBIeP2_v3.4.16.zip\Registries TBI\TBI_UserInterface\va_files\scripts inter_nav_top.js Wed Apr 18 17:57:03 2018 UTC
2 TBIeP2_v3.4.16.zip\Registries TBI\TBI_UserInterface\va_files\scripts inter_nav_top.js Fri Apr 20 21:05:26 2018 UTC

21.2 Comparison summary

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

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

21.4 Active regular expressions

No regular expressions were active.

21.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.va. gov/" titl e="Veteran s Affairs  Home Page"  class="na rrowtop">V A Home</a> </li>';
  21   flyoutText  += '<li c lass="narr owtop"><a  href="http ://www.va. gov/about_ va/" title ="Informat ion about  the Depart ment of Ve terans Aff airs" clas s="narrowt op">About  VA</a></li >';
  22   flyoutText  += '<li c lass="aver agetop"><a  href="htt p://www.va .gov/landi ng_organiz ations.htm " title="D epartment  of Veteran s Affairs  Organizati ons" class ="averaget op">Organi zations</a ></li>';
  23   flyoutText  += '<li>< a href="ht tp://www.v a.gov/onli neapps.htm " class="p arenttop"  title="App ly Online  for VA Ser vices">App ly Online< /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 ://vabenef its.vba.va .gov/vonap p/" class= "widesttop " target=" _blank" ti tle="Apply  for compe nsation an d pension  benefits -  this open s in a new  browser w indow">Com pensation  &amp; Pens ion <img s rc="/va_fi les/images /newWindow .gif" heig ht="9" wid th="12" al t="hyperli nk opens i n a new br owser wind ow" style= "border:0p x"> </a></ li>';
  29   flyoutText  += '<li c lass="wide sttop"><a  href="http ://vabenef its.vba.va .gov/vonap p/" class= "widesttop " target=" _blank" ti tle="Apply  for educa tion benef its - this  opens in  a new brow ser window ">Educatio n <img src ="/va_file s/images/n ewWindow.g if" height ="9" width ="12" alt= "hyperlink  opens in  a new brow ser window " style="b order:0px" > </a></li >';
  30   flyoutText  += '<li c lass="wide sttop"><a  href="http s:// 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.myh ealth.va.g ov/" class ="widestto p" title=" Informatio n on the M y HealtheV et program ">My Healt h<em style ="text-dec oration:un derline">e </em>Vet</ a></li>';
  32   flyoutText  += '<li c lass="wide sttop"><a  href="http ://vabenef its.vba.va .gov/vonap p/" class= "widesttop " target=" _blank" ti tle="Vocat ional Reha bilitation  and Emplo yment Serv ice - this  opens in  a new brow ser window ">Vocation al Rehab & amp; Emplo yment Serv ices <img  src="/va_f iles/image s/newWindo w.gif" hei ght="9" wi dth="12" a lt="hyperl ink opens  in a new b rowser win dow" style ="border:0 px"> </a>< /li>';
  33   flyoutText  += '<li c lass="wide sttop"><a  href="http s://insura nce.va.gov /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.va. gov/jobs/c areer_sear ch.asp" cl ass="wides ttop" titl e="Career  Search on  VA Jobs">C areer Sear ch</a></li >';
  35   flyoutText  += '</ul> </li>';
  36   flyoutText  += '<li c lass="narr owtop"><a  href="http ://www.va. gov/direct ory/" titl e="Find a  Veterans A ffairs fac ility" cla ss="narrow top">Locat ions</a></ li>';
  37   flyoutText  += '<li c lass="aver agetop"><a  href="htt ps://iris. va.gov/" t itle="Cont act the De partment o f Veterans  Affairs"  class="ave ragetop">C ontact VA< /a></li>';
  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   }