A Qcodo based CMS/ecommerce framework
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.

12 lines
355 B

13 years ago
  1. <div class="QFileInputDlg">
  2. <h1>Upload a File</h1>
  3. <p>Please select a File to upload.
  4. </p>
  5. <?php $_CONTROL->ctlFileInput->RenderWithError(); ?>
  6. <br />
  7. <?php $_CONTROL->lblErrorMessage->Render(); ?>
  8. <p>
  9. <?php $_CONTROL->btnUpload->Render(); ?>
  10. <?php $_CONTROL->btnCancel->Render(); ?>
  11. <?php $_CONTROL->objSpinner->Render(); ?>
  12. </p>
  13. </div>