diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-01 22:35:56 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-01 22:35:56 +0000 |
commit | dff3e0f33036580a011dcf3c5b45d8ea058ed610 (patch) | |
tree | 801e6aff87d8e3393d9e64b25b1325acf377ed6a /phpBB/styles/subSilver/template/posting_attach_body.html | |
parent | e6dab93a02a05a61799c1c0e56864961e8b56bba (diff) | |
download | forums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.tar forums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.tar.gz forums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.tar.bz2 forums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.tar.xz forums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.zip |
huh? no more subsilver? Now i know you so well you want to leave me? bah, go away, just go away, you will see what you get by leaving me... i will search for another style wanting to hug me. :P
git-svn-id: file:///svn/phpbb/trunk@7262 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_attach_body.html')
-rw-r--r-- | phpBB/styles/subSilver/template/posting_attach_body.html | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/phpBB/styles/subSilver/template/posting_attach_body.html b/phpBB/styles/subSilver/template/posting_attach_body.html deleted file mode 100644 index e9de2e7516..0000000000 --- a/phpBB/styles/subSilver/template/posting_attach_body.html +++ /dev/null @@ -1,82 +0,0 @@ -<tr> - <th colspan="2"> - <script type="text/javascript"> - <!-- - /** - * Show upload progress bar - */ - function popup_progress_bar() - { - close_waitscreen = 0; - window.open('{UA_PROGRESS_BAR}', '_upload', 'HEIGHT=200,resizable=yes,scrollbars=no,WIDTH=400'); - } - //--> - </script> - - <!-- IF S_CLOSE_PROGRESS_WINDOW --> - <script type="text/javascript"> - <!-- - close_waitscreen = 1; - //--> - </script> - <!-- ENDIF --> - - {L_ADD_ATTACHMENT} - </th> -</tr> -<tr> - <td class="row3" colspan="2"><span class="gensmall">{L_ADD_ATTACHMENT_EXPLAIN}</span></td> -</tr> - -<tr> - <td class="row1"><b class="genmed">{L_FILENAME}</b></td> - <td class="row2"><input type="file" name="fileupload" size="40" maxlength="{FILESIZE}" value="" class="btnfile" /></td> -</tr> -<tr> - <td class="row1"><b class="genmed">{L_FILE_COMMENT}</b></td> - <td class="row2"> - <table border="0" cellspacing="0" cellpadding="2"> - <tr> - <td><textarea class="post" name="filecomment" rows="3" cols="35">{FILE_COMMENT}</textarea> </td> - <td valign="top"> - <table border="0" cellspacing="4" cellpadding="0"> - <tr> - <td><input class="btnlite" type="submit" style="width:150px" name="add_file" value="{L_ADD_FILE}" onclick="popup_progress_bar();" /></td> - </tr> - </table> - </td> - </tr> - </table> - </td> -</tr> - -<!-- IF S_HAS_ATTACHMENTS --> - <tr> - <th colspan="2">{L_POSTED_ATTACHMENTS}</th> - </tr> - - <!-- BEGIN attach_row --> - <tr> - <td class="row1"><b class="genmed">{L_FILENAME}</b></td> - <td class="row2"><a class="genmed" href="{attach_row.U_VIEW_ATTACHMENT}" target="_blank">{attach_row.FILENAME}</a></td> - </tr> - <tr> - <td class="row1"><b class="genmed">{L_FILE_COMMENT}</b></td> - <td class="row2">{attach_row.S_HIDDEN} - <table border="0" cellspacing="0" cellpadding="2"> - <tr> - <td><textarea class="post" name="comment_list[{attach_row.ASSOC_INDEX}]" rows="3" cols="35" wrap="virtual">{attach_row.FILE_COMMENT}</textarea> </td> - <td valign="top"> - <table border="0" cellspacing="4" cellpadding="0"> - <tr> - <td><input class="btnlite" type="submit" style="width:150px" name="delete_file[{attach_row.ASSOC_INDEX}]" value="{L_DELETE_FILE}" /></td> - </tr> - </table> - </td> - </tr> - </table> - </td> - </tr> - <!-- END attach_row --> - -<!-- ENDIF --> |