messages) > 0) { echo "
"; foreach($this->messages as $message) { echo "

".$message."

"; } echo "
"; } ?>

Time submitted this week

".$this->week['start']['month']." ".$this->week['start']['day']." ".$this->week['year']." to ".$this->week['end']['month']." ".$this->week['end']['day']." ".$this->week['year']."

".$this->week['total']."

"; echo "
"; ?>

month." ".$this->year ?> Hours Breakout

timesheet->totals as $key=>$value) { if($value > 0) { echo "

$key

$value

"; } } if($this->timesheet->totals['Total Time'] == 0) { echo "

No time submitted

"; } ?>
Your Time Sheet