File:  [Repository] / ECHO_content / zpt / AddECHO_copyrightTypeForm.zpt
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Tue Dec 13 12:45:21 2005 UTC (18 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

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

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