tab.tpl 941 B

12345678910111213141516171819202122232425262728293031
  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. {foreach from=$elements key=nameElement item=dataElement}
  22. {$dataElement->getHtml()}
  23. {/foreach}
  24. {if $scriptHtml}
  25. <script type="text/javascript">
  26. {$scriptHtml}
  27. </script>
  28. {/if}