File:  [Repository] / versionedFile / dtml / newFileAdd.dtml
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Mon Oct 25 12:59:11 2004 UTC (19 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD

bug in bbobase fixesdCVS: ----------------------------------------------------------------------

<dtml-var manage_page_header>

<dtml-var "manage_form_title(this(), _,
           form_title='Add %s' % Kind,
           help_product='OFSP',
           help_topic='File_Add.stx'
	   )">

<p class="form-help">
Select a file to upload from your local computer by clicking the
<em>Browse</em> button.
</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>

<form action="addFile" method="post"
      enctype="multipart/form-data">


<table cellspacing="0" cellpadding="2" border="0">
<tr>
   <td align="left" valign="top">
   Version Comment (required)
   </td>
   <td>
   <textarea type="text" cols=80 rows=20 name="vC"></textarea>
   </td> 
 </tr>
<tr>
   <td align="left" valign="top">
   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 align="left" valign="top">
    <input type="file" name="file" size="25" value="" />
    </td>
  </tr>
 <tr>
    <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 align="left" valign="top">
    <div class="form-element">
    <input class="form-element" type="submit" name="submit" 
     value=" Add " /> 
    </div>
    </td>
  </tr>
</table>
</form>

<dtml-var manage_page_footer>


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