Diff for /versionedFile/dtml/fileAdd.dtml between versions 1.3 and 1.6

version 1.3, 2004/07/05 11:24:01 version 1.6, 2004/07/08 19:34:32
Line 36  Select a file to upload from your local Line 36  Select a file to upload from your local
   <tr>    <tr>
     <td align="left" valign="top">      <td align="left" valign="top">
     <div class="form-optional">      <div class="form-optional">
     File (at the moment, filenames must not have the suffix 'txt'!)      File
     </div>      </div>
     </td>      </td>
     <td align="left" valign="top">      <td align="left" valign="top">
Line 45  Select a file to upload from your local Line 45  Select a file to upload from your local
   </tr>    </tr>
     <tr>      <tr>
     <td align="left" valign="top">      <td align="left" valign="top">
       <div class="form-optional">
         Name of the versioned file:
       </div>
       <td>
         <input type="text" size="50" checked  name="newName" value="<dtml-var title>"
       </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>
       <td align="left" valign="top">
     </td>      </td>
     <td align="left" valign="top">      <td align="left" valign="top">
     <div class="form-element">      <div class="form-element">

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


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