Produced by Araxis Merge on 5/30/2019 1:49:18 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 | var_web_release_4_18.zip\var_web_release_4_8_ebb0ab2774d.zip\veteran-appointment-requests\app\modules\appointments\booked | _booked-appointment-details.html | Fri May 10 18:55:49 2019 UTC |
| 2 | var_web_release_4_18.zip\var_web_release_4_8_ebb0ab2774d.zip\veteran-appointment-requests\app\modules\appointments\booked | _booked-appointment-details.html | Wed May 29 22:08:01 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 292 |
| 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 | <% if(appo intment.pr oviderPrac tice !== ' ') { %> | |
| 22 | <%- ap pointment. providerPr actice %>< br> | |
| 23 | <% } %> | |
| 24 | <% if (app ointment.n ame.firstN ame !== '' && appoin tment.name .lastName !== '') { %> | |
| 25 | <%- ap pointment. name.first Name %> <% - appointm ent.name.l astName %> <br> | |
| 26 | <% } %> | |
| 27 | <%- appoin tment.addr ess.street %><br> | |
| 28 | <%- appoin tment.addr ess.city % >, <%- app ointment.a ddress.sta te %> <%- appointmen t.address. zipCode %> <br> | |
| 29 | <%- appoin tment.prov iderPhone %> | |
| 30 | </sp an> | |
| 31 | </div> | |
| 32 | <div cla ss="field- contain fi eld-contai n-block"> | |
| 33 | <div class="ca ncel-discl aimer"> | |
| 34 | Need to ca ncel or up date this appointmen t?<br>Plea se contact the provi der direct ly | |
| 35 | </di v> | |
| 36 | </div> | |
| 37 | </ div> | |
| 38 | </div> | |
| 39 | <% } e lse { %> | |
| 40 | <% var appointme ntDateTime = moment( appointmen t.appointm entTime) % > | |
| 41 | <div c lass="fiel d-set-flex "> | |
| 42 | <d iv class=" field-cont ain field- contain-bl ock"> | |
| 43 | <span cl ass="field -name mobi le-hidden" >Date and Time:</spa n> | |
| 44 | <span cl ass="field -value"> | |
| 45 | <spa n aria-hid den="true" ><%- appoi ntmentDate Time.forma t('dddd, M MMM DD, YY YY') %></s pan> | |
| 46 | <spa n class="s r-only" ro le="text" aria-label ="Date: <% - appointm entDateTim e.format(' dddd, MMMM DD, YYYY' ) %>">Date : <%- appo intmentDat eTime.form at('dddd, MMMM DD, Y YYY') %></ span> | |
| 47 | <br/ > | |
| 48 | <spa n aria-hid den="true" ><%- appoi ntmentDate Time.forma t('HHmm') %><% if (a ppointment .timezone) { %> (<%- appointme nt.timezon e %>)<% } %></span> | |
| 49 | <spa n class="s r-only" ro le="text" aria-label ="Time: <% - appointm entDateTim e.format(' HHmm').spl it('').joi n(' ') %> <% if (app ointment.t imezone) { %> <%- ap pointment. timezone % ><% } %>"> Time: <%- appointmen tDateTime. format('HH mm').split ('').join( ' ') %> | |
| 50 | <% if (app ointment.t imezone) { %><%- app ointment.t imezone %> <% } %></s pan> | |
| 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 field- contain-bl ock"> | |
| 60 | <span cl ass="field -name mobi le-hidden" >Details:< /span> | |
| 61 | <span cl ass="field -value"> | |
| 62 | <% i f (!appoin tment.isVi deoAppoint ment) { %> | |
| 63 | <!-- VATS 3/5 digit custom fri endly text only inse rt this fr iendly nam e if not a video app t--> | |
| 64 | <%- appoin tment.clin ic.friendl yName %><b r/> | |
| 65 | <% } %> | |
| 66 | <% i f (appoint ment.isAdh ocAppointm ent) { %> | |
| 67 | <%- appoin tment.prov iderFullNa me %> | |
| 68 | <% } else if ( appointmen t.clinic.c linicFrien dlyName) { %> | |
| 69 | <%- appoin tment.clin ic.clinicF riendlyNam e %><br/> | |
| 70 | Also calle d: <%- app ointment.c linic.name %><br/> | |
| 71 | <% } else { %> | |
| 72 | <%- appoin tment.clin ic.name %> <br/> | |
| 73 | <% } %> | |
| 74 | <br/ > | |
| 75 | <% i f (!appoin tment.isVi deoAppoint ment) { %> | |
| 76 | <!-- only insert thi s reminder if not a video appt --> | |
| 77 | Please arr ive 30 min utes befor e your sch eduled tim e unless o therwise d irected. < a class="e xternal-li nk" href=" https:// DNS . URL /find-loca tions/">VA Facility Locator</a > | |
| 78 | <% } %> | |
| 79 | </span> | |
| 80 | </ div> | |
| 81 | ||
| 82 | <% if (appoi ntment.app ointmentKi nd === 'TR ADITIONAL' ) { %> | |
| 83 | <d iv class=" field-cont ain cancel -appt-btn- no-margin- top"> | |
| 84 | <button type="butt on" id="ca ncel-booke d-appointm ent-btn" | |
| 85 | class="can cel-btn ui -btn ui-bt n-b ui-btn -inline ui -btn-corne r-all canc el-appt-bt n-no-margi n-top" | |
| 86 | icon="" ar ia-label=" Cancel app ointment"> | |
| 87 | <spa n aria-hid den="true" role="pre sentation" >Cancel Ap pointment< /span> | |
| 88 | </button > | |
| 89 | </ div> | |
| 90 | <% } else { %> | |
| 91 | <d iv class=" field-cont ain field- contain-bl ock"> | |
| 92 | <div cla ss="cancel -disclaime r"> | |
| 93 | <p>N eed to can cel or upd ate this a ppointment ?</p> | |
| 94 | <p>P lease cont act the fa cility dir ectly.</p> | |
| 95 | <a class=" external-l ink" href= "https:// DNS . URL /find-loca tions/">VA Facility Locator</a > | |
| 96 | </div> | |
| 97 | </ div> | |
| 98 | <% } %> | |
| 99 | </div> | |
| 100 | <% if (!_.isEmpt y(appointm ent.bookin gNote)) { %> | |
| 101 | <div c lass="fiel d-set"> | |
| 102 | <d iv class=" field-cont ain"> | |
| 103 | <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> | |
| 104 | </ div> | |
| 105 | </div> | |
| 106 | <% } % > | |
| 107 | <% if( appointmen t.appointm entKind == = 'ADHOC' || appoint ment.appoi ntmentKind === 'MOBI LE_ANY') { %> | |
| 108 | <hr /> | |
| 109 | <h2 cl ass="appoi ntment-hea der">Prepa re for and Join this Appointme nt</h2> | |
| 110 | <div c lass="fiel d-set-flex "> | |
| 111 | <d iv class=" field-cont ain field- contain-bl ock"> | |
| 112 | <s pan class= "prepare-j oin-text"> You may jo in your vi deo sessio n 30 minut es before your appoi ntment sta rt time. | |
| 113 | <% if (appoi ntment.isI OSDevice) { %> | |
| 114 | Since yo u are usin g an iOS d evice you must downl oad and in stall VA V ideo Conne ct prior t o joining your sessi on. | |
| 115 | <% } %> | |
| 116 | </ span> | |
| 117 | </ div> | |
| 118 | <d iv class=" field-cont ain field- contain-bl ock"> | |
| 119 | <b utton type ="button" id="join-v vc-btn" cl ass="ui-bt n ui-btn-b ui-btn-in line ui-bt n-corner-a ll | |
| 120 | <% if (appoi ntment.isV ideoApptAc tive) { %> vvc-btn-a ctive <% } else { %> vvc-btn-i nactive <% } %>" | |
| 121 | aria-lab el="Join u sing VA Vi deo Connec t" <% if ( appointmen t.isVideoA pptActive) { %> enab led <% } e lse { %> d isabled <% } %>> | |
| 122 | <s pan aria-h idden="tru e" role="p resentatio n">Join us ing VA Vid eo Connect </span> | |
| 123 | </ button> | |
| 124 | </ div> | |
| 125 | </div> | |
| 126 | <% if (appointme nt.isIOSDe vice) { %> | |
| 127 | <div c lass="fiel d-set"> | |
| 128 | <d iv class=" app-downlo ad-contain er"> | |
| 129 | <a class ="icon-con tainer" hr ef="https: //itunes.a pple.com/u s/app/va-v ideo-conne ct/id12242 50949?mt=8 "> | |
| 130 | <img class="vv c-app-icon " src="app /images/vi deoconnect -144x144.p ng" alt="D ownload on the App S tore"> | |
| 131 | <spa n class="v vc-app-ico n-text"> | |
| 132 | Download o n the App Store<br> | |
| 133 | </sp an> | |
| 134 | </a> | |
| 135 | </ div> | |
| 136 | </div> | |
| 137 | <% } % > | |
| 138 | <% } e lse if (ap pointment. appointmen tKind === 'MOBILE_GF E'){ %> | |
| 139 | <hr /> | |
| 140 | <div c lass="fiel d-set"> | |
| 141 | <d iv class=" field-cont ain"> | |
| 142 | <h2>Join Appointme nt</h2> | |
| 143 | <span>Jo in the vid eo session from the device pro vided by t he VA.</sp an> | |
| 144 | </ div> | |
| 145 | </div> | |
| 146 | <% } % > | |
| 147 | <% } % > | |
| 148 | </div> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.