* @package user * @version $Id: index.html.php 3830 2016-05-18 09:34:17Z liugang $ * @link http://www.zentao.net */ ?> effort->todayEfforts, '', "id='today'"); echo html::a(inlink('effort', "userID=$userID&date=yesterday"), $lang->effort->yesterdayEfforts, '', "id='yesterday'"); echo html::a(inlink('effort', "userID=$userID&date=thisweek"), $lang->effort->thisWeekEfforts, '', "id='thisweek'"); echo html::a(inlink('effort', "userID=$userID&date=lastweek"), $lang->effort->lastWeekEfforts, '', "id='lastweek'"); echo html::a(inlink('effort', "userID=$userID&date=thismonth"), $lang->effort->thisMonthEfforts, '', "id='thismonth'"); echo html::a(inlink('effort', "userID=$userID&date=lastmonth"), $lang->effort->lastMonthEfforts, '', "id='lastmonth'"); echo html::a(inlink('effort', "userID=$userID&date=all"), $lang->effort->allDaysEfforts, '', "id='all'"); ?> more;?>