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, 5 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

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

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