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, 5 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minor
getTextXML geaendert

<h1 tal:replace="structure here/manage_page_header">Header</h1>
<h2>Import a collection from storage</h2>
<form action="" method="post" enctype="multipart/form-data">
<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>
<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
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="/ECHOIsmiDocuViewNew?url=%s&pn=1&mode=imagepath">
</td>
</tr>
<tr>
<td>
<div class="form-label">Metadata Url</div>
</td>
<td><input name="metaDataUrl" size="50" value="http://nausikaa2.mpiwg-berlin.mpg.de/digitallibrary/servlet/Texter?fn=">
</td>
</tr>
</table>
<input type="submit">
</form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>



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