Annotation of ZSQLExtend/zpt/changeVLMATriples.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2: <form action="changeVLMATriples" method="post">
        !             3:   <h1> Add an VLMATripel</h1>
        !             4:   
        !             5:   <table>
        !             6:     <tr>
        !             7:       <td>Search String</td><td><input size="100" name="searchStatement" tal:attributes="value here/searchStatement"></td>
        !             8:     </tr>
        !             9:   </table>
        !            10:   <h2>Collectionobject</h2>
        !            11:   <table>
        !            12:     <tr>
        !            13:       <td>Subject:</td><td><input size="100" name="cS" tal:attributes="value python:here.getCollectionObject('subject')"></td>
        !            14:     </tr>  
        !            15:     <tr>
        !            16:       <td>Subject field:</td><td><input size="100" name="cSF" tal:attributes="value python:here.getCollectionObject('subjectField')"></td>
        !            17:     </tr>
        !            18:     <tr>
        !            19:       <td>Object:</td><td><input size="100" name="cO" tal:attributes="value python:here.getCollectionObject('object')"></td>
        !            20:     </tr>
        !            21:     <tr>
        !            22:        <td>Object field:</td><td><input size="100" name="cOF" tal:attributes="value python:here.getCollectionObject('objectField')"></td>
        !            23:    </tr>
        !            24:   </table>
        !            25:  <h2><i>Imageobject (optional)</i></h2>
        !            26:   <table>
        !            27:     <tr>
        !            28:       <td>Subject:</td><td><input size="100" name="iS" tal:attributes="value python:here.getImageObject('subject')" ></td>
        !            29:     </tr>  
        !            30:     <tr>
        !            31:       <td>Subject field:</td><td><input size="100" name="iSF" tal:attributes="value python:here.getImageObject('subjectField')" ></td>
        !            32:     </tr>
        !            33:      <tr>
        !            34:       <td>Object:</td><td><input size="100" name="iO" tal:attributes="value python:here.getImageObject('object')" ></td>
        !            35:     </tr>
        !            36:     <tr>
        !            37:        <td>Object field:</td><td><input size="100" name="iOF" tal:attributes="value python:here.getImageObject('objectField')"></td>
        !            38:    </tr>
        !            39:   </table>
        !            40: 
        !            41:   <h2><i>Thumbnails (optional)</i></h2>
        !            42:   <table>
        !            43:     <tr>
        !            44:       <td>Subject:</td><td><input size="100" name="tS" tal:attributes="value python:here.getThumbObject('subject')" ></td>
        !            45:     </tr>  
        !            46:     <tr>
        !            47:       <td>Subject field:</td><td><input size="100" name="tSF" tal:attributes="value python:here.getThumbObject('subjectField')"></td>
        !            48:     </tr>
        !            49:      <tr>
        !            50:       <td>Object:</td><td><input size="100" name="tO" tal:attributes="value python:here.getThumbObject('object')" ></td>
        !            51:     </tr>
        !            52:     <tr>
        !            53:        <td>Object field:</td><td><input size="100" name="tOF"  tal:attributes="value python:here.getThumbObject('objectField')"></td>
        !            54:    </tr>
        !            55:   </table>
        !            56: <input type="submit">
        !            57: </form>
        !            58: </html>

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