Advertisement
Guest User

Untitled

a guest
Jun 28th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <div id="confirmation" class="container">
  2. <span id="confirmation_label" class="title">${ui.message("registrationapp.patient.confirm.label")}</span>
  3. <div class="before-dataCanvas"></div>
  4. <div id="dataCanvas"></div>
  5. <div class="after-data-canvas"></div>
  6. <div id="exact-matches" style="display: none; margin-bottom: 20px">
  7. <span class="field-error">${ui.message("registrationapp.exactPatientFound")}</span>
  8. <ul id="exactPatientsSelect" class="select"></ul>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement