gantt.html.php 875 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * The view file of fullcalendar module of ZenTaoPMS.
  4. *
  5. * @copyright Copyright 2009-2012 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
  6. * @license business(商业软件)
  7. * @author Yangyang Shi <shiyangyang@cnezsoft.com>
  8. * @package fullcalendar
  9. * @version $Id$
  10. * @link http://www.zentao.net
  11. */
  12. css::import($jsRoot . 'dhtmlxgantt/min.css');
  13. js::import($jsRoot . 'dhtmlxgantt/min.js');
  14. js::import($jsRoot . 'dhtmlxgantt/ext/dhtmlxgantt_critical_path.js');
  15. js::import($jsRoot . 'dhtmlxgantt/ext/dhtmlxgantt_fullscreen.js');
  16. js::import($jsRoot . 'dhtmlxgantt/ext/dhtmlxgantt_smart_rendering.js');
  17. js::import($jsRoot . 'dhtmlxgantt/ext/dhtmlxgantt_marker.js');
  18. $currentLang = $app->getClientLang();
  19. if($currentLang != 'en') js::import($jsRoot . 'dhtmlxgantt/lang/' . $currentLang . '.js');
  20. ?>