close.html.php 643 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * The close file of charter 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 Yuting Wang<wangyuting@easycorp.ltd>
  8. * @package charter
  9. * @link https://www.zentao.net
  10. */
  11. namespace zin;
  12. $fields = useFields('charter.close');
  13. jsVar('browseType', $_SESSION['browseType']);
  14. jsVar('vision', $config->vision);
  15. modalHeader();
  16. formPanel
  17. (
  18. set::size('normal'),
  19. set::fields($fields)
  20. );
  21. history();