File:  [Repository] / ECHO_content / zpt / ChangeECHO_copyrightType.zpt
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Tue Dec 13 12:45:22 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>Change CopyrightType: <span tal:replace="here/getId"/></h2>
    
    <p><b>bold = required</b>; <i>italic = optional</i></p>
    <p>Title, Label, and Description may contain HTML-tags</p>
    <form name="form" action="ECHO_copyrightType_config_main">
	<table>
		<tr><td><i>Title</i>: </td><td><input type="text" name="title" tal:attributes="value here/title" size=80></td></tr>
		<tr><td><b>Label</b> (for navigation): </td><td><input type="text" name="label" tal:attributes="value here/label" size=40></td></tr>
		<tr><td><i>Url</i> (for more information): </td><td><input type="text" name="url" tal:attributes="value python:getattr(here,'url','')" size=40></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="Change"><br/><br/>
    </form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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