Diff for /ECHO_content/zpt/ChangeECHO_partner.zpt between versions 1.2 and 1.3

version 1.2, 2004/06/07 08:50:14 version 1.3, 2004/06/07 14:30:16
Line 1 Line 1
 <html>  <html>
   <body>    <body>
     <h2>Change Partner Information</h2>          <h2>
               Change Partner Information
           </h2>
     <form name="form" action="changeECHO_partner">      <form name="form" action="changeECHO_partner">
  <b> url: </b><input type="text" name="url" tal:attributes="value here/url"><br>              
  <i>Copyright:</i> <select name="copyrightType" tal:content="structure python:here.copyrightTypeSelector_HTML(selected=getattr(here,'copyrightType',''))"/>          <table>
  <input type="submit" value="Change"><br><br>          <tr>
               <td>
               <b>
                   url: 
               </b>
               </td>
               <td>
               <input type="text" name="url" tal:attributes="value here/url">
               </td>
           </tr>
           
           <tr>
               <td>
               <b>
                   Director: 
               </b>
               </td>
               <td>
               <input type="text" name="person" tal:attributes="value here/person">
               </td>
           </tr>
           
           <tr>
               <td>
               <b>
                   Email: 
               </b>
               </td>
               <td>
               <input type="text" name="email" tal:attributes="value here/email">
               </td>
           </tr>
           
           <tr>
               <td>
               <b>
                   Country: 
               </b>
               </td>
               <td>
               <input type="text" name="country" tal:attributes="value here/country">
               </td>
           </tr>
           
           <tr>
               <td>
               <i>
                   Copyright:
               </i>
               </td>
               <td>
               <select name="copyrightType" tal:content="structure python:here.copyrightTypeSelector_HTML(selected=getattr(here,'copyrightType',''))" />
               <input type="submit" value="Change">
               </td>
           </tr>
     </form>      </form>
  </body>   </body>
 </html>  </html>

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


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