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

version 1.3, 2004/07/05 11:24:01 version 1.5, 2004/10/25 12:59:11
Line 10 Line 10
 Select a file to upload from your local computer by clicking the  Select a file to upload from your local computer by clicking the
 <em>Browse</em> button.  <em>Browse</em> button.
 </p>  </p>
     <p style="color:red">Please, do not upload files larger than 10 MB to avoid long download time!</p>
 <p>Add Version: <dtml-var version></p>  <p>Add Version: <dtml-var version></p>
   
 <form action="addFile" method="post"  <form action="addFile" method="post"
Line 35  Select a file to upload from your local Line 36  Select a file to upload from your local
  </tr>   </tr>
   <tr>    <tr>
     <td align="left" valign="top">      <td align="left" valign="top">
     File (Filename must only contain A-Z,'.' and '_'; and the suffix must not be 'txt'!)      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 43  Select a file to upload from your local Line 44  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.3  
changed lines
  Added in v.1.5


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