|
|
| version 1.2, 2004/03/23 10:43:55 | version 1.7, 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="manage_add<dtml-var Kind>" method="post" | <form action="manage_add<dtml-var Kind>" method="post" |
| Line 26 Select a file to upload from your local | Line 27 Select a file to upload from your local |
| </td> | </td> |
| </tr> | </tr> |
| <tr> | <tr> |
| <td align="left" valign="top" class="form-optional"> | |
| Author | |
| </td> | |
| <td> | |
| <textarea name="author" type="text" cols="30"><dtml-var AUTHENTICATED_USER></textarea> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td align="left" valign="top"> | <td align="left" valign="top"> |
| <div class="form-optional"> | <div class="form-optional"> |
| File (at the moment, filenames must not have the suffix 'txt'!) | File |
| </div> | </div> |
| </td> | </td> |
| <td align="left" valign="top"> | <td align="left" valign="top"> |
| Line 37 Select a file to upload from your local | Line 46 Select a file to upload from your local |
| </tr> | </tr> |
| <tr> | <tr> |
| <td align="left" valign="top"> | <td align="left" valign="top"> |
| <div class="form-optional"> | |
| Name of the versioned file: | |
| </div> | |
| <td> | |
| <input type="text" size="50" checked name="newName" value="<dtml-var title>" | |
| </td> | |
| <!-- from <dtml-var title> to the name of the upload file.<br> | |
| <input type="radio" checked name="changeName" value="no">No | |
| <input type="radio" name="changeName" value="yes">Yes--> | |
| </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"> |