File:  [Repository] / versionedFile / zpt / fileAdd_template.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Apr 3 13:18:47 2007 UTC (17 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
addform nun konfigurierbar

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />

<title>testv</title>

</head>
<body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">


<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr class="location-bar">
  <td align="left" valign="top">

  <div class="form-title">
  Add VersionedFileObject
  </div>
  </td>

</tr>
</table>


<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: 1</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>dwinter</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>

</body>
</html>



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