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

version 1.2, 2004/03/23 10:43:55 version 1.4, 2004/07/08 15:15:06
Line 26  Select a file to upload from your local Line 26  Select a file to upload from your local
    </td>      </td> 
  </tr>   </tr>
   <tr>    <tr>
      <td align="left" valign="top" class="form-optional">
      Author
      </td>
      <td>
      <textarea name="author" type="text" cols="30"><dtml-var AUTHENTICATED_USER></textarea>
      </td> 
    </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 36  Select a file to upload from your local Line 44  Select a file to upload from your local
     </td>      </td>
   </tr>    </tr>
     <tr>      <tr>
       <td align="left" valign="top" colspan="2">
       <div class="form-optional"><br>
      Change name of the versioned file 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
       </div>
       </td>
   
     </tr>
       <tr>
     <td align="left" valign="top">      <td align="left" valign="top">
     </td>      </td>
     <td align="left" valign="top">      <td align="left" valign="top">

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


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