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

version 1.3, 2010/10/11 13:15:00 version 1.4, 2012/01/03 13:02:30
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" enctype="multipart/form-data">
 <table>  <table>
 <tr>  <tr>
 <td>  <td>
Line 10 Line 10
 </td>  </td>
 </tr>  </tr>
 <tr>  <tr>
   <td>
   <div class="form-label">or File with path to the local path to the folders to be imported</div>
   </td>
   <td><input type="file" name="folderListFile" size="50">
   </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  <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).  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>  </p>
Line 35  replace part of path by /mpiwg/online/pe Line 42  replace part of path by /mpiwg/online/pe
 <td>  <td>
 <div class="form-label">Viewer Url</div>  <div class="form-label">Viewer Url</div>
 </td>  </td>
 <td><input name="viewerUrl" size="50" value="ISMIdocuViewNew?url=%s&viewMode=images&pn=1&tocMode=thumbs&tocPN=1&query=&queryType=&searchPN=1">  <td><input name="viewerUrl" size="50" value="/ECHOIsmiDocuViewNew?url=%s&pn=1&mode=imagepath">
 </td>  </td>
 </tr>  </tr>
 <tr>  <tr>
 <td>  <td>
 <div class="form-label">Metadata Url</div>  <div class="form-label">Metadata Url</div>
 </td>  </td>
 <td><input name="metaDataUrl" size="50" value="http://content.mpiwg-berlin.mpg.de">  <td><input name="metaDataUrl" size="50" value="http://nausikaa2.mpiwg-berlin.mpg.de/digitallibrary/servlet/Texter?fn=">
 </td>  </td>
 </tr>  </tr>
 </table>  </table>

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


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