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']."

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

".date('F')." ".date('Y')." Hours

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

$key

$value

"; } } ?>