| Line | |
|---|
| 1 | <div class="panel bg3" id="attach-panel">
|
|---|
| 2 | <div class="inner"><span class="corners-top"><span></span></span>
|
|---|
| 3 |
|
|---|
| 4 | <p>{L_ADD_ATTACHMENT_EXPLAIN}</p>
|
|---|
| 5 |
|
|---|
| 6 | <fieldset class="fields2">
|
|---|
| 7 | <dl>
|
|---|
| 8 | <dt><label for="fileupload">{L_FILENAME}:</label></dt>
|
|---|
| 9 | <dd>
|
|---|
| 10 | <input type="file" name="fileupload" id="fileupload" maxlength="{FILESIZE}" value="" class="inputbox autowidth" />
|
|---|
| 11 | <input type="submit" name="add_file" value="{L_ADD_FILE}" class="button2" onclick="upload = true;" />
|
|---|
| 12 | </dd>
|
|---|
| 13 | </dl>
|
|---|
| 14 | <dl>
|
|---|
| 15 | <dt><label for="filecomment">{L_FILE_COMMENT}:</label></dt>
|
|---|
| 16 | <dd><textarea name="filecomment" id="filecomment" rows="1" cols="40" class="inputbox autowidth">{FILE_COMMENT}</textarea></dd>
|
|---|
| 17 | </dl>
|
|---|
| 18 | </fieldset>
|
|---|
| 19 |
|
|---|
| 20 | <span class="corners-bottom"><span></span></span></div>
|
|---|
| 21 | </div>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.