Annotation of zogiLib/zpt/addZogiImage.zpt, revision 1.2

1.1       dwinter     1: <html>
                      2: <body>
                      3: <h2>Add zogiImage</h2>
                      4: 
1.2     ! casties     5:     <form method="post" action="manage_addZogiImage">
        !             6:       <p>ID <input size="50" name="id"/>
        !             7:       </p>
        !             8:       <p><i>Title</i> <input size="50" name="title"/>
        !             9:       </p>
        !            10:       <p>
        !            11:    <i>Base url</i> <input size="50" name="baseUrl"/>
        !            12:      <br/>
        !            13:    <i> (e.g.: http://XXX.de/servlet/Scaler?)</i>
        !            14:       </p>
        !            15:       <p>
        !            16:    <b>QueryString</b> <input size="50" name="queryString"/>
        !            17:      <br/>
        !            18:    e.g. 'fn=production/some/image&amp;pn=2&amp;dw=500'
        !            19:       </p>
        !            20:       <input type="submit"/>
        !            21:     </form>
1.1       dwinter    22: </body>
                     23: </html>

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