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

version 1.1, 2004/03/22 15:46:07 version 1.3, 2004/07/05 11:24:01
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 (Filename must only contain A-Z,'.' and '_'; and the suffix must not be 'txt'!)
     </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="" />

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


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