Annotation of ECHO_content/zpt/ChangeECHO_copyrightType.zpt, revision 1.2

1.1       dwinter     1: <html>
                      2:   <body>
                      3:     <h2>Change CopyrightType: <span tal:replace="here/getId"/></h2>
                      4:     
                      5:     <p><b>bold = required</b>; <i>italic = optional</i></p>
                      6:     <p>Title, Label, and Description may contain HTML-tags</p>
                      7:     <form name="form" action="ECHO_copyrightType_config_main">
                      8:       <table>
                      9:    <tr><td><b> Title: </b></td><td><input type="text" name="title" tal:attributes="value here/title" size=80></td></tr>
                     10:    <tr><td><b> Label (for navigation): </b></td><td><input type="text" name="label" tal:attributes="value here/label" size=40></td></tr>
1.2     ! jdamerow   11:    <tr><td><b> Url (for more information): </b></td><td><input type="text" name="url" tal:attributes="value python:getattr(here,'url','')" size=40></td></tr>
1.1       dwinter    12: 
                     13:       </table>
                     14:       <input type="submit" value="Change"><br/><br/>
                     15:     </form>
                     16:   </body>
                     17: </html>

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