browse.html.php 1.1 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * The prjbrowse view file of project module for lite vision of ZenTaoPMS.
  4. *
  5. * @copyright Copyright 2009-2015 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
  6. * @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  7. * @author Wenrui LI <liwenrui@easycorp.ltd>
  8. * @package project
  9. * @version $Id: prjbrowse.html.php 4769 2013-05-05 07:24:21Z wwccss $
  10. * @link http://www.zentao.net
  11. */
  12. ?>
  13. <?php include $this->app->getModuleRoot() . '/common/view/header.html.php';?>
  14. <?php include $this->app->getModuleRoot() . '/common/view/datatable.fix.html.php';?>
  15. <?php
  16. js::set('orderBy', $orderBy);
  17. js::set('programID', $programID);
  18. js::set('browseType', $browseType);
  19. js::set('param', $param);
  20. js::set('orderBy', $orderBy);
  21. js::set('recTotal', $recTotal);
  22. js::set('recPerPage', $recPerPage);
  23. js::set('pageID', $pageID);
  24. ?>
  25. <?php include $this->app->getModuleRoot() . '/project/view/browsebylist.html.php';?>
  26. <?php include $this->app->getModuleRoot() . '/common/view/footer.html.php';?>