exporttemplate.html.php 482 B

123456789101112
  1. <?php
  2. /**
  3. * The export template view file of flow module of ZenTaoPms.
  4. *
  5. * @copyright Copyright 2009-2024 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
  6. * @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  7. * @author Mengyi Liu
  8. * @package flow
  9. * @link https://www.zentao.net
  10. */
  11. ?>
  12. <?php include $app->getModuleRoot() . 'transfer/ui/exporttemplate.html.php';?>