Annotation of ECHO_content/zpt/importCollection.zpt, revision 1.3
1.2 dwinter 1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
1.1 dwinter 2: <h2>Import a collection from storage</h2>
3: <form action="" method="post">
1.3 ! dwinter 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 colspan="2"><p>if the beginning of the local path differs from /mpiwg/online/permanent, resp. /mpiwg/online/experimental, indicate here
! 14: the part of the path to be replaced. (i.e. if your local path is /Volumes/experimental_online/xxx, indicate here /Volumes/experimental_online).
! 15: </p>
! 16: </td>
! 17: </tr>
! 18: <tr>
! 19: <td>
! 20: <div class="form-label">Data on experimental:
! 21: replace part of path by /mpiwg/online/experimental</div>
! 22: </td>
! 23: <td><input name="replacePathExperimental" size="50" >
! 24: </td>
! 25: </tr>
! 26: <tr>
! 27: <td>
! 28: <div class="form-label">Data on permanent:
! 29: replace part of path by /mpiwg/online/permanent</div>
! 30: </td>
! 31: <td><input name="replacePathPermanent" size="50" >
! 32: </td>
! 33: </tr>
! 34: <tr>
! 35: <td>
! 36: <div class="form-label">Viewer Url</div>
! 37: </td>
! 38: <td><input name="viewerUrl" size="50" value="ISMIdocuViewNew?url=%s&viewMode=images&pn=1&tocMode=thumbs&tocPN=1&query=&queryType=&searchPN=1">
! 39: </td>
! 40: </tr>
! 41: <tr>
! 42: <td>
! 43: <div class="form-label">Metadata Url</div>
! 44: </td>
! 45: <td><input name="metaDataUrl" size="50" value="http://content.mpiwg-berlin.mpg.de">
! 46: </td>
! 47: </tr>
! 48: </table>
1.1 dwinter 49: <input type="submit">
50: </form>
1.3 ! dwinter 51: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>
! 52:
! 53:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>