tabContent.tpl 1.1 KB

12345678910111213141516171819202122232425262728
  1. {**********************************************************************
  2. * ProxmoxAddon product developed. (2017-10-04)
  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. <div id="{$rawObject->getId()}" class="lu-col-md-12 {$rawObject->getClasses()}">
  19. <ul class="lu-list lu-list--info">
  20. {foreach from=$customTplVars item=val key=k}
  21. <li class="lu-list__item">
  22. <span class="lu-list__item-title">{$k}</span>
  23. <span class="lu-list__value"> {$val} </span>
  24. </li>
  25. {/foreach}
  26. </ul>
  27. </div>