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

1.1       dwinter     1: <html>
                      2: <body>
                      3: <h2>Change the rights query string</h2>
1.2     ! dwinter     4: <form action="changeRightsQuery">
1.1       dwinter     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>
1.2     ! dwinter     7:  <p>Leave empty if no accessright check shall be done</p>
1.1       dwinter     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">
1.2     ! dwinter    15:  </form>
1.1       dwinter    16:  </body>
                     17:  </html>

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