Home
last modified time | relevance | path

Searched refs:tpl (Results 1 – 25 of 201) sorted by last modified time

123456789

/plugin/siteexport/action/
H A Dajax.php1290 $tpl = trim(preg_replace('/[^\w-]+/', '', $_REQUEST['template']));
1291 if ($tpl)
1293 $tplinc = DOKU_INC . 'lib/tpl/' . $tpl . '/';
/plugin/struct/
H A Dstyle.less398 background-image: url(../../tpl/dokuwiki/images/search.png);
/plugin/structstatus/
H A Dsyntax.php69 $renderer->doc .= $this->tpl($data[0], $data[1]);
79 public function tpl($table, $field) { function in syntax_plugin_structstatus
/plugin/bez/cron/
H A Dfunctions.php115 $tpl = $action->get_tpl();
116 $tpl->set('issues', $issues);
117 $tpl->set('outdated_tasks', $outdated_tasks);
118 $tpl->set('coming_tasks', $coming_tasks);
/plugin/bez/ctl/
H A Dactivity_report.php15 $this->tpl->set_values(array(
23 $this->tpl->set('thread_involvement', $this->model->threadFactory->users_involvement($period));
24 $this->tpl->set('task_involvement', $this->model->taskFactory->users_involvement($period));
25 $this->tpl->set('kpi', $this->model->threadFactory->kpi($period));
26 $this->tpl->set('bez_activity', $this->model->threadFactory->bez_activity($period))
H A Dtasks.php52 $this->tpl->set_values($filters);
105 $this->tpl->set('task_programs', $this->model->task_programFactory->get_all([], 'name')->fetchAll());
106 $this->tpl->set('tasks', $tasks);
107 $this->tpl->set('months', array(1 => 'jan',
119 $this->tpl->set('years', $years);
H A Dthread.php21 $this->tpl->set('thread', $thread);
23 $this->tpl->set('lang_suffix', '_project');
37 $this->tpl->set('timeline', $timeline);
38 $this->tpl->set('tasks', $tasks);
39 $this->tpl->set('task_programs', $this->model->task_programFactory->get_all([], 'name'));
43 $this->tpl->set('thread_comment', $thread_comment);
92 $this->tpl->set_values($thread_comment->get_assoc());
109 $this->tpl->set('task_new', $task);
121 $this->tpl->set('task', $task);
125 $this->tpl
[all...]
H A Dthread_report.php18 $this->tpl->set('thread', $thread);
24 $this->tpl->set_values($thread->get_assoc());
45 $this->tpl->set('labels', $this->model->labelFactory->get_all())
H A Dthreads.php10 define('BEZ_THREAD_FILTERS_COOKIE_NAME', 'plugin__bez_thread_filters_' . $this->tpl->action());
35 $this->tpl->set_values($filters);
110 $this->tpl->set('labels', $this->model->labelFactory->get_all());
111 $this->tpl->set('threads', $threads);
112 $this->tpl->set('years', $years);
H A Dtypes.php25 $this->tpl->set('labels', $labels);
26 $this->tpl->set('label', $label);
31 $this->tpl->set_values($label->get_assoc());
/plugin/bez/mdl/
H A DTask.php517 $tpl = $this->model->action->get_tpl();
518 return $tpl->url('task', 'tid', $this->id);
535 $tpl = $this->model->action->get_tpl();
547 $tpl->set('task', $this);
548 $tpl->set('style', $style);
549 $tpl->set('no_actions', true);
558 $tpl = $this->model->action->get_tpl();
561 $tpl->set('content', $task_box);
568 $tpl = $this->model->action->get_tpl();
571 $tpl
[all...]
H A DTask_comment.php76 $tpl = $this->model->action->get_tpl();
78 return $tpl->url('task', 'tid', $this->task_id) . '#zk' . $this->id;
86 $tpl = $this->model->action->get_tpl();
90 $tpl->set('content', $html);
91 $tpl->set('who', $this->author);
92 $tpl->set('when', $this->create_date);
93 $tpl->set('action', 'mail_task_comment_added');
H A DThread.php457 $tpl = $this->model->action->get_tpl();
458 return $tpl->url('thread', 'id', $this->id);
471 $tpl = $this->model->action->get_tpl();
483 $tpl->set('thread', $this);
484 $tpl->set('style', $style);
485 $tpl->set('no_actions', true);
494 $tpl = $this->model->action->get_tpl();
498 $tpl->set('content', $thread_box);
508 $tpl = $this->model->action->get_tpl();
510 $tpl
[all...]
H A DThread_comment.php107 $tpl = $this->model->action->get_tpl();
108 return $tpl->url('thread', 'id', $this->thread_id) . '#k' . $this->id;
116 $tpl = $this->model->action->get_tpl();
120 $tpl->set('content', $html);
121 $tpl->set('who', $this->author);
122 $tpl->set('when', $this->create_date);
127 $tpl->set('action_border_color', '#ddb68d');
128 $tpl->set('action_background_color', '#ffeedc');
130 $tpl->set('action', $action);
/plugin/bez/tpl/
H A D8d.php1 <?php /* @var \dokuwiki\plugin\bez\meta\Tpl $tpl */ ?>
3 <?php if (count($tpl->get('8d_tasks')['correction']) > 0) $D++ ?>
4 <?php if (count($tpl->get('causes')) > 0) $D++ ?>
5 <?php if (count($tpl->get('8d_tasks')['corrective']) > 0) $D++ ?>
6 <?php $corrective_done = array_filter($tpl->get('8d_tasks')['corrective'], function ($task) {
10 <?php if (count($tpl->get('8d_tasks')['preventive']) > 0) $D++ ?>
11 <?php if ($tpl->get('thread')->state == 'closed' || $tpl->get('thread')->state == 'rejected') $D++ ?>
14 <?php printf($tpl->getLang('8d_report_header'), $D); ?>
16 <?php echo $tpl
[all...]
H A D8d_causes.php3 <?php foreach ($tpl->get('causes') as $cause): ?>
6 <a href="<?php echo $tpl->url('thread', 'id', $cause->thread_id) ?>#k<?php echo $cause->id ?>">
H A D8d_tasks.php3 <th><?php echo $tpl->getLang('id') ?></th>
4 <th><?php echo $tpl->getLang('state') ?></th>
5 <th><?php echo $tpl->getLang('description') ?></th>
6 <th><?php echo $tpl->getLang('executor') ?></th>
7 <th><?php echo $tpl->getLang('plan') ?></th>
8 <th><?php echo $tpl->getLang('cost') ?></th>
9 <th><?php echo $tpl->getLang('closed') ?></th>
11 <?php foreach($tpl->get('tasks') as $task): ?>
14 <a href="<?php echo $tpl->url('task', 'tid', $task->id) ?>">
18 <td><?php echo lcfirst($tpl
[all...]
H A D8d_tasks_no_closing.php3 <th><?php echo $tpl->getLang('id') ?></th>
4 <th><?php echo $tpl->getLang('state') ?></th>
5 <th><?php echo $tpl->getLang('description') ?></th>
6 <th><?php echo $tpl->getLang('executor') ?></th>
7 <th><?php echo $tpl->getLang('plan') ?></th>
8 <th><?php echo $tpl->getLang('cost') ?></th>
10 <?php foreach($tpl->get('tasks') as $task): ?>
13 <a href="<?php echo $tpl->url('task', 'tid', $task->id) ?>">
17 <td><?php echo lcfirst($tpl->getLang('task_' . $task->state)) ?></td>
21 <td><?php echo $tpl
[all...]
H A D8d_tasks_only_closing.php3 <th><?php echo $tpl->getLang('id') ?></th>
4 <th><?php echo $tpl->getLang('description') ?></th>
5 <th><?php echo $tpl->getLang('closed') ?></th>
7 <?php foreach($tpl->get('tasks') as $task): ?>
10 <a href="<?php echo $tpl->url('task', 'tid', $task->id) ?>">
22 <?php echo $tpl->date($task->close_date) ?>
H A Dactivity.php2 <?php foreach ($tpl->get('timeline') as $date => $rows): ?>
5 <?php echo $date ?>: <?php echo $tpl->getLang('today') ?>
7 <?php echo $date ?>: <?php echo $tpl->getLang('yesterday') ?>
15 <?php $post = sprintf($tpl->getLang('timeline ' . $row['type']),
16 $tpl->user_name($row['author'])) ?>
H A Dactivity_report.php2 <?php echo $tpl->getLang('activity_report') ?>
6 <form action="<?php echo $tpl->url('activity_report') ?>" method="post">
8 <label><?php echo $tpl->getLang('report from') ?>: <input name="from" value="<?php echo $tpl->value('from') ?>" class="date start" style="width: 90px"></label>
9 <label><?php echo $tpl->getLang('report to') ?>: <input name="to" value="<?php echo $tpl->value('to') ?>" class="date end" style="width: 90px"></label>
11 <button><?php echo $tpl->getLang('show') ?></button>
16 <h2><?php echo $tpl->getLang('activity_in_issues') ?></h2>
20 <th><?php echo $tpl->getLang('user') ?></th>
21 <th><?php echo $tpl
[all...]
H A Dcommcause_box.php1 <?php /* @var \dokuwiki\plugin\bez\meta\Tpl $tpl */ ?>
2 <a id="k<?php echo $tpl->get('thread_comment')->id ?>"></a>
4 <?php echo $tpl->get('thread_comment')->type == 'comment' ? 'bez_type_0' : 'bez_cause' ?>
6 if ($tpl->get('thread_comment')->author == $tpl->current_user()) {
21 <a href="#k<?php echo $tpl->get('thread_comment')->id ?>">#k<?php echo $tpl->get('thread_comment')->id ?></a>
22 <strong><?php echo $tpl->user_name($tpl->get('thread_comment')->author) ?></strong>
24 <?php echo $tpl
[all...]
H A Dcommcause_form.php1 <?php /* @var \dokuwiki\plugin\bez\meta\Tpl $tpl */ ?>
2 <?php $url = $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action',
3 $tpl->param('action') == 'commcause_edit' ? 'commcause_edit' : 'commcause_add',
4 'kid', $tpl->param('kid')) ?>
20 <?php if ($tpl->get('thread_comment')->acl_of('type') >= BEZ_PERMISSION_CHANGE &&
21 $tpl->get('thread')->can_add_causes()): ?>
24 <?php if ( $tpl->value('type') == '' ||
25 $tpl->value('type') == 'comment') echo 'class="active"' ?>
26 <?php if ( $tpl
[all...]
/plugin/bez/tpl/cron/
H A Dweekly-message-tasks.php8 <?php foreach ($tpl->get('tasks') as $task): ?>
23 <td><a href="<?php echo $tpl->url('task', 'tid', $task->id) ?>">
26 <td><?php echo $tpl->date($task->create_date) ?></td>
H A Dweekly-message.php32 <?php if (count($tpl->get('issues')) > 0): ?>
42 <?php foreach ($tpl->get('issues') as $issue): ?>
57 <td><a href="<?php echo $tpl->url('thread', 'id', $issue->id) ?>">
62 <td><?php echo $issue->create_date ?> (<?php echo $tpl->date_fuzzy_age($issue->create_date) ?>)</td>
69 <?php if (count($tpl->get('outdated_tasks')) > 0): ?>
71 <?php $tpl->set('tasks', $tpl->get('outdated_tasks')) ?>
75 <?php if (count($tpl->get('coming_tasks')) > 0): ?>
77 <?php $tpl->set('tasks', $tpl
[all...]

123456789