index.phtml 278 B

12345678910111213
  1. <style type="text/css">
  2. #plupload_files input[type="file"] {
  3. font-size: 200px !important;
  4. }
  5. </style>
  6. <form id="plupload_form">
  7. <?php echo $this->form->getElement('csrf') ?>
  8. <div id="plupload_files"></div>
  9. </form>
  10. <div id="plupload_error">
  11. <table></table>
  12. </div>