Annotation of ECHO_content/zpt/AddECHO_copyrightTypeForm.zpt, revision 1.3

1.1       dwinter     1: <html>
                      2:   <body>
                      3:     <h2>Add a new copyright type</h2>
                      4:     <p>After adding put into the new object a standard page template with the name "copyright.html"</p>
1.3     ! jdamerow    5:     
        !             6:     <p><b>bold = required</b>; <i>italic = optional</i></p>
        !             7:     
1.1       dwinter     8:     <form name="form" action="manage_addECHO_copyrightType">
                      9:     <table>
                     10:     
1.3     ! jdamerow   11:       <tr><td> <b>ID</b>: </td><td><input type="text" name="id" size=50></td></tr>
        !            12:       <tr><td> <i>Title</i>: </td><td><input type="text" name="title" size=50></td></tr>
        !            13:       <tr><td> <b>Label</b> (for navigation): </td><td><input type="text" name="label" size=50 value="copyright"></td></tr>
        !            14:       <tr><td> <i>Url</i>: </td><td><input type="text" name="url" size=50 value=""></td></tr>
        !            15:       <tr><td><a href="http://echo.mpiwg-berlin.mpg.de/technology/webdesign/documentation/doc_copyright" target="_blank">help</a></td></tr>
1.1       dwinter    16:       </table>
                     17:       <input type="submit" value="Add">
                     18:     </form>
                     19:   </body>
                     20: </html>

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