Changeset 541:c4cc01b104d7 in documentViewer for zpt


Ignore:
Timestamp:
Aug 20, 2012, 6:13:56 PM (12 years ago)
Author:
casties
Branch:
default
Message:

better metadata display for index page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zpt/viewer_index.zpt

    r540 r541  
    3333        <h2>Bibliographical information</h2>
    3434        <table border="0"
    35           tal:define="formattedData python:here.metadata.getBibFormattedMetaDataExtended(bibdata=docinfo.get('bib', None))">
     35          tal:define="formattedData python:here.metadata.getBibFormattedMetaDataExtended(bibdata=docinfo.get('bib', None),bibxdata=docinfo.get('bibx', None))">
    3636          <tal:x condition="python:formattedData">
    3737            <!-- wenn es bibinfo in docinfo gibt -->
     
    100100            <tr>
    101101              <td class="type">License:</td>
    102               <td class="content"><a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC-BY-SA</a></td>
     102              <td class="content"><a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC-BY-SA</a> (unless otherwise stated)</td>
    103103            </tr>
    104104          </table>
Note: See TracChangeset for help on using the changeset viewer.