File:  [Repository] / OSAS / OSA_system / Attic / index_meta.zpt~
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Oct 1 08:20:47 2003 UTC (20 years, 9 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
New files for upload and editing

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:tal="http://xml.zope.org/namespaces/tal" type="MPIWG">
	<description tal:content="python:here.add_metadata['description']">SHORT SOURCE DESCRIPTION</description>
	<archive-creation-date tal:content="python:here.add_metadata['archive-creation-date']">CREATION DATE</archive-creation-date>
	<name tal:content="python:here.add_metadata['folder_name']">FOLDER NAME</name>
	<archive-path tal:content="python:here.add_metadata['archive-path']+'/'+here.add_metadata['folder_name']">ARCHIVE PATH</archive-path>
	<creator tal:content="python:here.add_metadata['creator']">CREATOR</creator>
	<content-type tal:content="python:here.add_metadata['content-type']">CREATOR</content-type>
	<meta tal:condition="python:len(here.metadataprint)>0">
		<bib type="XX" tal:attributes="type python:here.reftype">
		 <span tal:replace="structure python:here.metadataprint"/> 
		</bib>
	</meta>
</resource>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>