request->uri->fragment) || $this->request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
= $this->getHtml('YourOpen'); ?> (= \count($open); ?>)download
| = $this->getHtml('Status'); ?>expand_lessexpand_more
| = $this->getHtml('Due/Priority'); ?>expand_lessexpand_more
|
| = $this->getHtml('Title'); ?>expand_lessexpand_more
| = $this->getHtml('Tag'); ?>
| = $this->getHtml('Creator'); ?>expand_lessexpand_more
| = $this->getHtml('Created'); ?>expand_lessexpand_more
|
$task) : ++$c;
$url = UriFactory::build(empty($task->redirect)
? '{/base}/task/view?{?}&id=' . $task->id
: ('{/app}/' . $task->redirect),
['$id' => $task->id]
);
?>
|
= $this->getHtml('S' . $task->status); ?>
|
priority === TaskPriority::NONE) : ?>
= $this->printHtml($task->due->format('Y-m-d H:i')); ?>
= $this->getHtml('P' . $task->priority); ?>
| = ($this->data['task_media'][$task->id] ?? false) === true ? 'attachment' : ''; ?>
|
= \in_array($key, $this->data['unread']) ? '' : ''; ?>= $this->printHtml($task->title); ?>= \in_array($key, $this->data['unread']) ? '' : ''; ?>
|
|
= $this->printHtml($this->renderUserName(
'%3$s %2$s %1$s',
[
$task->createdBy->name1,
$task->createdBy->name2,
$task->createdBy->name3,
$task->createdBy->login ?? '',
])
); ?>
|
= $this->printHtml($task->createdAt->format('Y-m-d H:i')); ?>
|
| = $this->getHtml('Empty', '0', '0'); ?>
|
= $this->getHtml('OpenGiven'); ?> (= \count($this->data['given']); ?>)download