Produced by Araxis Merge on 12/4/2017 8:32:30 AM Central 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 | VCCM.zip\VCCM\CRM_solutions\FTPResources\source\WebResources\tri_FTPChartElements\Elements | Main.html | Thu Nov 30 12:26:34 2017 UTC |
| 2 | VCCM.zip\VCCM\CRM_solutions\FTPResources\source\WebResources\tri_FTPChartElements\Elements | Main.html | Thu Nov 30 16:39:58 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 322 |
| Changed | 1 | 12 |
| Inserted | 0 | 0 |
| 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><hea d> | |
| 2 | <m eta http-e quiv="X-UA -Compatibl e" content ="IE=edge" > | |
| 3 | <sty le> | |
| 4 | .body{ | |
| 5 | width:10 0%; | |
| 6 | height:1 00%; | |
| 7 | position :absolute: | |
| 8 | top:0; | |
| 9 | left:0; | |
| 10 | } | |
| 11 | .leftd iv{ | |
| 12 | width:50 %; | |
| 13 | position :absolute; | |
| 14 | left:0; | |
| 15 | ||
| 16 | height:1 00%; | |
| 17 | } | |
| 18 | ||
| 19 | .right div{ | |
| 20 | width:50 %; | |
| 21 | position :absolute; | |
| 22 | right:0% ; | |
| 23 | ||
| 24 | height:1 00%; | |
| 25 | } | |
| 26 | ||
| 27 | .frame div{ | |
| 28 | width:95 %; | |
| 29 | height: 27%; | |
| 30 | margin:a uto; | |
| 31 | margin-t op:5%; | |
| 32 | margin-b ottom:5%; | |
| 33 | } | |
| 34 | ||
| 35 | .frame { | |
| 36 | width:10 0%; | |
| 37 | height:1 00%; | |
| 38 | } | |
| 39 | ||
| 40 | .ndiv{ | |
| 41 | width:95 %; | |
| 42 | height: 58.75%; | |
| 43 | margin:a uto; | |
| 44 | margin-t op:5%; | |
| 45 | margin-b ottom:4.5% ; | |
| 46 | } | |
| 47 | ||
| 48 | .pdiv{ | |
| 49 | width:98 .5%; | |
| 50 | height: 50%; | |
| 51 | margin:a uto; | |
| 52 | margin-t op:5%; | |
| 53 | margin-b ottom:5%; | |
| 54 | position : absolute ; | |
| 55 | top:97%; | |
| 56 | } | |
| 57 | </st yle> | |
| 58 | ||
| 59 | ||
| 60 | ||
| 61 | <scr ipt src="j query.js" type="text /javascrip t"></scrip t> | |
| 62 | ||
| 63 | <scr ipt> | |
| 64 | //de bugger; | |
| 65 | ||
| 66 | ||
| 67 | var noteUr l= "https: //qacrmdac .np.crm.vr m.vba. DNS /WebParts/ Notes/1.0/ FtPCRM/"; | |
| 68 | var ordUrl = "https:/ /qacrmdac. np.crm.vrm .vba. DNS /WebParts/ Orders/1.0 /FtPCRM/"; | |
| 69 | var appUrl = "https:/ /qacrmdac. np.crm.vrm .vba. DNS /WebParts/ Appointmen ts/1.0/FtP CRM/"; | |
| 70 | var postUr l= "https: //qacrmdac .np.crm.vr m.vba. DNS /WebParts/ Postings/1 .0/FtPCRM/ "; | |
| 71 | var medUrl = "https:/ /qacrmdac. np.crm.vrm .vba. DNS /WebParts/ Medication s/1.0/FtPC RM/"; | |
| 72 | var probUr l= "https: //qacrmdac .np.crm.vr m.vba. DNS /WebParts/ Problems/1 .0/FtPCRM/ "; | |
| 73 | ||
| 74 | $(do cument).re ady(functi on(){ | |
| 75 | ||
| 76 | $.ur lParam = f unction(na me){ | |
| 77 | var re sults = ne w RegExp(' [\?&]' + n ame + '=([ ^&#]*)').e xec(window .location. href); | |
| 78 | if (re sults==nul l){ | |
| 79 | return n ull; | |
| 80 | } | |
| 81 | else{ | |
| 82 | return r esults[1] || 0; | |
| 83 | } | |
| 84 | } | |
| 85 | //de bugger; | |
| 86 | var id = $.url Param('Dat a'); | |
| 87 | note Url += ""+ id +"?noF ilter=true "; | |
| 88 | ordU rl += ""+ id +"?noFi lter=true" ; | |
| 89 | appU rl += ""+ id +"?noFi lter=true" ; | |
| 90 | post Url += ""+ id +"?noF ilter=true "; | |
| 91 | medU rl += ""+ id +"?noFi lter=true" ; | |
| 92 | prob Url += ""+ id +"?noF ilter=true "; | |
| 93 | ||
| 94 | ||
| 95 | ||
| 96 | $('# noteframe' ).attr('sr c', noteUr l); | |
| 97 | $('# ordframe') .attr('src ', ordUrl) ; | |
| 98 | $('# apptframe' ).attr('sr c', appUrl ); | |
| 99 | $('# postframe' ).attr('sr c', postUr l); | |
| 100 | $('# medframe') .attr('src ', medUrl) ; | |
| 101 | $('# probframe' ).attr('sr c', probUr l); | |
| 102 | ||
| 103 | }); | |
| 104 | ||
| 105 | </sc ript> | |
| 106 | ||
| 107 | <m eta charse t="utf-8"> </head> | |
| 108 | ||
| 109 | <b ody> | |
| 110 | ||
| 111 | <div class="bo dy" id="bo dy"> | |
| 112 | ||
| 113 | <div class="le ftdiv" id= "leftdiv"> | |
| 114 | <!--No tes Appoin tments Med s--> | |
| 115 | <div c lass="fram ediv" id=" meddiv"> | |
| 116 | <!--Medi cations--> | |
| 117 | <iframe title="iFr ame for Ve teran Medi cations" c lass="fram e" id="med frame" src ="URL"></i frame> | |
| 118 | </div> | |
| 119 | ||
| 120 | <div c lass="fram ediv" id=" apptdiv"> | |
| 121 | <!--Appo intments-- > | |
| 122 | <iframe title="iFr ame for Ve teran Appo intments" class="fra me" id="ap ptframe" s rc="URL">< /iframe> | |
| 123 | </div> | |
| 124 | <div c lass="fram ediv" id=" orderdiv"> | |
| 125 | ||
| 126 | <!--Orde rs--> | |
| 127 | <iframe title="iFr ame for Or ders" clas s="frame" id="ordfra me" src="U RL"></ifra me> | |
| 128 | </div> | |
| 129 | ||
| 130 | ||
| 131 | </di v> | |
| 132 | ||
| 133 | <div class="ri ghtdiv" id ="rightdiv "> | |
| 134 | <!--Or ders Posti ngs Proble ms--> | |
| 135 | ||
| 136 | <div c lass="ndiv " id="note div"> | |
| 137 | <!--Note s--> | |
| 138 | <iframe title="iFr ame for Ve teran Note s" class=" frame" id= "noteframe " src="URL "></iframe > | |
| 139 | </div> | |
| 140 | ||
| 141 | ||
| 142 | ||
| 143 | <div c lass="fram ediv" id=" probdiv"> | |
| 144 | <!--Prob lems--> | |
| 145 | <iframe title="iFr ame for Ve teran Prob lems" clas s="frame" id="probfr ame" src=" URL"></ifr ame> | |
| 146 | </div> | |
| 147 | ||
| 148 | </di v> | |
| 149 | ||
| 150 | </di v> | |
| 151 | ||
| 152 | <div class="pd iv" id="po stdiv"> | |
| 153 | <!--Post ings--> | |
| 154 | <iframe title="iFr ame for Ve teran Post ings" clas s="frame" id="postfr ame" src=" URL"></ifr ame> | |
| 155 | </di v> | |
| 156 | ||
| 157 | ||
| 158 | ||
| 159 | ||
| 160 | ||
| 161 | ||
| 162 | ||
| 163 | ||
| 164 | ||
| 165 | ||
| 166 | ||
| 167 | </body></h tml> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.