Guest User

Untitled

a guest
Apr 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <div class="vcard">
  2. <a class="fn org url" href="<%=h company.web_address %>"><%=h company.name %></a>
  3. <div class="adr">
  4. <div class="street-address"><%=h company.address_line_1 %> <%=h company.address_line_2 %></div>
  5. <span class="locality"><%=h company.city %></span>,
  6. <!-- TODO: Make the title list the full state name. -->
  7. <abbr class="region" title="<%=h company.state %>"><%=h company.state %></abbr>
  8. <span class="postal-code"><%=h company.postal_code %></span>
  9. <div class="country-name"><%=h company.country %></div>
  10. </div>
  11. <div class="tel">
  12. <span class="type">Work</span> <%=h company.office_phone %>
  13. </div>
  14. <div class="tel">
  15. <span class="type">Fax</span> <%=h company.fax %>
  16. </div>
  17. </div>
Add Comment
Please, Sign In to add comment