Produced by Araxis Merge on 12/7/2018 11:36:01 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 | C:\SCRUB\MHED\MHED\VAR 4.10.0\var-web-release-4.10@e10f18de1ef\veteran-appointment-requests\app\modules\appointments\booked | _booked-appointment-details.html | Mon Oct 22 23:25:20 2018 UTC |
| 2 | C:\MHED-scrubbed\MHED\MHED\VAR 4.10.0\var-web-release-4.10@e10f18de1ef\veteran-appointment-requests\app\modules\appointments\booked | _booked-appointment-details.html | Fri Dec 7 13:07:12 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 172 |
| Changed | 2 | 4 |
| 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 | <div id="a ppointment -details-g roup"> | |
| 2 | <% if (!_.isUnde fined(appo intment.di stanceElig ibleConfir med)) { %> | |
| 3 | <d iv class=" field-set- flex"> | |
| 4 | <div cla ss="field- contain fi eld-contai n-block"> | |
| 5 | <spa n class="f ield-name mobile-hid den">Date and Time:< /span> | |
| 6 | <spa n class="f ield-value "><%- mome nt(appoint ment.appoi ntmentTime ).format(' dddd, MM/D D/YYYY') % ><br/><%- moment(app ointment.a ppointment Time).form at('HHmm') %> | |
| 7 | <% if (!_. isUndefine d(appointm ent.timeZo ne)) { %> | |
| 8 | <%- ap pointment. timeZone.s ubstring(a ppointment .timeZone. length - 3 , appointm ent.timeZo ne.length) %> | |
| 9 | <% } %> | |
| 10 | <br /> | |
| 11 | <button ty pe="button " id="add- to-calenda r-btn" cla ss="ui-btn ui-btn-in line ui-bt n-a ui-btn -icon-left ui-btn-co rner-all u i-btn-b" | |
| 12 | ic on="" aria -label="Ad d to Calen dar"> | |
| 13 | <span aria -hidden="t rue" role= "presentat ion">Add t o Calendar </span> | |
| 14 | <span clas s="icon-fo nt icon-ca lendar-plu s"></span> | |
| 15 | </button> | |
| 16 | </sp an> | |
| 17 | </div> | |
| 18 | <div cla ss="field- contain fi eld-contai n-block"> | |
| 19 | <spa n class="f ield-name mobile-hid den">Detai ls:</span> | |
| 20 | <spa n class="f ield-value "> | |
| 21 | <span clas s="font-bo ld">Commun ity Appoin tment</spa n><br> | |
| 22 | <% if(appo intment.pr oviderPrac tice !== ' ') { %> | |
| 23 | <%- ap pointment. providerPr actice %>< br> | |
| 24 | <% } %> | |
| 25 | <% if (app ointment.n ame.firstN ame !== '' && appoin tment.name .lastName !== '') { %> | |
| 26 | <%- ap pointment. name.first Name %> <% - appointm ent.name.l astName %> <br> | |
| 27 | <% } %> | |
| 28 | <%- appoin tment.addr ess.street %><br> | |
| 29 | <%- appoin tment.addr ess.city % >, <%- app ointment.a ddress.sta te %> <%- appointmen t.address. zipCode %> <br> | |
| 30 | <%- appoin tment.prov iderPhone %> | |
| 31 | </sp an> | |
| 32 | </div> | |
| 33 | <div cla ss="field- contain fi eld-contai n-block"> | |
| 34 | <div class="cc -cancel-di sclaimer"> | |
| 35 | Need to ca ncel or up date this appointmen t?<br>Plea se contact the provi der direct ly | |
| 36 | </di v> | |
| 37 | </div> | |
| 38 | </ div> | |
| 39 | </div> | |
| 40 | <% } e lse { %> | |
| 41 | <% var appointme ntDateTime = moment( appointmen t.appointm entTime) % > | |
| 42 | <div c lass="fiel d-set-flex "> | |
| 43 | <d iv class=" field-cont ain"> | |
| 44 | <span cl ass="field -name mobi le-hidden" >Date and Time:</spa n> | |
| 45 | <span cl ass="field -value"> | |
| 46 | <spa n aria-hid den="true" ><%- appoi ntmentDate Time.forma t('dddd, M M/DD/YYYY' ) %></span > | |
| 47 | <spa n class="s r-only" ro le="text" aria-label ="Date: <% - appointm entDateTim e.format(' dddd, MM/D D/YYYY') % >">Date: < %- appoint mentDateTi me.format( 'dddd, MM/ DD/YYYY') %></span> | |
| 48 | <br/ > | |
| 49 | <spa n aria-hid den="true" ><%- appoi ntmentDate Time.forma t('HHmm') %></span> | |
| 50 | <spa n class="s r-only" ro le="text" aria-label ="Time: <% - appointm entDateTim e.format(' HHmm').spl it('').joi n(' ') %>" >Time: <%- appointme ntDateTime .format('H Hmm').spli t('').join (' ') %></ span> | |
| 51 | <br> | |
| 52 | <but ton type=" button" id ="add-to-c alendar-bt n" class=" ui-btn ui- btn-inline ui-btn-a ui-btn-ico n-left ui- btn-corner -all ui-bt n-b" | |
| 53 | icon=" " aria-lab el="Add to Calendar" > | |
| 54 | <span aria -hidden="t rue" role= "presentat ion">Add t o Calendar </span> | |
| 55 | <span clas s="icon-fo nt icon-ca lendar-plu s"></span> | |
| 56 | </bu tton> | |
| 57 | </span> | |
| 58 | </ div> | |
| 59 | <d iv class=" field-cont ain"> | |
| 60 | <span cl ass="field -name mobi le-hidden" >Details:< /span> | |
| 61 | <span cl ass="field -value"> | |
| 62 | <%- appointmen t.clinic.f riendlyNam e %><br/> | |
| 63 | <% i f (appoint ment.clini c.clinicFr iendlyName ) { %> | |
| 64 | <%- appoin tment.clin ic.clinicF riendlyNam e %><br/> | |
| 65 | Also calle d: <%- app ointment.c linic.name %><br/> | |
| 66 | <% } else { %> | |
| 67 | <%- appoin tment.clin ic.name %> <br/> | |
| 68 | <% } %> | |
| 69 | <br/ > | |
| 70 | Please arr ive 30 min utes befor e your sch eduled tim e unless o therwise d irected. < a href="ht tps://www. DOMAIN . EX /directory /guide/div ision.asp? dnum=1">VA Facility Locator</a > | |
| 71 | </span> | |
| 72 | </ div> | |
| 73 | <d iv class=" field-cont ain cancel -appt-btn- no-margin- top"> | |
| 74 | <button type="butt on" id="ca ncel-booke d-appointm ent-btn" c lass="canc el-btn ui- btn ui-btn -b ui-btn- inline ui- btn-corner -all cance l-appt-btn -no-margin -top" | |
| 75 | icon="" ar ia-label=" Cancel app ointment"> | |
| 76 | <spa n aria-hid den="true" role="pre sentation" >Cancel Ap pointment< /span> | |
| 77 | </button > | |
| 78 | </ div> | |
| 79 | </div> | |
| 80 | <div c lass="fiel d-set"> | |
| 81 | <% if (!_.is Empty(appo intment.bo okingNote) ) { %> | |
| 82 | <d iv class=" field-cont ain"> | |
| 83 | <span cl ass="field -name">Rea son for Ap pointment: </span> <s pan class= "field-val ue pre-wra p"><%- app ointment.b ookingNote %></span> | |
| 84 | </ div> | |
| 85 | <% } %> | |
| 86 | </div> | |
| 87 | <% } % > | |
| 88 | </div> T |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.