footer.modal.html.php 602 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * The common modal footer view file of XXB.
  4. *
  5. * @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
  6. * @license ZOSL (https://zpl.pub/page/zoslv1.html)
  7. * @author Xiying Guan <guanxiying@xirangit.com>
  8. * @package XXB
  9. * @version $Id$
  10. * @link https://xuanim.com
  11. */
  12. ?>
  13. <?php if(helper::isAjaxRequest()):?>
  14. </div>
  15. </div>
  16. </div>
  17. <?php if(isset($pageJS)) js::execute($pageJS);?>
  18. <?php else:?>
  19. <?php include $this->app->getModuleRoot() . 'common/view/footer.lite.html.php';?>
  20. <?php endif;?>