Diff for /ECHO_content/zpt/importCollection.zpt between versions 1.2 and 1.3

version 1.2, 2005/12/13 12:45:23 version 1.3, 2010/10/11 13:15:00
Line 1 Line 1
 <h1 tal:replace="structure here/manage_page_header">Header</h1>  <h1 tal:replace="structure here/manage_page_header">Header</h1>
 <h2>Import a collection from storage</h2>  <h2>Import a collection from storage</h2>
 <form action="" method="post">  <form action="" method="post">
 <p>Path: <input name="path" size="50" tal:attributes="value here/path"></p>  <table>
   <tr>
   <td>
   <div class="form-label">local path to the data</div>
   </td>
   <td><input name="path" size="50" tal:attributes="value here/path">
   </td>
   </tr>
   <tr>
   <td colspan="2"><p>if the beginning of the local path differs from /mpiwg/online/permanent, resp. /mpiwg/online/experimental, indicate here
   the part of the path to be replaced. (i.e. if your local path is /Volumes/experimental_online/xxx, indicate here /Volumes/experimental_online).
   </p>
   </td>
   </tr>
   <tr>
   <td>
   <div class="form-label">Data on experimental:
   replace part of path by /mpiwg/online/experimental</div>
   </td>
   <td><input name="replacePathExperimental" size="50" >
   </td>
   </tr>
   <tr>
   <td>
   <div class="form-label">Data on permanent:
   replace part of path by /mpiwg/online/permanent</div>
   </td>
   <td><input name="replacePathPermanent" size="50" >
   </td>
   </tr>
   <tr>
   <td>
   <div class="form-label">Viewer Url</div>
   </td>
   <td><input name="viewerUrl" size="50" value="ISMIdocuViewNew?url=%s&viewMode=images&pn=1&tocMode=thumbs&tocPN=1&query=&queryType=&searchPN=1">
   </td>
   </tr>
   <tr>
   <td>
   <div class="form-label">Metadata Url</div>
   </td>
   <td><input name="metaDataUrl" size="50" value="http://content.mpiwg-berlin.mpg.de">
   </td>
   </tr>
   </table>
 <input type="submit">  <input type="submit">
 </form>  </form>
 </body>  <h1 tal:replace="structure here/manage_page_footer">Footer</h1>
 </html>  
   

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


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