Diff for /ECHO_content/dtml/ECHO_partnerAdd.dtml between versions 1.1 and 1.4

version 1.1, 2004/02/09 11:45:46 version 1.4, 2004/06/07 14:30:16
Line 11  Select a file to upload from your local Line 11  Select a file to upload from your local
 <em>Browse</em> button.  <em>Browse</em> button.
 </p>  </p>
   
 <form action="manage_Add<dtml-var Kind>" method="post"  <form action="manage_add<dtml-var Kind>" method="post"
       enctype="multipart/form-data">        enctype="multipart/form-data">
 <table cellspacing="0" cellpadding="2" border="0">  <table cellspacing="0" cellpadding="2" border="0">
   <tr>    <tr>
Line 44  Select a file to upload from your local Line 44  Select a file to upload from your local
     <input type="text" name="url" size="40" />      <input type="text" name="url" size="40" />
     </td>      </td>
   </tr>    </tr>
     
     <tr>
       <td align="left" valign="top">
       <div class="form-optional">
       Director
       </div>
       </td>
       <td align="left" valign="top">
       <input type="text" name="person" size="40" />
       </td>
     </tr>
     
     <tr>
       <td align="left" valign="top">
       <div class="form-optional">
       Email
       </div>
       </td>
       <td align="left" valign="top">
       <input type="text" name="email" size="40" />
       </td>
     </tr>
     
     <tr>
       <td align="left" valign="top">
       <div class="form-optional">
       Country
       </div>
       </td>
       <td align="left" valign="top">
       <input type="text" name="country" size="40" />
       </td>
     </tr>
     
     <tr><td> <i>CopyrightX:</i> </td><td><select name="copyrightType" tal:content="structure python:here.copyrightTypeSelector_HTML()"/></td></tr>
   
   <tr>    <tr>
     <td align="left" valign="top">      <td align="left" valign="top">
     <div class="form-optional">      <div class="form-optional">

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


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