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

version 1.1, 2004/03/03 13:02:55 version 1.2, 2004/03/19 21:28:21
Line 22  string:storage/storefiles?path=/mpiwg">W Line 22  string:storage/storefiles?path=/mpiwg">W
 <div metal:fill-slot="body">  <div metal:fill-slot="body">
 <h2>Edit Index.meta of <span tal:replace="python:here.REQUEST.SESSION['path']"/></h2>  <h2>Edit Index.meta of <span tal:replace="python:here.REQUEST.SESSION['path']"/></h2>
 <form method="post" action="EditIndex2"  enctype="multipart/form-data">  <form method="post" action="EditIndex2"  enctype="multipart/form-data">
 <textarea name="indexmeta" cols=60 rows=50><span tal:replace="python:here.REQUEST.SESSION['indexmeta']"/></textarea>  <textarea name="indexmeta" cols=100 rows=50><span tal:replace="python:here.REQUEST.SESSION['indexmeta']"/></textarea>
 <p>Or upload an xml-file:</p>  <p>Or upload an xml-file:</p>
 <input type="file" name="fileupload"/><br>  <input type="file" name="fileupload"/><br>
 <input type="submit"/>  <input type="submit"/>

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


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