mainContainer.tpl 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {**********************************************************************
  2. * ProxmoxVps product developed. (2017-08-24)
  3. * *
  4. *
  5. * CREATED BY MODULESGARDEN -> http://modulesgarden.com
  6. * CONTACT -> contact@modulesgarden.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. * @author Sławomir Miśkowicz <slawomir@modulesgarden.com>
  20. *}
  21. <div id="{$mainContainer->getVueInstanceName()}" class="vue-app-main-container" mg-module="proxmoxVps">
  22. <div class="lu-row"><i v-show="pageLoading" class="page_processing"></i></div>
  23. {foreach from=$elements key=nameElement item=dataElement}
  24. {$dataElement->getHtml()}
  25. {/foreach}
  26. <div id="allDropDown"></div>
  27. <div class="lu-preloader-container lu-preloader-container--full-screen lu-preloader-container--overlay" v-show="pagePreLoader">
  28. <div class="lu-preloader lu-preloader--lg"></div>
  29. </div>
  30. </div>
  31. <div id="{$mainContainer->getVueInstanceName()}_modal" class="vue-app-main-modal-container" onclick="mgPageControler.closeModal(event);"></div>
  32. <div id="loadedTemplates"></div>