File:  [Repository] / OSAS / OSA_system / zpt / inputRessourceData.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 3 13:02:55 2004 UTC (20 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
moved templates to zpt

<html metal:use-macro="here/main_template/macros/page">
<body metal:fill-slot="body">
<h2>Enter Ressource data of <span tal:replace="here/REQUEST/SESSION/path"/></h2>
<form method="post" action="writeRessourceMetadata">
<h3>Name (required, not change)</h3>
<input type="hidden" name="name" tal:attributes="value python:here.getName()">
<p tal:content="python:here.getName()"/>

<h3>Creation date of the folder (required)</h3>
<p>Date (yyyy-mm-dd):<input type="text" name="date" tal:attributes="value here/getDate"></p>

<h3>Description (required)</h3>
<textarea cols=60 rows=10 name="description">Scanned Document by the DIGIGROUP<<</textarea>

<h3>Creator (required)</h3>
<input type="text" name="creator" tal:attributes="value python:'digigroup'">

<input type="hidden" tal:attributes="value here/REQUEST/SESSION/path" name="path">

<input type="submit">
</form>
</body>
</html>



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