Produced by Araxis Merge on 1/2/2018 11:57:14 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:57:14 2018 UTC | ||
| 2 | HTRE_P2.zip\src.zip\output\IHTA OLH Files.zip\hdi.zip | whgdhtml.htm | Wed Feb 5 14:58:04 2014 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 150 |
| 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>Glo ssary</tit le> | |||||
| 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 | <body bgco lor=#c0c0c 0 scroll=n o RIGHTMAR GIN=0 BOTT OMMARGIN=0 TOPMARGIN =0 LEFTMAR GIN=0> | |||||
| 10 | <script s rc="whver. js" charse t="utf-8"> </script> | |||||
| 11 | <script s rc="whmoze mu.js" cha rset="utf- 8"></scrip t> | |||||
| 12 | <script s rc="whmsg. js" charse t="utf-8"> </script> | |||||
| 13 | <script s rc="whutil s.js" char set="utf-8 "></script > | |||||
| 14 | <script s rc="whprox y.js" char set="utf-8 "></script > | |||||
| 15 | <script la nguage="ja vascript1. 2"> | |||||
| 16 | <!-- | |||||
| 17 | var gsBgIm age=""; | |||||
| 18 | var gs BgColor="" ; | |||||
| 19 | var goTitl eFont=null ; | |||||
| 20 | ||||||
| 21 | function s etBackgrou nd(sBgImag e) | |||||
| 22 | { | |||||
| 23 | gs BgImage=sB gImage; | |||||
| 24 | } | |||||
| 25 | ||||||
| 26 | function s etBackgrou ndcolor(sB gColor) | |||||
| 27 | { | |||||
| 28 | gs BgColor=sB gColor; | |||||
| 29 | } | |||||
| 30 | ||||||
| 31 | function s etFont(sTy pe, sFontN ame,sFontS ize,sFontC olor,sFont Style,sFon tWeight,sF ontDecorat ion) | |||||
| 32 | { | |||||
| 33 | va r vFont=ne w whFont(s FontName,s FontSize,s FontColor, sFontStyle ,sFontWeig ht,sFontDe coration); | |||||
| 34 | if (sType=="T itle") | |||||
| 35 | goTi tleFont=vF ont; | |||||
| 36 | } | |||||
| 37 | ||||||
| 38 | function g etTermText () | |||||
| 39 | { | |||||
| 40 | va r strStrin g="Term:"; | |||||
| 41 | strString = "Term:"; | |||||
| 42 | re turn strSt ring; | |||||
| 43 | } | |||||
| 44 | ||||||
| 45 | function g etDefiniti onText() | |||||
| 46 | { | |||||
| 47 | va r strStrin g="Definit ion for:"; | |||||
| 48 | strString = "Definit ion:"; | |||||
| 49 | re turn strSt ring; | |||||
| 50 | } | |||||
| 51 | ||||||
| 52 | function g etHTML() | |||||
| 53 | { | |||||
| 54 | va r sHTML="" ; | |||||
| 55 | sH TML+="<P c lass=title ><nobr>&nb sp;" + get TermText() + "</nobr ></p>"; | |||||
| 56 | sH TML+="<ifr ame id=glo ssaryIFram e title=\" glossary t erm\" src= \"whgbody. htm\" widt h=\"100%\" height=\" 50%\" MARG INHEIGHT=0 MARGINWID TH=0></ifr ame>"; | |||||
| 57 | sH TML+="<P c lass=title ><nobr>&nb sp;" + get Definition Text() + " <b i d=Name></b ></nobr></ p>"; | |||||
| 58 | sH TML+="<ifr ame id=def IFrame tit le=\"gloss ary defini tion\" src =\"whgdef. htm\" widt h=100% hei ght=50% MA RGINHEIGHT =0 MARGINW IDTH=0></i frame>"; | |||||
| 59 | re turn sHTML ; | |||||
| 60 | } | |||||
| 61 | ||||||
| 62 | function w riteStyle( ) | |||||
| 63 | { | |||||
| 64 | va r sStyle=" <style typ e='text/cs s'>"; | |||||
| 65 | sS tyle+="p.t itle {" + getFontSty le(goTitle Font) + "m argin-top: 4;margin-b ottom:4}\n "; | |||||
| 66 | if (gsBgImag e) | |||||
| 67 | sSty le+="body {border-to p:"+gsBgCo lor+" 1px solid;}\n" ; | |||||
| 68 | el se | |||||
| 69 | sSty le+="body {border-to p:black 1p x solid;}\ n"; | |||||
| 70 | sS tyle+="</s tyle>"; | |||||
| 71 | do cument.wri te(sStyle) ; | |||||
| 72 | } | |||||
| 73 | ||||||
| 74 | ||||||
| 75 | function w indow_OnRe size() | |||||
| 76 | { | |||||
| 77 | se tIFrameHei ght(); | |||||
| 78 | } | |||||
| 79 | ||||||
| 80 | function w indow_OnLo ad() | |||||
| 81 | { | |||||
| 82 | if (gsBgImage &&gsBgImag e.length>0 ) | |||||
| 83 | docu ment.body. background =gsBgImage ; | |||||
| 84 | if (gsBgColor &&gsBgColo r.length>0 ) | |||||
| 85 | docu ment.body. bgColor=gs BgColor; | |||||
| 86 | se tIFrameHei ght(); | |||||
| 87 | } | |||||
| 88 | ||||||
| 89 | function s etIFrameHe ight() | |||||
| 90 | { | |||||
| 91 | va r tH=0; | |||||
| 92 | if (gbNav6 || gbSafari) | |||||
| 93 | { | |||||
| 94 | tH=p arseInt(wi ndow.inner Height)-30 ; | |||||
| 95 | } | |||||
| 96 | el se | |||||
| 97 | { | |||||
| 98 | tH=p arseInt(do cument.bod y.clientHe ight)-4; | |||||
| 99 | } | |||||
| 100 | ||||||
| 101 | va r oEle=get Element("g lossaryIFr ame"); | |||||
| 102 | if (oEle) | |||||
| 103 | { | |||||
| 104 | tH=t H-2*parseI nt(oEle.of fsetTop); | |||||
| 105 | if(t H>0) | |||||
| 106 | { | |||||
| 107 | oEle.s tyle.heigh t=Math.flo or(tH*.6); | |||||
| 108 | var oE leDef=getE lement("de fIFrame"); | |||||
| 109 | if(oEl eDef) | |||||
| 110 | { | |||||
| 111 | oEleDef. style.heig ht=tH-pars eInt(oEle. style.heig ht); | |||||
| 112 | } | |||||
| 113 | } | |||||
| 114 | } | |||||
| 115 | } | |||||
| 116 | ||||||
| 117 | function w indow_Unlo ad() | |||||
| 118 | { | |||||
| 119 | un registerLi stener2(WH _MSG_SHOWG LODEF); | |||||
| 120 | } | |||||
| 121 | ||||||
| 122 | function o nReceiveNo tification (oMsg) | |||||
| 123 | { | |||||
| 124 | if (oMsg.msgI d == WH_MS G_SHOWGLOD EF) | |||||
| 125 | { | |||||
| 126 | if(g etElement( "Name")) | |||||
| 127 | getEle ment("Name ").innerHT ML=oMsg.iP aram.sName ; | |||||
| 128 | retu rn true; | |||||
| 129 | } | |||||
| 130 | } | |||||
| 131 | ||||||
| 132 | if(window. gbWhVer&&w indow.gbWh Msg&&windo w.gbWhUtil &&window.g bWhProxy) | |||||
| 133 | { | |||||
| 134 | go TitleFont= new whFont ("Microsof t Sans Ser if","9pt", "#000000", "normal"," normal","n one"); | |||||
| 135 | se tFont("Tit le", "Aria l","9pt"," #000000"," normal","n ormal","no ne"); | |||||
| 136 | ||||||
| 137 | ||||||
| 138 | wi ndow.onres ize=window _OnResize; | |||||
| 139 | wi ndow.onloa d=window_O nLoad; | |||||
| 140 | wi ndow.onunl oad=window _Unload; | |||||
| 141 | re gisterList ener2(WH_M SG_SHOWGLO DEF); | |||||
| 142 | wr iteStyle() ; | |||||
| 143 | do cument.wri te(getHTML ()); | |||||
| 144 | } | |||||
| 145 | else | |||||
| 146 | do cument.loc ation.relo ad(); | |||||
| 147 | //--> | |||||
| 148 | </script> | |||||
| 149 | </body> | |||||
| 150 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.