* finish task #1576.

This commit is contained in:
wyd621
2013-07-18 08:30:14 +08:00
parent e4405b929e
commit 4038b40e74
36 changed files with 255 additions and 257 deletions

View File

@@ -10,7 +10,7 @@
* @link http://www.zentao.net
*/
?>
<?php if(isonlybody()) die(include "./tasklist.html.php")?>
<?php if(isset($_GET['ajax']) and $_GET['ajax'] == 'yes') die(include "./tasklist.html.php")?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/colorize.html.php';?>