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

    1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
    2: <html>
    3: <head>
    4: <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    5: 
    6: <title>testv</title>
    7: 
    8: </head>
    9: <body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">
   10: 
   11: 
   12: <table width="100%" cellpadding="2" cellspacing="0" border="0">
   13: <tr class="location-bar">
   14:   <td align="left" valign="top">
   15: 
   16:   <div class="form-title">
   17:   Add VersionedFileObject
   18:   </div>
   19:   </td>
   20: 
   21: </tr>
   22: </table>
   23: 
   24: 
   25: <p class="form-help">
   26: Select a file to upload from your local computer by clicking the
   27: <em>Browse</em> button.
   28: </p>
   29:   <p style="color:red">Please, do not upload files larger than 10 MB to avoid long download time!</p>
   30: <p>Add Version: 1</p>
   31: 
   32: <form action="addFile" method="post"
   33:       enctype="multipart/form-data">
   34: 
   35: 
   36: <table cellspacing="0" cellpadding="2" border="0">
   37: <tr>
   38:    <td align="left" valign="top">
   39:    Version Comment (required)
   40:    </td>
   41:    <td>
   42:    <textarea type="text" cols=80 rows=20 name="vC"></textarea>
   43:    </td> 
   44:  </tr>
   45: 
   46: <tr>
   47:    <td align="left" valign="top">
   48:    Author
   49:    </td>
   50:    <td>
   51:    <textarea name="author" type="text" cols="30" rows=1>dwinter</textarea>
   52:    </td> 
   53:  </tr>
   54:   <tr>
   55:     <td align="left" valign="top">
   56: 
   57:     File
   58:     </td>
   59:     <td align="left" valign="top">
   60:     <input type="file" name="file" size="25" value="" />
   61:     </td>
   62:   </tr>
   63:  <tr>
   64:     <td align="left" valign="top">
   65:         Name of the versioned file<br> (if different from the uploaded file):
   66:   
   67:     <td>
   68: 
   69: 	  <input type="text" size="50" checked  name="newName">
   70:     </td>
   71:   </tr>
   72: 
   73:     <tr>
   74:     <td align="left" valign="top">
   75:     </td>
   76:     <td align="left" valign="top">
   77:     <div class="form-element">
   78: 
   79:     <input class="form-element" type="submit" name="submit" 
   80:      value=" Add " /> 
   81:     </div>
   82:     </td>
   83:   </tr>
   84: </table>
   85: </form>
   86: 
   87: </body>
   88: </html>
   89: 
   90: 

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