Diff for /versionedFile/dtml/fileAdd.dtml between versions 1.4 and 1.7

version 1.4, 2004/07/08 15:15:06 version 1.7, 2004/10/25 12:59:11
Line 10 Line 10
 Select a file to upload from your local computer by clicking the  Select a file to upload from your local computer by clicking the
 <em>Browse</em> button.  <em>Browse</em> button.
 </p>  </p>
     <p style="color:red">Please, do not upload files larger than 10 MB to avoid long download time!</p>
 <p>Add Version: <dtml-var version></p>  <p>Add Version: <dtml-var version></p>
   
 <form action="manage_add<dtml-var Kind>" method="post"  <form action="manage_add<dtml-var Kind>" method="post"
Line 44  Select a file to upload from your local Line 45  Select a file to upload from your local
     </td>      </td>
   </tr>    </tr>
  <tr>   <tr>
     <td align="left" valign="top" colspan="2">      <td align="left" valign="top">
     <div class="form-optional"><br>      <div class="form-optional">
    Change name of the versioned file from <dtml-var title> to the name of the upload file.<br>        Name of the versioned file:
       <input type="radio" checked  name="changeName" value="no">No   
       <input type="radio"  name="changeName" value="yes">Yes  
     </div>      </div>
       <td>
         <input type="text" size="50" checked  name="newName" value="<dtml-var title>"
     </td>      </td>
   <!-- from <dtml-var title> to the name of the upload file.<br>
         <input type="radio" checked  name="changeName" value="no">No 
         <input type="radio"  name="changeName" value="yes">Yes-->
   </tr>    </tr>
     <tr>      <tr>
     <td align="left" valign="top">      <td align="left" valign="top">

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


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