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

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>
        !             5:     <form name="form" action="manage_addECHO_copyrightType">
        !             6:     <table>
        !             7:     
        !             8:       <tr><td> ID: </td><td><input type="text" name="id" size=50></td></tr>
        !             9:       <tr><td> Title: </td><td><input type="text" name="title" size=50></td></tr>
        !            10:       <tr><td> Label: </td><td><input type="text" name="label" size=50 value="copyright"></td></tr>
        !            11:    
        !            12:       </table>
        !            13:       <input type="submit" value="Add">
        !            14:     </form>
        !            15:   </body>
        !            16: </html>

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