A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.5 KiB

  1. <center>
  2. <div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
  3. <div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
  4. <div align="left" style="width: <?= TABLES_WIDTH; ?>px;">
  5. <br>
  6. <span class="pa_sect"><?= $skin['L.smilelist']?></span><br>
  7. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  8. <tr>
  9. <td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
  10. <td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
  11. <p align="center"><?= $skin['L.add_file']; ?>
  12. </td>
  13. <td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
  14. </tr>
  15. </table>
  16. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  17. <!-- file url -->
  18. <tr>
  19. <td align="right" class="fitem">
  20. <span class="fstandard"><b><?php echo $skin['L.file_name']; ?>:</b></span>
  21. </td>
  22. <td class="fitem">
  23. <input type="hidden" name="MAX_FILE_SIZE" value="52000">
  24. <input type="file" name="file">
  25. </td>
  26. <td class="fitem">
  27. <span class="fsmall"><?= $skin['L.file.HELP']; ?></span>
  28. </td>
  29. </tr>
  30. <tr>
  31. <td width="738" height="20" class="fitem" align="center" valign="top" colspan="3">
  32. <input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
  33. <input type="reset" class="fbutton" value="<?php echo $skin['L.clear']; ?>" />&nbsp;
  34. </td>
  35. </tr>
  36. </table>
  37. </form>