View | Details | Raw Unified | Return to bug 43961
Collapse All | Expand All

(-)jx/meta.jx (-1 / +7 lines)
Lines 1-5 Link Here
1
<?xml version="1.0"?>
1
<?xml version="1.0"?>
2
<dc:metadata xmlns:dc="http://purl.org/dc/elements/1.1/">
2
<dc:metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
3
  <dc:title>${title}</dc:title>
3
  <dc:title>${title}</dc:title>
4
  <dc:type></dc:type>
4
  <dc:type></dc:type>
5
  <dc:rights>All rights reserved.</dc:rights>
5
  <dc:rights>All rights reserved.</dc:rights>
Lines 16-19 Link Here
16
  <dc:contributor></dc:contributor>
16
  <dc:contributor></dc:contributor>
17
  <dc:source></dc:source>
17
  <dc:source></dc:source>
18
  <dc:format>${mimeType}</dc:format>
18
  <dc:format>${mimeType}</dc:format>
19
  <jx:if test="${dimensions}">
20
    <lenya:meta xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0">
21
      <lenya:width>${dimensions.width}</lenya:width>
22
      <lenya:height>${dimensions.height}</lenya:height>
23
    </lenya:meta>
24
  </jx:if>
19
</dc:metadata>
25
</dc:metadata>

Return to bug 43961