File:  [Repository] / ECHO_content / zpt / importCollection.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Mon Oct 11 13:15:00 2010 UTC (13 years, 8 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
bugs in generate label and title fixed

<h1 tal:replace="structure here/manage_page_header">Header</h1>
<h2>Import a collection from storage</h2>
<form action="" method="post">
<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">
</form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>



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