Diff for /versionedFile/dtml/newFileAdd.dtml between versions 1.1 and 1.4

version 1.1, 2004/03/22 15:46:07 version 1.4, 2004/07/08 18:56:41
Line 22  Select a file to upload from your local Line 22  Select a file to upload from your local
    Version Comment (required)     Version Comment (required)
    </td>     </td>
    <td>     <td>
    <textarea type="text" cols=80 rows=20 name="vC">TEST</textarea>     <textarea type="text" cols=80 rows=20 name="vC"></textarea>
    </td>      </td> 
  </tr>   </tr>
   <tr>    <tr>
     <td align="left" valign="top">      <td align="left" valign="top">
     File (Filename must only contain A-Z,'.' and '_')     Author
      </td>
      <td>
      <textarea name="author" type="text" cols="30" rows=1><dtml-var AUTHENTICATED_USER></textarea>
      </td> 
    </tr>
     <tr>
       <td align="left" valign="top">
       File
     </td>      </td>
     <td align="left" valign="top">      <td align="left" valign="top">
     <input type="file" name="file" size="25" value="" />      <input type="file" name="file" size="25" value="" />
Line 35  Select a file to upload from your local Line 43  Select a file to upload from your local
   </tr>    </tr>
     <tr>      <tr>
     <td align="left" valign="top">      <td align="left" valign="top">
           Name of the versioned file<br> (if different from the uploaded file):
     
       <td>
         <input type="text" size="50" checked  name="newName">
       </td>
     </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.4


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