Annotation of ImageArchive/zpt/ChangeRightsQueryForm.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2: <body>
        !             3: <h2>Change the rights query string</h2>
        !             4: 
        !             5: <p>The string has to be a valid query string for the database, use a the place holder '%s' where the <b>id</b> of the method
        !             6:  <b>getRights(self,id) </b> shall be inserted. </p>
        !             7:  
        !             8:  <p><input type="text" size="100" tal:attributes="value here/getRightsQuery" name="rightsQuery"></p>
        !             9:  
        !            10:  <p>Enter the column which defines the access rights. The result shall be "intern" or "extern".</p>
        !            11:  
        !            12:  <p><input type="text" size="20" tal:attributes="value here/getRightsQueryField" name="rightsQueryField"></p>
        !            13:  
        !            14:  <p><input type="submit" value="submit">
        !            15:  
        !            16:  </body>
        !            17:  </html>

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