File:  [Repository] / ZSQLExtend / zpt / changeVLMATriples.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Feb 9 20:10:42 2005 UTC (19 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
VLMA added and deleted in ZSQLEextend

<html>
<form action="changeVLMATriples" method="post">
  <h1> Add an VLMATripel</h1>
  
  <table>
    <tr>
      <td>Search String</td><td><input size="100" name="searchStatement" tal:attributes="value here/searchStatement"></td>
    </tr>
  </table>
  <h2>Collectionobject</h2>
  <table>
    <tr>
      <td>Subject:</td><td><input size="100" name="cS" tal:attributes="value python:here.getCollectionObject('subject')"></td>
    </tr> 	
    <tr>
      <td>Subject field:</td><td><input size="100" name="cSF" tal:attributes="value python:here.getCollectionObject('subjectField')"></td>
    </tr>
    <tr>
      <td>Object:</td><td><input size="100" name="cO" tal:attributes="value python:here.getCollectionObject('object')"></td>
    </tr>
    <tr>
       <td>Object field:</td><td><input size="100" name="cOF" tal:attributes="value python:here.getCollectionObject('objectField')"></td>
   </tr>
  </table>
 <h2><i>Imageobject (optional)</i></h2>
  <table>
    <tr>
      <td>Subject:</td><td><input size="100" name="iS" tal:attributes="value python:here.getImageObject('subject')" ></td>
    </tr> 	
    <tr>
      <td>Subject field:</td><td><input size="100" name="iSF" tal:attributes="value python:here.getImageObject('subjectField')" ></td>
    </tr>
     <tr>
      <td>Object:</td><td><input size="100" name="iO" tal:attributes="value python:here.getImageObject('object')" ></td>
    </tr>
    <tr>
       <td>Object field:</td><td><input size="100" name="iOF" tal:attributes="value python:here.getImageObject('objectField')"></td>
   </tr>
  </table>

  <h2><i>Thumbnails (optional)</i></h2>
  <table>
    <tr>
      <td>Subject:</td><td><input size="100" name="tS" tal:attributes="value python:here.getThumbObject('subject')" ></td>
    </tr> 	
    <tr>
      <td>Subject field:</td><td><input size="100" name="tSF" tal:attributes="value python:here.getThumbObject('subjectField')"></td>
    </tr>
     <tr>
      <td>Object:</td><td><input size="100" name="tO" tal:attributes="value python:here.getThumbObject('object')" ></td>
    </tr>
    <tr>
       <td>Object field:</td><td><input size="100" name="tOF"  tal:attributes="value python:here.getThumbObject('objectField')"></td>
   </tr>
  </table>
<input type="submit">
</form>
</html>

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