1097. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/2/2018 11:57:03 AM 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.

1097.1 Files compared

# Location File Last Modified
1 Tue Jan 2 16:57:03 2018 UTC
2 HTRE_P2.zip\src.zip\output\IHTA OLH Files.zip\external.zip whd_nvp20.htm Mon Apr 18 14:52:44 2016 UTC

1097.2 Comparison summary

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

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

1097.4 Active regular expressions

No regular expressions were active.

1097.5 Comparison detail

        1   <html>
        2   <head>
        3   <meta http -equiv="Co ntent-Type " content= "text/html ; charset= utf-8" />
        4   <title>nav igation pa ne</title>
        5  
        6   <meta name ="generato r" content ="Adobe Ro boHelp 10"  />
        7   <meta name ="descript ion" conte nt="WebHel p 5.50" />
        8   <script  s rc="whver. js" charse t="utf-8"> </script>
        9   <script  s rc="whmsg. js" charse t="utf-8"> </script>
        10   <script  s rc="whutil s.js" char set="utf-8 "></script >
        11   <script  s rc="whprox y.js" char set="utf-8 "></script >
        12   <script la nguage="ja vascript1. 2">
        13   <!--
        14   var gsInit Pane="toc" ;
        15   var gsCurr entPane="" ;
        16   var gbLoad ing = "unk nown";
        17   var gbTryT ime = 0;
        18   var gbMaxT ryTime = 6 ;
        19   var gbPass Phase0 = 0 ;
        20   var gbretr ied = 0;
        21   var gbmaxr etry = 3;
        22   var gbretr ytime = ne w Array();
        23  
        24   var origWi dth = 0;
        25   var origHe ight = 0;
        26  
        27   gbretrytim e[0]= 5000 ;
        28   gbretrytim e[1]= 3000 0;
        29   gbretrytim e[2]= 6000 0;
        30  
        31   function a ddPane(sNa me, sFile)
        32   {
        33   }
        34  
        35   function s etShowPane (sName)
        36   {
        37           gs InitPane=s Name;
        38   }
        39  
        40     setShowP ane("");
        41  
        42  
        43   function w indow_unlo ad()
        44   {
        45           un registerLi stener2( W H_MSG_SHOW TOC);
        46           un registerLi stener2( W H_MSG_SHOW IDX);
        47           un registerLi stener2( W H_MSG_SHOW FTS);
        48           un registerLi stener2( W H_MSG_SHOW GLO);
        49           un registerLi stener2( W H_MSG_SYNC TOC);
        50           un registerLi stener2( W H_MSG_SEAR CHTHIS);
        51           un registerLi stener2( W H_MSG_GETP ANEINFO);
        52   }
        53  
        54   function o nGetCmd()
        55   {
        56       if(oMs g)
        57       {
        58           va r bHidePan e=false;
        59           if (oMsg.oPar am>0)
        60                    {
        61                             if(oMs g.oParam== 1)
        62                                      gsInitPa ne="toc";
        63                             else i f(oMsg.oPa ram==2)
        64                                      gsInitPa ne="idx";
        65                             else i f(oMsg.oPa ram==3)
        66                                      gsInitPa ne="fts";
        67                             else i f(oMsg.oPa ram==4)
        68                                      gsInitPa ne="glo";
        69                    }
        70                    else  if(oMsg.o Param==0)
        71                    {
        72                             bHideP ane=true;
        73                    }
        74           if  (bHidePan e)
        75                {
        76                         oMsg=new w hMessage(W H_MSG_HIDE PANE,null, null)
        77                         notify(oMs g);
        78                }
        79                else if  (gsInitPan e == "toc" )
        80                {
        81                         oMsg=new w hMessage(W H_MSG_SHOW TOC,null,n ull)
        82                         notify(oMs g);       
        83                }
        84                else if  (gsInitPan e=="idx")
        85                {
        86                         oMsg=new w hMessage(W H_MSG_SHOW IDX,null,n ull)
        87                         notify(oMs g);       
        88                }
        89                else if  (gsInitPan e=="fts")
        90                {
        91                         oMsg=new w hMessage(W H_MSG_SHOW FTS,null,n ull)
        92                         notify(oMs g);       
        93                }
        94                else if  (gsInitPan e=="glo")
        95                {
        96                         oMsg=new w hMessage(W H_MSG_SHOW GLO,null,n ull)
        97                         notify(oMs g);       
        98                }
        99       }
        100   }
        101  
        102   function w indow_OnLo ad()
        103   {
        104           
        105           va r oMsg=new  whMessage (WH_MSG_GE TCMD,null, null);
        106       reques t(oMsg, on GetCmd);
        107   }
        108  
        109   function C heckLoadin gPhase0()
        110   {
        111           if  (!gbPassP hase0) {
        112                    setT imeout("Ch eckLoading Phase0()",  1000);
        113                    docu ment.apple ts[0];
        114                    gbPa ssPhase0 =  1;
        115           }
        116           el se {
        117                    Chec kLoadingPh ase1();
        118           }
        119   }
        120  
        121   function C heckLoadin gPhase1()
        122   {
        123           if  (gbNav4)  {
        124                    if ( "unknown"  == gbLoadi ng && docu ment.ready state < 4)  {
        125                             setTim eout("Chec kLoadingPh ase1()", 1 000);
        126                    }
        127                    else  if ("unkn own" == gb Loading) {
        128                             CheckL oadingPhas e2();
        129                    }
        130           }
        131   }
        132  
        133   function C heckLoadin gPhase2()
        134   {
        135           if  (gbNav4)  {
        136                    gbTr yTime ++;
        137                    if ( "unknown"  == gbLoadi ng) {
        138                             if (gb TryTime <=  gbMaxTryT ime )
        139                                      setTimeo ut("CheckL oadingPhas e2()", 100 0);
        140                             else {
        141                                      if (gnVe rMinor !=  4.60) {
        142                                               alert("Una ble to loa d applet.  If you are  using an  old versio n of Netsc ape, the p refs.js fi le needs t o be edite d.");
        143                                      }
        144                             }        
        145                    }
        146           }
        147   }
        148  
        149   function C heckApplet Loaded()
        150   {
        151           if  (typeof(d ocument.we bhelp) ==  "undefined ")
        152           {
        153                    docu ment.locat ion.reload ();
        154                    if ( gbretried  < gbmaxret ry)
        155                    {
        156                             gbretr ied ++;
        157                             setTim eout("Chec kAppletLoa ded();", g bretrytime [gbretried ]);
        158                    }
        159           }
        160   }
        161  
        162   function r eDo() 
        163   {
        164           if  (innerWid th != orig Width || i nnerHeight  != origHe ight)  
        165           {
        166                    //re loaded app let if nes sary
        167                    gbre tried = 0;
        168  
        169                    if ( gnVerMinor  == 4.60) 
        170                    {
        171                             //relo ad the app let again.
        172                             docume nt.locatio n.reload() ;
        173                             gbretr ied ++;
        174                    }
        175                    setT imeout("Ch eckAppletL oaded();",  gbretryti me[gbretri ed]);
        176           }
        177   }
        178   function o nReceiveRe quest(oMsg )
        179   {
        180       if(oMs g)
        181       {
        182           va r nMsgId =  oMsg.msgI d;
        183           if (nMsgId==W H_MSG_GETP ANEINFO)
        184                    {
        185                             oMsg.o Param=gsCu rrentPane;
        186                reply(oM sg);
        187                             return  false;
        188                    }
        189           re turn true;
        190       }
        191   }
        192   function o nReceiveNo tification (oMsg)
        193   {
        194           if  (oMsg)
        195           {        
        196                    var  nMsgId = o Msg.msgId;
        197                    var  WebHelpApp let = null ;
        198                    if ( gbNav4)
        199                    {
        200                             WebHel pApplet =  document.a pplets["We bHelp"];
        201                             if (!W ebHelpAppl et.Command )
        202                                      document .location= "";
        203                    }
        204                    else
        205                             WebHel pApplet =  WebHelp;
        206  
        207                    
        208                    if ( gbLoading! ="unknown" ||gbNav6)
        209                    {
        210                             if (nM sgId == WH _MSG_SHOWT OC)
        211                             {
        212                                      gsCurren tPane="toc ";
        213                                      WebHelpA pplet .Com mand("Cont ents", nul l);
        214                                      var onMs g=new whMe ssage(WH_M SG_PANEINF O, "toc",  null);
        215                                      notify(o nMsg);
        216                                      onMsg =  new whMess age(WH_MSG _SHOWPANE,  null, nul l);
        217                                      notify(o nMsg);
        218                             }
        219                             else i f (nMsgId  == WH_MSG_ SHOWIDX)
        220                             {
        221                                      gsCurren tPane="idx ";
        222                                      WebHelpA pplet .Com mand("Inde x", null);
        223                                      var onMs g=new whMe ssage(WH_M SG_PANEINF O, "idx",  null);
        224                                      notify(o nMsg);
        225                                      onMsg =  new whMess age(WH_MSG _SHOWPANE,  null, nul l);
        226                                      notify(o nMsg);
        227                             }
        228                             else i f (nMsgId  == WH_MSG_ SHOWFTS)
        229                             {
        230                                      gsCurren tPane="fts ";
        231                                      WebHelpA pplet .Com mand("Sear ch", null) ;
        232                                      var onMs g=new whMe ssage(WH_M SG_PANEINF O, "fts",  null);
        233                                      notify(o nMsg);
        234                                      onMsg =  new whMess age(WH_MSG _SHOWPANE,  null, nul l);
        235                                      notify(o nMsg);
        236                             }
        237                             else i f (nMsgId  == WH_MSG_ SHOWGLO)
        238                             {
        239                                      gsCurren tPane="glo ";
        240                                      WebHelpA pplet .Com mand("Glos sary", nul l);
        241                                      var onMs g=new whMe ssage(WH_M SG_PANEINF O, "glo",  null);
        242                                      notify(o nMsg);
        243                                      onMsg =  new whMess age(WH_MSG _SHOWPANE,  null, nul l);
        244                                      notify(o nMsg);
        245                             }
        246                             else i f (nMsgId  == WH_MSG_ SYNCTOC)
        247                             {
        248                                      gsCurren tPane="toc ";
        249                                      var oTop icParam =  oMsg.iPara m;
        250                                      if (oTop icParam &&  oTopicPar am.aPaths  && oTopicP aram.aPath s.length >  0 && oTop icParam.sP Path)
        251                                      {
        252                                               var sPPath  = _browse rStringToT ext(oTopic Param.sPPa th);
        253                                               var sParam  = "";
        254                                               for (var i  = 0; i <  oTopicPara m.aPaths.l ength; i + +)
        255                                               {
        256                                                       sP aram += oT opicParam. aPaths[i]  + "\r\r";
        257                                               }
        258                                               WebHelpApp let.Comman d("SyncToc ", sPPath,   sParam);
        259                                      }
        260                             }
        261                             else i f(nMsgId== WH_MSG_SEA RCHTHIS)
        262                             {
        263                                      gsCurren tPane="fts ";
        264                                      WebHelpA pplet .Com mand("Sear ch", oMsg. iParam);
        265                                      var onMs g=new whMe ssage(WH_M SG_PANEINF O, "fts",  null);
        266                                      notify(o nMsg);
        267                                      onMsg =  new whMess age(WH_MSG _SHOWPANE,  null, nul l);
        268                                      notify(o nMsg);
        269                             }
        270                    }
        271           }
        272           re turn true;
        273   }
        274  
        275   function o nGetTocPat hs()
        276   {
        277       if(oMs g && oMsg. oParam)
        278       {
        279           va r oTopicPa ram = oMsg .oParam.oT ocInfo;
        280                    if ( oTopicPara m && oTopi cParam.aPa ths && oTo picParam.a Paths.leng th > 0 &&  oTopicPara m.sPPath)
        281                    {
        282                             var sP Path = _br owserStrin gToText(oT opicParam. sPPath);
        283                             var sP aram = "";
        284                             for (v ar i = 0;  i < oTopic Param.aPat hs.length;  i ++)
        285                             {
        286                                      sParam + = oTopicPa ram.aPaths [i] + "\r\ r";
        287                             }
        288                             var We bHelpApple t;
        289                             if (gb Nav4)
        290                                      WebHelpA pplet = do cument.app lets["WebH elp"];
        291                             else
        292                                      WebHelpA pplet = We bHelp;
        293                             WebHel pApplet.Co mmand("Syn cToc", sPP ath,  sPar am);
        294                    }
        295       }
        296   }
        297  
        298   function g etInitTocI nfo()
        299   {
        300           //  send mess age ask fo r the firs t time syn c toc info .
        301           va r oParam =  new Objec t();
        302           oP aram.oTocI nfo = null ;
        303           va r oMsg = n ew whMessa ge(WH_MSG_ GETTOCPATH S, null, o Param);
        304       reques t(oMsg, on GetTocPath s);
        305   }
        306  
        307   if(window. gbWhUtil&& window.gbW hMsg&&wind ow.gbWhVer &&window.g bWhProxy)
        308   {
        309           re gisterList ener2(WH_M SG_SHOWTOC );
        310           re gisterList ener2(WH_M SG_SHOWIDX );
        311           re gisterList ener2(WH_M SG_SHOWFTS );
        312           re gisterList ener2(WH_M SG_SHOWGLO );
        313           re gisterList ener2(WH_M SG_SYNCTOC );
        314           re gisterList ener2(WH_M SG_SEARCHT HIS);
        315           re gisterList ener2(WH_M SG_GETPANE INFO);
        316  
        317           wi ndow.onunl oad = wind ow_unload;
        318           wi ndow.onloa d=window_O nLoad;
        319           wi ndow.onerr or = null;
        320           va r gbWindow s = ((gAge nt.indexOf ("win") !=  -1) || (g Agent.inde xOf("16bit ") != -1)) ;
        321  
        322           if  (gbNav4 & & !gbNav6  && gbWindo ws) {
        323                    setT imeout("Ch eckLoading Phase0()",  1000);
        324           }
        325  
        326           if  (gbNav4) 
        327           {
        328                    orig Width = in nerWidth;
        329                    orig Height = i nnerHeight ;
        330                    onre size = reD o;
        331           }
        332   }
        333   else
        334           do cument.loc ation.relo ad();
        335  
        336   if (window .gbNav6)
        337   {
        338           va r oMsg=new  whMessage (WH_MSG_RE LOADNS6,nu ll,null);
        339           no tify(oMsg) ;
        340   }
        341  
        342   //-->
        343   </script>
        344   </head>
        345   <body topm argin="0"  leftmargin ="0" right margin="0"  bottommar gin="0" bg color="c0c 0c0">
        346   </body>
        347   </html>