Produced by Araxis Merge on 10/31/2017 2:53:17 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | TBie_Build2_Docs_Code.zip\TBI_UserInterface\va_files\scripts | inter_nav_top.js | Thu Oct 26 02:50:28 2017 UTC |
| 2 | TBie_Build2_Docs_Code.zip\TBI_UserInterface\va_files\scripts | inter_nav_top.js | Tue Oct 31 18:07:09 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 88 |
| Changed | 1 | 4 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 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 & 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:// 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 :// DNS . URL /" 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 ://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 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.