forwardpage.tpl 975 B

12345678910111213141516171819202122232425262728293031323334
  1. {*
  2. **********************************************************
  3. * Developed by: Team Theme Metro
  4. * Website: http://www.thememetro.com
  5. **********************************************************
  6. *}
  7. <div class="my-2">
  8. {include file="$template/includes/alert.tpl" type="info" msg=$message textcenter=true}
  9. </div>
  10. <div class="mb-5 d-flex flex-column justify-content-center align-items-center">
  11. <div class="progress w-25 my-4">
  12. <div class="progress-bar progress-bar-striped progress-bar-animated bg-color-blue w-100" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
  13. <span class="sr-only">{lang key='loading'}</span>
  14. </div>
  15. </div>
  16. <div id="frmPayment">
  17. {$code}
  18. <form method="post" action="{if $invoiceid}viewinvoice.php?id={$invoiceid}{else}clientarea.php{/if}">
  19. </form>
  20. </div>
  21. </div>
  22. <script>
  23. setTimeout("autoSubmitFormByContainer('frmPayment')", 5000);
  24. </script>