Diff for /versionedFile/dtml/fileAdd.dtml between versions 1.1 and 1.5

version 1.1, 2004/03/22 15:46:07 version 1.5, 2004/07/08 18:56:41
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      File
Line 37  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="new
   Name" 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.1  
changed lines
  Added in v.1.5


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