File:  [Repository] / ECHO_content / zpt / importCollection.zpt
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Tue Jan 3 13:02:30 2012 UTC (12 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minor
getTextXML geaendert

    1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
    2: <h2>Import a collection from storage</h2>
    3: <form action="" method="post" enctype="multipart/form-data">
    4: <table>
    5: <tr>
    6: <td>
    7: <div class="form-label">local path to the data</div>
    8: </td>
    9: <td><input name="path" size="50" tal:attributes="value here/path">
   10: </td>
   11: </tr>
   12: <tr>
   13: <td>
   14: <div class="form-label">or File with path to the local path to the folders to be imported</div>
   15: </td>
   16: <td><input type="file" name="folderListFile" size="50">
   17: </td>
   18: </tr>
   19: <tr>
   20: <td colspan="2"><p>if the beginning of the local path differs from /mpiwg/online/permanent, resp. /mpiwg/online/experimental, indicate here
   21: the part of the path to be replaced. (i.e. if your local path is /Volumes/experimental_online/xxx, indicate here /Volumes/experimental_online).
   22: </p>
   23: </td>
   24: </tr>
   25: <tr>
   26: <td>
   27: <div class="form-label">Data on experimental:
   28: replace part of path by /mpiwg/online/experimental</div>
   29: </td>
   30: <td><input name="replacePathExperimental" size="50" >
   31: </td>
   32: </tr>
   33: <tr>
   34: <td>
   35: <div class="form-label">Data on permanent:
   36: replace part of path by /mpiwg/online/permanent</div>
   37: </td>
   38: <td><input name="replacePathPermanent" size="50" >
   39: </td>
   40: </tr>
   41: <tr>
   42: <td>
   43: <div class="form-label">Viewer Url</div>
   44: </td>
   45: <td><input name="viewerUrl" size="50" value="/ECHOIsmiDocuViewNew?url=%s&pn=1&mode=imagepath">
   46: </td>
   47: </tr>
   48: <tr>
   49: <td>
   50: <div class="form-label">Metadata Url</div>
   51: </td>
   52: <td><input name="metaDataUrl" size="50" value="http://nausikaa2.mpiwg-berlin.mpg.de/digitallibrary/servlet/Texter?fn=">
   53: </td>
   54: </tr>
   55: </table>
   56: <input type="submit">
   57: </form>
   58: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>
   59: 
   60: 

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