require_once "api.php"; $boardid = r('boardid'); $boards = boards(true); $lists = getlists($boardid); $cards = getcards($boardid,array_keys($lists)); $users = getusers(); $risklabels = getRiskLabels(); $allrisklabels = getAllRiskLabels(); $yanqidepartmentuser = getYanQiDepartmentUser(); $DATA = array( 'boardid' => $boardid, 'boards' => $boards, 'lists' => $lists, 'cards' => $cards, 'users'=>$users, 'risklabels'=>$risklabels, 'allrisklabels'=>$allrisklabels, 'yanqidepartmentuser'=> $yanqidepartmentuser, 'ts'=>time(), ); ?>
require_once "header.html"; ?> require_once "leftbar.html"; ?> require_once "projectheader.html"; ?>