Produced by Araxis Merge on 6/9/2017 3:49:52 PM Eastern Daylight 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 | Fri Jun 9 19:49:52 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-client\src\main\resources\gov\va\nvap\document\xsl\custom | main_html.xsl | Fri Apr 21 20:03:26 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 227 |
| 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 | <?xml | |||||
| 2 | version="1 .0" | |||||
| 3 | ?> | |||||
| 4 | <xsl:style sheet | |||||
| 5 | version="1 .0" | |||||
| 6 | ||||||
| 7 | xmlns:xsl= "http://ww w.w3.org/1 999/XSL/Tr ansform" | |||||
| 8 | xmlns:n3=" http://www .w3.org/19 99/xhtml" | |||||
| 9 | ||||||
| 10 | xmlns:n1=" urn:hl7-or g:v3" | |||||
| 11 | xmlns:n2=" urn:hl7-or g:v3/meta/ voc" | |||||
| 12 | xmlns:voc= "urn:hl7-o rg:v3/voc" | |||||
| 13 | ||||||
| 14 | xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" | |||||
| 15 | xmlns:sect ion="urn:g ov.va.med" | |||||
| 16 | > | |||||
| 17 | ||||||
| 18 | ||||||
| 19 | <!-- Asha Amritraj - Organize Imports fo r the XSL Processor START --> | |||||
| 20 | ||||||
| 21 | <xsl:impor t | |||||
| 22 | href="cust om_cda.xsl " | |||||
| 23 | /> | |||||
| 24 | ||||||
| 25 | <!-- Asha Amritraj - Organize Imports fo r the XSL Processor END --> | |||||
| 26 | ||||||
| 27 | ||||||
| 28 | <xsl:outpu t | |||||
| 29 | method="ht ml" | |||||
| 30 | indent="ye s" | |||||
| 31 | version="4 .01" | |||||
| 32 | ||||||
| 33 | encoding=" ISO-8859-1 " | |||||
| 34 | /> | |||||
| 35 | ||||||
| 36 | ||||||
| 37 | <xsl:templ ate | |||||
| 38 | match="/" | |||||
| 39 | > | |||||
| 40 | ||||||
| 41 | <html> | |||||
| 42 | ||||||
| 43 | <head> | |||||
| 44 | ||||||
| 45 | <xsl:comme nt> | |||||
| 46 | Do NOT edi t this HTM L directly : it was g enerated v ia an XSLT | |||||
| 47 | transforma tion from a CDA Rele ase 2 XML document. | |||||
| 48 | ||||||
| 49 | </xsl:comm ent> | |||||
| 50 | ||||||
| 51 | <title> | |||||
| 52 | ||||||
| 53 | <xsl:value -of | |||||
| 54 | select="$t itle" | |||||
| 55 | /> | |||||
| 56 | ||||||
| 57 | </title> | |||||
| 58 | ||||||
| 59 | <xsl:call- template | |||||
| 60 | name="addC SS" | |||||
| 61 | /> | |||||
| 62 | ||||||
| 63 | </head> | |||||
| 64 | ||||||
| 65 | <body> | |||||
| 66 | ||||||
| 67 | <div | |||||
| 68 | id="custom _cda" | |||||
| 69 | > | |||||
| 70 | ||||||
| 71 | <xsl:apply -templates | |||||
| 72 | select="n1 :ClinicalD ocument" | |||||
| 73 | /> | |||||
| 74 | ||||||
| 75 | </div> | |||||
| 76 | ||||||
| 77 | </body> | |||||
| 78 | ||||||
| 79 | </html> | |||||
| 80 | ||||||
| 81 | </xsl:temp late> | |||||
| 82 | ||||||
| 83 | ||||||
| 84 | <xsl:templ ate | |||||
| 85 | name="addC SS" | |||||
| 86 | > | |||||
| 87 | ||||||
| 88 | <style | |||||
| 89 | type="text /css" | |||||
| 90 | > | |||||
| 91 | ||||||
| 92 | <xsl:text> | |||||
| 93 | #custom_cd a{ | |||||
| 94 | color: # 003366; | |||||
| 95 | backgrou nd-color: #FFFFFF; | |||||
| 96 | font-fam ily: Verda na, Tahoma , sans-ser if; | |||||
| 97 | font-siz e: 10px; | |||||
| 98 | width:83 0px; | |||||
| 99 | } | |||||
| 100 | ||||||
| 101 | #custom_cd a a { | |||||
| 102 | color: # 003366; | |||||
| 103 | backgrou nd-color: #FFFFFF; | |||||
| 104 | } | |||||
| 105 | ||||||
| 106 | #custom_cd a h1 { | |||||
| 107 | font-siz e: 11pt; | |||||
| 108 | font-wei ght: bold; | |||||
| 109 | } | |||||
| 110 | ||||||
| 111 | #custom_cd a h2 { | |||||
| 112 | font-siz e: 10pt; | |||||
| 113 | font-wei ght: bold; | |||||
| 114 | } | |||||
| 115 | ||||||
| 116 | #custom_cd a h3 { | |||||
| 117 | font-siz e: 9pt; | |||||
| 118 | font-wei ght: bold; | |||||
| 119 | } | |||||
| 120 | ||||||
| 121 | #custom_cd a h4 { | |||||
| 122 | font-siz e: 8pt; | |||||
| 123 | font-wei ght: bold; | |||||
| 124 | } | |||||
| 125 | ||||||
| 126 | #custom_cd a div { | |||||
| 127 | width: 1 00%; | |||||
| 128 | } | |||||
| 129 | ||||||
| 130 | #custom_cd a table { | |||||
| 131 | line-hei ght: 10pt; | |||||
| 132 | width: 1 00%; | |||||
| 133 | } | |||||
| 134 | ||||||
| 135 | #custom_cd a tr { | |||||
| 136 | backgrou nd-color: #ffffcc; | |||||
| 137 | } | |||||
| 138 | ||||||
| 139 | #custom_cd a .td_head er_label { | |||||
| 140 | backgrou nd-color: #3399ff; | |||||
| 141 | } | |||||
| 142 | ||||||
| 143 | #custom_cd a .tr_head er { | |||||
| 144 | backgrou nd-color: #CCCCFF; | |||||
| 145 | } | |||||
| 146 | ||||||
| 147 | ||||||
| 148 | #custom_cd a td { | |||||
| 149 | padding: 0.1cm 0.2 cm; | |||||
| 150 | vertical -align: to p; | |||||
| 151 | } | |||||
| 152 | ||||||
| 153 | #custom_cd a th { | |||||
| 154 | backgrou nd-color: #ffd700; | |||||
| 155 | } | |||||
| 156 | ||||||
| 157 | ||||||
| 158 | #custom_cd a .h1cente r { | |||||
| 159 | font-siz e: 11pt; | |||||
| 160 | font-wei ght: bold; | |||||
| 161 | text-ali gn: center ; | |||||
| 162 | width: 1 00%; | |||||
| 163 | } | |||||
| 164 | ||||||
| 165 | #custom_cd a .header_ table{ | |||||
| 166 | border: 1pt inset #00008b; | |||||
| 167 | } | |||||
| 168 | ||||||
| 169 | #custom_cd a .narr_ta ble { | |||||
| 170 | width: 1 00%; | |||||
| 171 | } | |||||
| 172 | ||||||
| 173 | #custom_cd a .narr_tr { | |||||
| 174 | backgrou nd-color: #ffffcc; | |||||
| 175 | } | |||||
| 176 | ||||||
| 177 | #custom_cd a .narr_th { | |||||
| 178 | backgrou nd-color: #ffd700; | |||||
| 179 | } | |||||
| 180 | ||||||
| 181 | #custom_cd a .td_labe l{ | |||||
| 182 | font-wei ght: bold; | |||||
| 183 | color: w hite; | |||||
| 184 | } | |||||
| 185 | ||||||
| 186 | #smenu { | |||||
| 187 | z-inde x: 1; | |||||
| 188 | positi on: absolu te; | |||||
| 189 | top: 4 5px; | |||||
| 190 | left: 685px; | |||||
| 191 | wi dth: 100%; | |||||
| 192 | fl oat: left; | |||||
| 193 | te xt-align: right; | |||||
| 194 | co lor: #000; | |||||
| 195 | } | |||||
| 196 | #menu { | |||||
| 197 | po sition: ab solute; | |||||
| 198 | to p: 45px; | |||||
| 199 | le ft: 0px; | |||||
| 200 | z-inde x: 1; | |||||
| 201 | fl oat: left; | |||||
| 202 | te xt-align: right; | |||||
| 203 | co lor: #000; | |||||
| 204 | li st-style: none; | |||||
| 205 | li ne-height: 1; | |||||
| 206 | } | |||||
| 207 | #TipBox { | |||||
| 208 | di splay: non e; | |||||
| 209 | po sition: ab solute; | |||||
| 210 | fo nt-size: 1 2px; | |||||
| 211 | fo nt-weight: bold; | |||||
| 212 | fo nt-family: verdana; | |||||
| 213 | bo rder: 0px; | |||||
| 214 | pa dding: 15p x; | |||||
| 215 | co lor: black ; | |||||
| 216 | ba ckground-c olor: #FFF FE0; | |||||
| 217 | wi dth:400px; | |||||
| 218 | } | |||||
| 219 | ||||||
| 220 | </xsl:text > | |||||
| 221 | ||||||
| 222 | </style> | |||||
| 223 | ||||||
| 224 | </xsl:temp late> | |||||
| 225 | ||||||
| 226 | ||||||
| 227 | </xsl:styl esheet> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.