provide('title', $this->t('.title')) ?>
# | = $this->t('.username') ?> | = $this->t('.url') ?> | = $this->t('.tags') ?> | = $this->t('.status') ?> |
---|---|---|---|---|
= $item->id ?> | = $this->linkTo($this->h(User::find_name($item->user_id)), ['controller' => "user", 'action' => "show", 'id' => $item->user_id]) ?> | = $this->h(urldecode(pathinfo($item->url, PATHINFO_BASENAME))) ?> | = $this->h($item->tags) ?> | status == "error") : ?> data->post_id)) : ?> = $this->t(['.exists_html', 'id' => $this->linkTo("#".$item->data->post_id, ['controller' => 'post', 'action' => 'show', 'id' => $item->data->post_id])]) ?> = $this->h($item->data->error) ?> status == "pending") : ?> active) : ?> = $this->t('.uploading') ?> = $this->t('.pending') ?> status == "paused") : ?> = $this->t('.paused') ?> status == "finished") : ?> = $this->t(['.completed_html', 'id' => $this->linkTo("#" . $item->data->post_id, ['controller' => 'post', 'action' => 'show', 'id' => $item->data->post_id])]) ?> |