File:  [Repository] / ImageArchive / zpt / AddImageCollectionFormMD.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed May 24 09:56:58 2006 UTC (17 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
kofigurierbare version

<html>
  <body>
    <h1> Add an Image Collection Folder</h1>
    <p>In order to work together with a SQL database you also have to add an <em>ImageCollectionConfigSimple</em>
    Object to the Image Collection Folder</p>
    <form action="manage_AddImageCollectionMD" method="get">
       <table>
      <tr>
	<td>ID</td>
	<td><input name="id"/></td>
      </tr>
      <tr>
	<td>Title</td>
	<td><input name="title"/></td>
      </tr>
    <tr>
	<td>Viewerpath path (i.e. path to the images relativ to the <em>Basis for images</em>:</td>
	<td><input size="100" name="ImageViewerPath" value="imageFolder"></td>
      </tr>
      <tr>	
	<td>Server Path:</td>
	<td><input size="100" name="serverPath" value="http://127.0.0.1:8080/zogilib_images"></td>
    </tr>
    <tr>
    <td>Basis for scaled images:</td>
	<td><input size="100" name="destBasis" value="/docuserver/scaled/"></td>
    </tr>
       <tr>
    <td>Basis for images</td>
	<td><input size="100" name="srcBasis" value="/docuserver/images"></td>
    </tr>
	<tr>	
	<td><i>String for Metasearch (optional):</i></td>
	<td><input name="defaultMetaString"></td>
      </tr>
   </table>
   <input type="submit">
   </form>

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