Diff for /OSAS/OSA_system/zpt/addText.zpt between versions 1.1 and 1.2

version 1.1, 2004/03/03 13:02:55 version 1.2, 2004/04/14 21:26:23
Line 21  Add Sources<br> Line 21  Add Sources<br>
   
 <h1>Text-Upload</h1>  <h1>Text-Upload</h1>
 <form method="post" action="addText2" enctype="multipart/form-data">  <form method="post" action="addText2" enctype="multipart/form-data">
 <p> Please enter the name, which the image folder shall have at the storage system</p>  <p> Please enter the name, which the text folder shall have at the storage system (e.g. fulltext-01)</p>
 <p><input name="folder_name"/></p>  <p><input name="folder_name"/></p>
 and a short content description  and a short content description
 <p><input name="content_description"/></p>  <p><textarea name="content_description" cols="70" rows="10"></textarea></p>
 <p>File:</p>  <p>File:</p>
 <input type="file" name="fileupload"/>  <input type="file" name="fileupload" size="60"/><br/>
 <input type="submit">  <p>creation-date: <input type="text" name="archive-creation-date" value="12.03.2003" tal:attributes="value here/date"/>
       <p>Creator: <input type="text" name="creator" tal:attributes="value user/getId"/><br/>
   <input type="submit" value="submit">
 </form>  </form>
 </div>  </div>
 </body>  </body>

Removed from v.1.1  
changed lines
  Added in v.1.2


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