view.tpl 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {**********************************************************************
  2. * KerioEmail product developed. (2017-08-24)
  3. * *
  4. *
  5. * CREATED BY THURDATA -> http://thurdata.com
  6. * CONTACT -> contact@thurdata.com
  7. *
  8. *
  9. * This software is furnished under a license and may be used and copied
  10. * only in accordance with the terms of such license and with the
  11. * inclusion of the above copyright notice. This software or any other
  12. * copies thereof may not be provided or otherwise made available to any
  13. * other person. No title to and ownership of the software is hereby
  14. * transferred.
  15. *
  16. *
  17. **********************************************************************}
  18. {**
  19. * @autor ThurData <info@thurdata.ch>
  20. *}
  21. {if $mainContainer}
  22. {$mainContainer->getHtml()}
  23. {$mainContainer->getVueComponents()}
  24. <script>
  25. {$mainContainer->getDefaultVueComponentsJs()}
  26. {$mainContainer->getVueComponentsJs()}
  27. {$mainContainer->getVueComponentsRegistrationsJs()}
  28. {$customJsCode}
  29. </script>
  30. <style>
  31. {$customCssCode}
  32. </style>
  33. {/if}