Home
last modified time | relevance | path

Searched refs:tpl (Results 1 – 25 of 201) sorted by path

123456789

/plugin/advanced/lang/en/config/
H A Dhooks.txt3 …. Just create the appropriate file in either the template directory (''lib/tpl/<template>/'') or y…
H A Duserscript.txt17 * lib/tpl/<currenttemplate>/script.js
/plugin/advanced/lang/fr/config/
H A Dhooks.txt4 Créez juste le fichier approprié dans le dossier (''lib/tpl/<template>/'') ou dans le répertoire ''…
/plugin/bez/action/
H A Dbase.php11 protected $tpl; variable in action_plugin_bez_base
38 return $this->tpl;
46 $file = DOKU_PLUGIN . "bez/tpl/$tpl_file.php";
51 $tpl = $this->tpl;
69 $this->tpl = new bez\meta\Tpl($this);
H A Ddefault.php238 $this->tpl->set_values($_POST);
/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 D8d.php19 $this->tpl->set('thread', $thread);
20 $this->tpl->set('causes',
23 $this->tpl->set('risks',
26 $this->tpl->set('opportunities',
30 $this->tpl->set('8d_tasks', $tasks);
43 $this->tpl->set('preventive_close_date', date('Y-m-d', strtotime($max_preventive_close_date)));
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 Dkp.php19 $this->tpl->set('thread', $thread);
22 $this->tpl->set('tasks', $tasks)
H A Dreport.php14 $this->tpl->set_values(array(
22 $this->tpl->set('issues', $this->model->threadFactory->report_issue($period)->fetchAll(PDO::FETCH_ASSOC));
23 $this->tpl->set('projects', $this->model->threadFactory->report_project($period)->fetchAll(PDO::FETCH_ASSOC));
24 $this->tpl->set('tasks', $this->model->taskFactory->report($period)->fetchAll(PDO::FETCH_ASSOC));
25 $this->tpl->set('comments', $this->model->thread_commentFactory->report($period));
H A Dstart.php103 $this->tpl->set('timeline', $timeline->get_assoc());
108 $this->tpl->set('proposals', $proposals);
109 $this->tpl->set('proposals_count', $this->model->threadFactory->count($filter));
114 $this->tpl->set('my_threads', $my_threads);
115 $this->tpl->set('my_threads_count', $this->model->threadFactory->count($filter));
120 $this->tpl->set('my_tasks', $my_tasks);
121 $this->tpl->set('my_tasks_count', $this->model->taskFactory->count($filter));
126 $this->tpl->set('reported_threads', $reported_threads);
127 $this->tpl->set('reported_threads_count', $this->model->threadFactory->count($filter));
132 $this->tpl
[all...]
H A Dtask.php16 $this->tpl->set('task', $task);
17 $this->tpl->set('task_comments', $this->model->task_commentFactory->get_from_task($task));
18 $this->tpl->set('task_programs', $this->model->task_programFactory->get_all([], 'name'));
68 $this->tpl->set_values($task_comment->get_assoc());
78 $this->tpl->set_values($task->get_assoc());
H A Dtask_form.php13 $this->tpl->set('task', $task);
14 $this->tpl->set('task_programs', $this->model->task_programFactory->get_all([], 'name'));
21 $this->tpl->set_values($task_dup->get_assoc());
H A Dtask_programs.php28 $this->tpl->set('task_programs', $task_programs);
29 $this->tpl->set('task_program', $task_program);
33 $this->tpl->set_values($task_program->get_assoc());
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 ?>">

123456789