Changeset 560:04c330b92cab in documentViewer
- Timestamp:
- Oct 1, 2012, 1:33:22 PM (12 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
documentViewer.py
r559 r560 611 611 612 612 # DRI (permanent ID) 613 dri = self.metadataService.getDRI(dom=metaDom, type='escidoc -test')613 dri = self.metadataService.getDRI(dom=metaDom, type='escidoc') 614 614 if dri: 615 615 logging.debug("getDRI: dri=%s"%repr(dri)) -
zpt/viewer_index.zpt
r559 r560 117 117 <td class="type">Copyright:</td> 118 118 <td class="content"><a target="_blank" href="http://www.mpiwg-berlin.mpg.de">Max Planck Institute for the 119 History of Science</a> (unless otherwise stated)</td>119 History of Science</a> (unless stated otherwise)</td> 120 120 </tr> 121 121 <tr> 122 122 <td class="type">License:</td> 123 <td class="content"><a target="_blank" href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC-BY-SA</a> 124 (unless otherwise stated)</td> 123 <td tal:condition="python:docinfo.get('accessType', None) == 'free'" class="content"><a target="_blank" href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC-BY-SA</a> 124 (unless stated otherwise)</td> 125 <td tal:condition="python:docinfo.get('accessType', None) != 'free'" class="content">Internal use only, please contact <a href="mailto:library@mpiwg-berlin.mpg.de">library@mpiwg-berlin.mpg.de</a> 126 (unless stated otherwise)</td> 125 127 </tr> 126 128 </table>
Note: See TracChangeset
for help on using the changeset viewer.