4406. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:36 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.

4406.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:36 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-web\src\main\webapp\vhaoi_files\scripts intra_nav_top.js Fri Apr 21 20:03:32 2017 UTC

4406.2 Comparison summary

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

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

4406.4 Active regular expressions

No regular expressions were active.

4406.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.va.g ov/" title ="Veterans  Affairs I ntranet Ho me Page" c lass="wide top">VA In tranet Hom e</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://vaww.v a.gov/land ing_organi zations.ht m" title=" Department  of Vetera ns Affairs  Organizat ions" clas s="average top">Organ izations</ a></li>';
        23   flyoutText  += '<li c lass="aver agetop"><a  href="htt p://vaww.v a.gov/dire ctory/" ti tle="Find  a Veterans  Affairs f acility" c lass="aver agetop">Fi nd a Facil ity</a></l i>';
        24   flyoutText  += '<li c lass="wide rtop"><a h ref="http: //vaww.va. gov/landin g_employee .htm" titl e="Resourc es for VA  employees"  class="wi dertop">Em ployee Res ources</a> </li>';
        25  
        26   flyoutText  += '</ul> ';
        27   document.w rite(flyou tText);