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 | whfform.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 | 232 |
| 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 dir= "ltr"> | |||||
| 2 | <head> | |||||
| 3 | <meta http -equiv="Co ntent-Type " content= "text/html ; charset= utf-8" /> | |||||
| 4 | <title>Sea rch Form</ 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 | </head> | |||||
| 9 | <style> | |||||
| 10 | <!-- | |||||
| 11 | body {marg in:0;} | |||||
| 12 | --> | |||||
| 13 | </style> | |||||
| 14 | <body bgco lor="#c0c0 c0"> | |||||
| 15 | <script s rc="whver. js" charse t="utf-8"> </script> | |||||
| 16 | <script s rc="whmsg. js" charse t="utf-8"> </script> | |||||
| 17 | <script s rc="whutil s.js" char set="utf-8 "></script > | |||||
| 18 | <script s rc="whprox y.js" char set="utf-8 "></script > | |||||
| 19 | <script s rc="whform .js" chars et="utf-8" ></script> | |||||
| 20 | <script la nguage="ja vascript1. 2"> | |||||
| 21 | <!-- | |||||
| 22 | var gstrIn put = ""; | |||||
| 23 | var gstrSy n = ""; | |||||
| 24 | var nNumRs lt = 0 ; | |||||
| 25 | var gbGive AndSearch = 0; | |||||
| 26 | var strEna bleAndSear ch = "Show results t hat includ e all sear ch words"; | |||||
| 27 | var gbEnab leAndSearc h = 0; | |||||
| 28 | ||||||
| 29 | ||||||
| 30 | function f tsLookup(b CR) | |||||
| 31 | { | |||||
| 32 | if (bCR) | |||||
| 33 | { | |||||
| 34 | var strInput = document. FtsInputFo rm.keyword Field.valu e.toUpperC ase(); | |||||
| 35 | if ( strInput ! = "") { | |||||
| 36 | ||||||
| 37 | var objI nfo = new Object(); | |||||
| 38 | objInfo. strQuery = strInput; | |||||
| 39 | objInfo. ExtraInfo = ''; | |||||
| 40 | ||||||
| 41 | var bEna bleAndSear ch = false ; | |||||
| 42 | ||||||
| 43 | if(gbGiv eAndSearch ) | |||||
| 44 | bEna bleAndSear ch = (docu ment.FtsIn putForm.En ableAndSea rch.checke d == true) ; | |||||
| 45 | objInfo. ExtraInfo = "gbEnab leAndSearc h=" + bEn ableAndSea rch ; | |||||
| 46 | ||||||
| 47 | var oM sg = new w hMessage(W H_MSG_SEAR CHFTSKEY, objInfo, n ull); | |||||
| 48 | notify(o Msg); | |||||
| 49 | gstrInput = strInput ; | |||||
| 50 | } | |||||
| 51 | ||||||
| 52 | if ( gbMac) { | |||||
| 53 | docume nt.FtsInpu tForm.keyw ordField.f ocus(); | |||||
| 54 | } | |||||
| 55 | } | |||||
| 56 | re turn; | |||||
| 57 | } | |||||
| 58 | ||||||
| 59 | function o nGetSearch s(oMsg) | |||||
| 60 | { | |||||
| 61 | if(oMs g.oParam ! = "" && oM sg.oParam. sValue != "- Search -") | |||||
| 62 | { | |||||
| 63 | do cument.Fts InputForm. keywordFie ld.value = oMsg.oPar am.sValue; | |||||
| 64 | gfun LookUp(tru e); | |||||
| 65 | } | |||||
| 66 | } | |||||
| 67 | ||||||
| 68 | function b eforeInit( ) | |||||
| 69 | { | |||||
| 70 | init() ; | |||||
| 71 | va r oParam = new Objec t(); | |||||
| 72 | oP aram.sValu e = ""; | |||||
| 73 | va r oMsg = n ew whMessa ge(WH_MSG_ GETSEARCHS , null, oP aram); | |||||
| 74 | re quest(oMsg , onGetSea rchs); | |||||
| 75 | } | |||||
| 76 | ||||||
| 77 | function w indow_unlo ad() | |||||
| 78 | { | |||||
| 79 | un registerLi stener2(WH _MSG_SHOWT OC); | |||||
| 80 | un registerLi stener2(WH _MSG_SHOWI DX); | |||||
| 81 | un registerLi stener2(WH _MSG_SHOWF TS); | |||||
| 82 | un registerLi stener2(WH _MSG_SHOWG LO); | |||||
| 83 | un registerLi stener2(WH _MSG_SEARC HTHIS); | |||||
| 84 | un registerLi stener2(WH _MSG_BACKU PSEARCH); | |||||
| 85 | un registerLi stener2(WH _MSG_HILIT ESEARCH); | |||||
| 86 | un registerLi stener2(WH _MSG_GETSE ARCHSTR); | |||||
| 87 | un registerLi stener2(WH _MSG_SETSY NSTR); | |||||
| 88 | un registerLi stener2(WH _MSG_SETNU MRSLT); | |||||
| 89 | un registerLi stener2(WH _MSG_GETNU MRSLT); | |||||
| 90 | un registerLi stener2(WH _MSG_GETHI GHLIGHTINF O); | |||||
| 91 | } | |||||
| 92 | ||||||
| 93 | function o nReceiveNo tification (oMsg) | |||||
| 94 | { | |||||
| 95 | if (oM sg.msgId = = WH_MSG_S HOWFTS) | |||||
| 96 | { | |||||
| 97 | docu ment.FtsIn putForm.ke ywordField .focus(); | |||||
| 98 | } | |||||
| 99 | el se if (oMs g.msgId == WH_MSG_SH OWIDX || | |||||
| 100 | oMsg .msgId == WH_MSG_SHO WTOC || | |||||
| 101 | oMsg .msgId == WH_MSG_SHO WGLO) | |||||
| 102 | { | |||||
| 103 | docu ment.FtsIn putForm.ke ywordField .blur(); | |||||
| 104 | } | |||||
| 105 | el se if (oMs g.msgId == WH_MSG_SE ARCHTHIS) | |||||
| 106 | { | |||||
| 107 | if ( oMsg.iPara m != "- Se arch -") | |||||
| 108 | { | |||||
| 109 | docume nt.FtsInpu tForm.keyw ordField.v alue = oMs g.iParam; | |||||
| 110 | gfunLo okUp(true) ; | |||||
| 111 | } | |||||
| 112 | } | |||||
| 113 | el se if(oMsg .msgId == WH_MSG_SET SYNSTR) | |||||
| 114 | { | |||||
| 115 | gstr Syn = oMsg .iParam; | |||||
| 116 | } | |||||
| 117 | el se if(oMsg .msgId == WH_MSG_SET NUMRSLT) | |||||
| 118 | { | |||||
| 119 | nNum Rslt = oMs g.iParam; | |||||
| 120 | } | |||||
| 121 | re turn true; | |||||
| 122 | } | |||||
| 123 | ||||||
| 124 | function o nReceiveRe quest(oMsg ) | |||||
| 125 | { | |||||
| 126 | if (oM sg.msgId = = WH_MSG_B ACKUPSEARC H) | |||||
| 127 | { | |||||
| 128 | if ( gstrInput) | |||||
| 129 | { | |||||
| 130 | oMsg.o Param = gs trInput; | |||||
| 131 | gstrIn put = ""; | |||||
| 132 | gstrSy n = ""; | |||||
| 133 | nNumRs lt = 0 ; | |||||
| 134 | reply( oMsg); | |||||
| 135 | return false; | |||||
| 136 | } | |||||
| 137 | } | |||||
| 138 | el se if (oMs g.msgId == WH_MSG_HI LITESEARCH ) | |||||
| 139 | { | |||||
| 140 | var bHiLite = (document. FtsInputFo rm.HiLite. checked == true); | |||||
| 141 | if ( bHiLite == 1) | |||||
| 142 | oMsg.o Param = tr ue; | |||||
| 143 | else | |||||
| 144 | oMsg.o Param = fa lse; | |||||
| 145 | repl y(oMsg); | |||||
| 146 | retu rn false; | |||||
| 147 | } | |||||
| 148 | el se if (oMs g.msgId == WH_MSG_GE TSEARCHSTR ) | |||||
| 149 | { | |||||
| 150 | oMsg .oParam = ""; | |||||
| 151 | if ( oMsg.oPara m != "- Se arch -") | |||||
| 152 | { | |||||
| 153 | oMsg.o Param = do cument.Fts InputForm. keywordFie ld.value; | |||||
| 154 | oMsg.o Param += " " + gstrS yn; | |||||
| 155 | } | |||||
| 156 | repl y(oMsg); | |||||
| 157 | retu rn false; | |||||
| 158 | } | |||||
| 159 | el se if(oMsg .msgId == WH_MSG_GET NUMRSLT) | |||||
| 160 | { | |||||
| 161 | oMsg .oParam = nNumRslt; | |||||
| 162 | repl y(oMsg); | |||||
| 163 | retu rn false; | |||||
| 164 | } | |||||
| 165 | el se if(oMsg .msgId == WH_MSG_GET HIGHLIGHTI NFO) | |||||
| 166 | { | |||||
| 167 | oMsg.oPa ram.bHighl ight = (do cument.Fts InputForm. HiLite.che cked == tr ue); | |||||
| 168 | oMsg.oPa ram.nResul ts = nNumR slt; | |||||
| 169 | oMsg.oPa ram.strTer ms = docum ent.FtsInp utForm.key wordField. value; | |||||
| 170 | if (oMsg .oParam.st rTerms != "- Search -") | |||||
| 171 | { | |||||
| 172 | oMsg .oParam.st rTerms += " " + gstr Syn; | |||||
| 173 | } | |||||
| 174 | reply(oM sg); | |||||
| 175 | return f alse; | |||||
| 176 | } | |||||
| 177 | re turn true; | |||||
| 178 | } | |||||
| 179 | ||||||
| 180 | if (window .gbWhForm) | |||||
| 181 | { | |||||
| 182 | re gisterList ener2(WH_M SG_SHOWTOC ); | |||||
| 183 | re gisterList ener2(WH_M SG_SHOWIDX ); | |||||
| 184 | re gisterList ener2(WH_M SG_SHOWFTS ); | |||||
| 185 | re gisterList ener2(WH_M SG_SHOWGLO ); | |||||
| 186 | re gisterList ener2(WH_M SG_SEARCHT HIS); | |||||
| 187 | re gisterList ener2(WH_M SG_BACKUPS EARCH); | |||||
| 188 | re gisterList ener2(WH_M SG_HILITES EARCH); | |||||
| 189 | re gisterList ener2(WH_M SG_GETSEAR CHSTR); | |||||
| 190 | re gisterList ener2(WH_M SG_SETSYNS TR); | |||||
| 191 | re gisterList ener2(WH_M SG_SETNUMR SLT); | |||||
| 192 | re gisterList ener2(WH_M SG_GETNUMR SLT); | |||||
| 193 | re gisterList ener2(WH_M SG_GETHIGH LIGHTINFO) ; | |||||
| 194 | gf unLookUp = ftsLookup ; | |||||
| 195 | gf unInit = n ull; | |||||
| 196 | gs trFormName = "FtsInp utForm" | |||||
| 197 | gs Title = "T ype in the word(s) t o search f or:"; | |||||
| 198 | gs Title = "T ype in the word(s) t o search f or:"; | |||||
| 199 | gs HiliteSear chTitle = "Highlight search re sults"; | |||||
| 200 | gs HiliteSear chTitle = "Highlight search re sults"; | |||||
| 201 | gs MaxSearchT itle = "Se arch resul ts per pag e" ; | |||||
| 202 | gs MaxSearchT itle = "Se arch resul ts per pag e"; | |||||
| 203 | se tGoImage1( ""); | |||||
| 204 | ||||||
| 205 | ||||||
| 206 | ||||||
| 207 | ||||||
| 208 | ||||||
| 209 | ||||||
| 210 | se tGoText("G o"); | |||||
| 211 | se tFont("Tit le", "Aria l","9pt"," #000000"," normal","n ormal","no ne"); | |||||
| 212 | ||||||
| 213 | ||||||
| 214 | va r strHilit eSearchSet ting = "en able,yello w,black"; | |||||
| 215 | st rHiliteSea rchSetting = "disabl e,#b2b4bf, black"; | |||||
| 216 | va r searchSe tting = st rHiliteSea rchSetting .match("^( .+),(.+),( .*)$"); | |||||
| 217 | if (searchSet ting != nu ll && sear chSetting[ 1] == "ena ble") | |||||
| 218 | setH ighlightSe arch(true) ; | |||||
| 219 | ||||||
| 220 | setSea rchSetting (gbGiveAnd Search, gb EnableAndS earch, str EnableAndS earch); | |||||
| 221 | ||||||
| 222 | do cument.wri te(getForm HTML("fts" )); | |||||
| 223 | wr iteFormSty le(); | |||||
| 224 | wi ndow.onloa d = before Init; | |||||
| 225 | wi ndow.onunl oad=window _unload; | |||||
| 226 | } | |||||
| 227 | else | |||||
| 228 | do cument.loc ation.relo ad(); | |||||
| 229 | //--> | |||||
| 230 | </script> | |||||
| 231 | </body> | |||||
| 232 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.