Produced by Araxis Merge on 1/2/2018 11:58:47 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Tue Jan 2 16:58:47 2018 UTC | ||
| 2 | HTRE_P2.zip\src.zip\output\IHTA OLH Files.zip\ihta_admin.zip\register.zip | whd_home.htm | Mon Apr 18 16:27:58 2016 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 182 |
| 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>Reg istration Help</titl e> | |||||
| 5 | ||||||
| 6 | <meta name ="generato r" content ="Adobe Ro boHelp 10" /> | |||||
| 7 | <meta name ="descript ion" conte nt="WebHel p 5.50" /> | |||||
| 8 | </head> | |||||
| 9 | <script s rc="whutil s.js" char set="utf-8 "></script > | |||||
| 10 | <script s rc="whmsg. js" charse t="utf-8"> </script> | |||||
| 11 | <script s rc="whver. js" charse t="utf-8"> </script> | |||||
| 12 | <script la nguage="ja vascript1. 2" src="wh stub.js">< /script><s cript lang uage="java script1.2" src="whst art.js"></ script> | |||||
| 13 | <script la nguage="ja vascript"> | |||||
| 14 | <!-- | |||||
| 15 | var strDef aultTopic = "about:b lank"; | |||||
| 16 | var nWebhe lpNavPaneM ode = 2; // 1: DHTML 2 :PureHTML 3:Noframes et | |||||
| 17 | var strPan eDHTML = "whd_nvp10 .htm"; // whd_nvp10. htm if ta b enabled, whnframe. htm if tab disabled. | |||||
| 18 | var strPan eList = "whgdata/w hnvp30.htm "; | |||||
| 19 | ||||||
| 20 | var strHTM L = ""; | |||||
| 21 | var strPan e = ""; | |||||
| 22 | var nViewF rameType = -1; | |||||
| 23 | ||||||
| 24 | function C MRServer() | |||||
| 25 | { | |||||
| 26 | this.m_c Agents = n ew Array; | |||||
| 27 | } | |||||
| 28 | var cMRSer ver = new CMRServer; | |||||
| 29 | ||||||
| 30 | //figure o ut which m ode is the best | |||||
| 31 | if (!windo w.gAgent) | |||||
| 32 | { | |||||
| 33 | // low end b rowser, we don't eve n try to d etermine i t. | |||||
| 34 | do cument.loc ation = "w hnjs.htm"; | |||||
| 35 | } | |||||
| 36 | else | |||||
| 37 | { | |||||
| 38 | if (!gbNav4& &!gbIE4&&! gbOpera7&& !gbSafari) | |||||
| 39 | docu ment.locat ion = "whn js.htm"; | |||||
| 40 | el se if (gbN av4 && !gb Nav6 && (( gnVerMinor <= 4.06)) ) | |||||
| 41 | docu ment.locat ion = "whn js.htm"; | |||||
| 42 | el se if (gbM ac && gbIE 4 && !gbIE 5) | |||||
| 43 | docu ment.locat ion = "whn js.htm"; | |||||
| 44 | // figure out which mod e is the b est | |||||
| 45 | el se | |||||
| 46 | { | |||||
| 47 | nVie wFrameType =nWebhelpN avPaneMode ; | |||||
| 48 | if ( nWebhelpNa vPaneMode= =1) | |||||
| 49 | { | |||||
| 50 | var gb DHTML=(nWe bhelpNavPa neMode==1) ; | |||||
| 51 | if (gb Nav4&&(gnV erMinor < 4.1)) nViewFra meType = 2 ; | |||||
| 52 | if (gb Nav4&&(gnV erMinor == 4.6)) nViewFra meType = 2 ; | |||||
| 53 | if (gb IE4&&gbDHT ML) nViewFra meType = 1 ; | |||||
| 54 | if (gb IE4&&gbSun OS&&nWebhe lpNavPaneM ode==2) nViewFra meType = 2 ; | |||||
| 55 | if (gb Nav4&&gbSu nOS&&nView FrameType= =2) nViewFra meType = 2 ; | |||||
| 56 | if (gb Nav6&&gbDH TML) nViewFra meType = 1 ; | |||||
| 57 | if (gb Mac) nViewFra meType = 2 ; | |||||
| 58 | if (gb Mac && gbN av6) nViewFra meType = 1 ; | |||||
| 59 | if (gb Safari3) nViewFra meType = 1 ; | |||||
| 60 | } | |||||
| 61 | } | |||||
| 62 | } | |||||
| 63 | ||||||
| 64 | if (nViewF rameType!= -1) | |||||
| 65 | { | |||||
| 66 | va r gbWindow s = ((gAge nt.indexOf ("win") != -1) || (g Agent.inde xOf("16bit ") != -1)) ; | |||||
| 67 | // The colord epth of th e 16 color on Window s is 1. | |||||
| 68 | if ((gbWindo ws) && (gb Nav4) && ( window.scr een) && (w indow.scre en.colorDe pth <= 4)) | |||||
| 69 | { | |||||
| 70 | alert("We bHelp has detected t hat your d isplay is set to 16 colors. Fo r full Web Help suppo rt, please set your display to use 256 o r more col ors."); | |||||
| 71 | nViewFram eType = 2; | |||||
| 72 | } | |||||
| 73 | ||||||
| 74 | // figure out which one is navpan e | |||||
| 75 | if (nViewFra meType == 1) | |||||
| 76 | strP ane = strP aneDHTML; | |||||
| 77 | el se | |||||
| 78 | strP ane = strP aneList; | |||||
| 79 | ||||||
| 80 | st rDefaultTo pic = gsTo pic; | |||||
| 81 | if (th is.cMRServ er && cMRS erver.m_st rVersion) | |||||
| 82 | { | |||||
| 83 | if ( cMRServer. m_strURLTo pic); | |||||
| 84 | { | |||||
| 85 | strDef aultTopic = cMRServe r.m_strURL Topic; | |||||
| 86 | } | |||||
| 87 | } | |||||
| 88 | ||||||
| 89 | if (nV iewFrameTy pe == 1) | |||||
| 90 | { | |||||
| 91 | //DH TML (ifram e or xml b ased) | |||||
| 92 | strH TML += "<f rameset i d=\"whPfse t\" cols=\ "260,*\" f rameborder =\"1\">"; | |||||
| 93 | strH TML += "<f rame name= \"bsscleft \" title=\ "navigatio n frame\" src=\"" + strPane + "\" scroll ing=\"no\" ></frame>" ; | |||||
| 94 | strH TML += "<f rame name= \"bsscrigh t\" title= \"topic fr ame\" src= \"" + strD efaultTopi c + "\" sc rolling=\" auto\"></f rame></fra meset>"; | |||||
| 95 | } | |||||
| 96 | el se if (nVi ewFrameTyp e == 2) | |||||
| 97 | { | |||||
| 98 | //ge neric html (pure htm l based) | |||||
| 99 | strH TML += "<f rameset i d=\"whPfse t\" cols=\ "260,*\">" ; | |||||
| 100 | strH TML += "<f rame title =\"navigat ion frame\ " src=\"" + strPane + "\" name =\"bssclef t\" scrol ling=\"no\ "></frame> "; | |||||
| 101 | strH TML += "<f rame title =\"topic f rame\" src =\"" + str DefaultTop ic + "\" n ame=\"bssc right\" sc rolling=\" auto\"></f rame>"; | |||||
| 102 | strH TML += "</ frameset>" ; | |||||
| 103 | } | |||||
| 104 | el se if (nVi ewFrameTyp e == 3) | |||||
| 105 | { | |||||
| 106 | //no navipane at all | |||||
| 107 | strH TML += "<f rameset i d=\"whPfse t\" border =\"0\" col s=\"100%,* \">"; | |||||
| 108 | strH TML += "<f rame title =\"topic f rame\" src =\"" + str DefaultTop ic + "\" n ame=\"bssc right\" fr amespacing =\"0\" fra meborder=\ "0\" borde r=\"0\" sc rolling=\" auto\">"; | |||||
| 109 | strH TML += "</ frameset>" ; | |||||
| 110 | } | |||||
| 111 | ||||||
| 112 | do cument.wri te(strHTML ); | |||||
| 113 | ||||||
| 114 | ||||||
| 115 | re gisterList ener2(wind ow, WH_MSG _SHOWPANE) ; | |||||
| 116 | re gisterList ener2(wind ow, WH_MSG _HIDEPANE) ; | |||||
| 117 | re gisterList ener2(wind ow, WH_MSG _ISPANEVIS IBLE); | |||||
| 118 | wi ndow.onunl oad = wind ow_unload; | |||||
| 119 | } | |||||
| 120 | ||||||
| 121 | function w indow_unlo ad() | |||||
| 122 | { | |||||
| 123 | un registerLi stener2(wi ndow, WH_M SG_SHOWPAN E); | |||||
| 124 | un registerLi stener2(wi ndow, WH_M SG_HIDEPAN E); | |||||
| 125 | un registerLi stener2(wi ndow, WH_M SG_ISPANEV ISIBLE); | |||||
| 126 | } | |||||
| 127 | ||||||
| 128 | /*function onGetPane Info() | |||||
| 129 | { | |||||
| 130 | if(oMs g && oMsg. oParam) | |||||
| 131 | { | |||||
| 132 | va r onMsg = new whMess age(WH_MSG _PANEINFO, null, oMs g.oParam); | |||||
| 133 | noti fy(onMsg); | |||||
| 134 | } | |||||
| 135 | } | |||||
| 136 | ||||||
| 137 | function o nReceiveNo tification (oMsg) | |||||
| 138 | { | |||||
| 139 | va r nMsgId = oMsg.msgI d; | |||||
| 140 | if (nMsgId = = WH_MSG_S HOWPANE) | |||||
| 141 | { | |||||
| 142 | getE lement("wh Pfset").co ls = "260, *"; | |||||
| 143 | var onMsg = ne w whMessag e(WH_MSG_P ANESTATUE, "visible" , null); | |||||
| 144 | noti fy(onMsg); | |||||
| 145 | onMs g = new wh Message(WH _MSG_GETPA NEINFO, "" , null); | |||||
| 146 | re quest(oMsg , onGetPan eInfo); | |||||
| 147 | retu rn false; | |||||
| 148 | } | |||||
| 149 | el se if (nMs gId == WH_ MSG_HIDEPA NE) | |||||
| 150 | { | |||||
| 151 | getE lement("wh Pfset").co ls = "0,*" ; | |||||
| 152 | var onMsg = ne w whMessag e(WH_MSG_P ANESTATUE, "invisibl e", null); | |||||
| 153 | noti fy(onMsg); | |||||
| 154 | onMs g = new wh Message(WH _MSG_PANEI NFO, "",nu ll); | |||||
| 155 | noti fy(onMsg); | |||||
| 156 | retu rn false; | |||||
| 157 | } | |||||
| 158 | re turn true; | |||||
| 159 | } | |||||
| 160 | ||||||
| 161 | function o nReceiveRe quest(oMsg ) | |||||
| 162 | { | |||||
| 163 | if (oM sg.msgId = = WH_MSG_I SPANEVISIB LE) | |||||
| 164 | { | |||||
| 165 | var n = parseI nt(getElem ent("whPfs et").cols) ; | |||||
| 166 | if ( n > 0) | |||||
| 167 | { | |||||
| 168 | oMsg.o Param.bVis ible = tru e; | |||||
| 169 | reply(oM sg); | |||||
| 170 | } | |||||
| 171 | retu rn false; | |||||
| 172 | } | |||||
| 173 | return true; | |||||
| 174 | }*/ | |||||
| 175 | //--> | |||||
| 176 | </script> | |||||
| 177 | <body> | |||||
| 178 | <noscript> | |||||
| 179 | <p > It seems javascrip t is disab led in you r browser, please en able it an d reload a gain, or c lick <a hr ef="whnjs. htm">here< /a> to vie w without javascript </p> | |||||
| 180 | </noscript > | |||||
| 181 | </body> | |||||
| 182 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.