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

132 lines
4.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE stylesheet [<!ENTITY nbsp '&#160;'>
<!ENTITY shy '&#173;'>
<!ENTITY thinsp '&#8201;'>
<!ENTITY times '&#xD7;'>]>
<content-item-layout>
<article class="image">
<include file="fragments/edit-link.xml"/>
<div class="lead">
<image-description/>
</div>
<div class="image-data">
<table>
<tr>
<th>
<show-text module="image">artist</show-text>
</th>
<td>
<image-artist/>
</td>
</tr>
<tr>
<th>
<show-text module="image">copyright</show-text>
</th>
<td>
<image-copyright/>
</td>
</tr>
<tr>
<th>
<show-text module="image">license</show-text>
</th>
<td>
<image-license/>
</td>
</tr>
<tr>
<th>
<show-text module="image">material</show-text>
</th>
<td>
<image-material/>
</td>
</tr>
<tr>
<th>
<show-text module="image">publishdate</show-text>
</th>
<td>
<image-publishdate>
<date-format default="true">
<iso-date/>
</date-format>
<date-format lang="de">
<day zero="true"/>.&thinsp;
<month-name/>&thinsp;
<year/>
</date-format>
<date-format lang="en">
<month/>/<day/>/<year/>
</date-format>
</image-publishdate>
</td>
</tr>
<tr>
<th>
<show-text module="image">origin</show-text>
</th>
<td>
<image-origin/>
</td>
</tr>
<tr>
<th>
<show-text module="image">original-size</show-text>
</th>
<td>
<image-originalsize/>
</td>
</tr>
<tr>
<th>
<show-text module="image">site</show-text>
</th>
<td>
<image-site/>
</td>
</tr>
<tr>
<th>
<show-text module="image">source</show-text>
</th>
<td>
<image-source/>
</td>
</tr>
<tr>
<th>
<show-text module="image">technique</show-text>
</th>
<td>
<image-technique/>
</td>
</tr>
</table>
<image-url>
<a class="thumbnail">
<show-thumbnail>
<img/>
</show-thumbnail>
</a>
</image-url>
</div>
<include file="fragments/assets/notes.xml"/>
<div class="main">
<image-maintext/>
</div>
<include file="fragments/assets/related-links-and-file-attachments.xml" />
</article>
</content-item-layout>