Diff for /ECHO_content/zpt/ChangeECHO_copyrightType.zpt between versions 1.2 and 1.4

version 1.2, 2004/06/18 12:32:21 version 1.4, 2005/12/13 12:45:22
Line 1 Line 1
 <html>  <h1 tal:replace="structure here/manage_page_header">Header</h1>
   <body>  
     <h2>Change CopyrightType: <span tal:replace="here/getId"/></h2>      <h2>Change CopyrightType: <span tal:replace="here/getId"/></h2>
           
     <p><b>bold = required</b>; <i>italic = optional</i></p>      <p><b>bold = required</b>; <i>italic = optional</i></p>
     <p>Title, Label, and Description may contain HTML-tags</p>      <p>Title, Label, and Description may contain HTML-tags</p>
     <form name="form" action="ECHO_copyrightType_config_main">      <form name="form" action="ECHO_copyrightType_config_main">
       <table>        <table>
     <tr><td><b> Title: </b></td><td><input type="text" name="title" tal:attributes="value here/title" size=80></td></tr>          <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 (for navigation): </b></td><td><input type="text" name="label" tal:attributes="value here/label" size=40></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><b> Url (for more information): </b></td><td><input type="text" name="url" tal:attributes="value python:getattr(here,'url','')" 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>        </table>
       <input type="submit" value="Change"><br/><br/>        <input type="submit" value="Change"><br/><br/>
     </form>      </form>
   </body>  <h1 tal:replace="structure here/manage_page_footer">Footer</h1>
 </html>  
   

Removed from v.1.2  
changed lines
  Added in v.1.4


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