Guest User

Untitled

a guest
Jan 14th, 2017
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <ul id="sessionLocation" class="select" default="location.name:pharmacy">
  2. <% locations.sort { ui.format(it) }.each { %>
  3. <li id="${ui.encodeHtmlContent(it.name)}" tabindex="0" value="${it.id}">${ui.encodeHtmlContent(ui.format(it))} </li>
  4. <% } %>
  5. </ul>
Advertisement
Add Comment
Please, Sign In to add comment