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