libreccm-legacy/ccm-sci-bundle/web/themes/scicms-default/templates/content-items/address-detail.xml

34 lines
918 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE stylesheet [<!ENTITY nbsp '&#160;'>]>
<content-item-layout>
<article class="address">
<include file="fragments/edit-link.xml"/>
<pre class="addresstext">
<show-property name="address"/>
</pre>
<div class="location">
<span id="postal-code">
<show-property name="postalCode"/>
</span>
<space/>
<span id="city">
<show-property name="city"/>
</span>
</div>
<div class="country">
<show-property name="country"/>
</div>
<include file="fragments/assets/image-attachments.xml"/>
<include file="fragments/assets/notes.xml"/>
<include file="fragments/assets/related-links-and-file-attachments.xml" />
</article>
</content-item-layout>