Home
last modified time | relevance | path

Searched refs:get (Results 76 – 100 of 3429) sorted by last modified time

12345678910>>...138

/plugin/bez/tpl/
H A D8d_tasks_no_closing.php10 <?php foreach($tpl->get('tasks') as $task): ?>
H A D8d_tasks_only_closing.php7 <?php foreach($tpl->get('tasks') as $task): ?>
H A Dactivity.php2 <?php foreach ($tpl->get('timeline') as $date => $rows): ?>
H A Dactivity_report.php32 <?php foreach ($tpl->get('thread_involvement') as $involvement): ?>
59 <p style="font-weight: bold">KPI = <?php echo sprintf("%.2f", $tpl->get('kpi')) ?></p>
60 <p style="font-weight: bold">% = <?php echo sprintf("%.2f", $tpl->get('bez_activity')) ?></p>
76 <?php foreach ($tpl->get('task_involvement') as $involvement): ?>
H A Dcommcause_box.php2 <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->getLang($tpl->get('thread_comment')->type . '_added') ?>
26 <?php echo $tpl->datetime($tpl->get('thread_comment')->create_date) ?>
29 <?php if ($tpl->param('kid') != $tpl->get('thread_comment')->id): ?>
31 <?php if ( $tpl->get('threa
[all...]
H A Dcommcause_form.php2 <?php $url = $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action',
20 <?php if ($tpl->get('thread_comment')->acl_of('type') >= BEZ_PERMISSION_CHANGE &&
21 $tpl->get('thread')->can_add_causes()): ?>
27 $tpl->get('thread_comment')->task_count > 0)
56 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?><?php if ($tpl->param('kid') != '') echo '#k'.$tpl->param('kid') ?>"
62 <?php if ($tpl->get('thread')->can_add_comments()): ?>
67 <?php if ($tpl->param('kid') == '' && $tpl->get('thread')->acl_of('state') >= BEZ_PERMISSION_CHANGE): ?>
68 <?php if ($tpl->get('thread')->can_be_closed()): ?>
70 <?php echo $tpl->getLang('js')['close_issue' . $tpl->get('lang_suffix')] ?>
72 <?php elseif ($tpl->get('threa
[all...]
H A Dkp.php6 $tpl->getLang('kp_report').': #'.$tpl->get('thread')->id.' '.$tpl->get('thread')->title,
7 $tpl->url('kp', 'id', $tpl->get('thread')->id) . '?t=' . $_GET['t']); ?>">
16 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">
17 #<?php echo $tpl->get('thread')->id ?>
25 <?php echo $tpl->date($tpl->get('thread')->create_date) ?>
32 <?php echo $tpl->get('thread')->title ?>
38 <?php foreach($tpl->get('thread')->get_participants() as $participant): ?>
44 <?php echo $tpl->get('thread')->content_html ?>
46 <?php if (count($tpl->get('task
[all...]
H A Dreport.php26 <?php foreach ($tpl->get('issues') as $issue): ?>
45 <td><?php echo array_sum(array_column($tpl->get('issues'), 'proposal')) ?></td>
46 <td><?php echo array_sum(array_column($tpl->get('issues'), 'opened')) ?></td>
47 <td><?php echo array_sum(array_column($tpl->get('issues'), 'done')) ?></td>
48 <td><?php echo array_sum(array_column($tpl->get('issues'), 'closed')) ?></td>
49 <td><?php echo array_sum(array_column($tpl->get('issues'), 'rejected')) ?></td>
50 <td><?php echo array_sum(array_column($tpl->get('issues'), 'count_all')) ?></td>
61 <?php foreach ($tpl->get('issues') as $issue): ?>
95 <td><?php echo array_sum(array_column($tpl->get('issues'), 'sum_all')) ?></td>
96 <td><?php echo array_sum(array_column($tpl->get('issue
[all...]
H A Dstart.php30 (<span class="count"><?php echo $tpl->get('proposals_count') ?></span>)
35 (<span class="count"><?php echo $tpl->get('my_threads_count') ?></span>)
39 (<span class="count"><?php echo $tpl->get('my_tasks_count') ?></span>)
43 (<span class="count"><?php echo $tpl->get('reported_threads_count') ?></span>)
47 (<span class="count"><?php echo $tpl->get('reported_tasks_count') ?></span>)
56 <?php $tpl->set('threads', $tpl->get('proposals')) ?>
61 <?php $tpl->set('threads', $tpl->get('my_threads')) ?>
65 <?php $tpl->set('tasks', $tpl->get('my_tasks')) ?>
69 <?php $tpl->set('threads', $tpl->get('reported_threads')) ?>
73 <?php $tpl->set('tasks', $tpl->get('reported_task
[all...]
H A Dtask.php2 <?php if ($tpl->get('task')->thread_id != '' && $tpl->get('task')->thread->acl_of('id') >= BEZ_PERMISSION_VIEW): ?>
5 if ($tpl->get('task')->thread->state == 'opened') {
6 echo 'priority_' . $tpl->get('task')->thread->priority;
11 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('task')->thread->id) ?>">
12 #<?php echo $tpl->get('task')->thread->id ?>
15 <?php if ($tpl->get('task')->thread->type == 'project'): ?>
17 <?php elseif (!empty($tpl->get('task')->thread->label_name)): ?>
18 <?php echo $tpl->get('task')->thread->label_name ?>
23 (<?php echo $tpl->getLang('state_' . $tpl->get('tas
[all...]
H A Dtask_box.php3 <div id="z<?php echo $tpl->get('task')->id ?>"
6 if($tpl->get('task')->state == 'opened') {
7 echo 'priority_' . $tpl->get('task')->priority;
14 <?php echo $tpl->date($tpl->get('task')->create_date) ?>
17 <?php if ($tpl->get('task')->state != 'opened'): ?>
20 <strong><?php echo $tpl->getLang('task_' . $tpl->get('task')->state) ?>:</strong>
21 <?php echo $tpl->date($tpl->get('task')->close_date) ?>
26 <?php echo $tpl->date_diff_days($tpl->get('task')->create_date, $tpl->get('task')->close_date, '%a'); ?>
32 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('tas
[all...]
H A Dtask_comment_box.php2 <a id="zk<?php echo $tpl->get('task_comment')->id ?>"></a>
5 if ($tpl->get('task_comment')->author == $tpl->current_user()) {
20 <a href="#zk<?php echo $tpl->get('task_comment')->id ?>">#zk<?php echo $tpl->get('task_comment')->id ?></a>
21 <strong><?php echo $tpl->user_name($tpl->get('task_comment')->author) ?></strong>
23 <?php if ($tpl->get('task_comment')->closing === '1'): ?>
28 <?php echo $tpl->datetime($tpl->get('task_comment')->create_date) ?>
30 <?php if ($tpl->param('zkid') != $tpl->get('task_comment')->id): ?>
33 $tpl->get('task')->state == 'opened' &&
34 $tpl->get('task_commen
[all...]
H A Dtask_comment_form.php2 <?php $url = $tpl->url('task', 'tid', $tpl->get('task')->id, 'action',
29 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id) ?><?php if ($tpl->param('zkid') != '') echo '#zk'.$tpl->param('zkid') ?>"
35 <?php if ($tpl->get('task')->state == 'opened'): ?>
40 <?php if ($tpl->param('zkid') == '' && $tpl->get('task')->acl_of('state') >= BEZ_PERMISSION_CHANGE): ?>
41 <?php if ($tpl->get('task')->state == 'opened'): ?>
H A Dtask_form.php4 $url = $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', $tpl->param('action', 'add'), 'tid', $tpl->param('tid'), 'kid', $tpl->param('kid'));
5 $id = 'bez:thread' . $tpl->get('thread')->id;
23 <span><strong>#z<?php echo $tpl->get('task')->id ?></strong></span>
26 <?php if ($tpl->get('thread') != '' &&
27 $tpl->get('task')->acl_of('thread_comment_id') >= BEZ_PERMISSION_CHANGE): ?>
35 <?php foreach ($tpl->get('thread')->get_causes() as $cause_id): ?>
45 <?php if ($tpl->get('task')->thread_comment_id != ''): ?>
62 <?php if ($tpl->get('task')->acl_of('assignee') >= BEZ_PERMISSION_CHANGE): ?>
65 <?php foreach ($tpl->get('users') as $nick => $name): ?>
83 <?php if ($tpl->get('tas
[all...]
H A Dtask_programs.php8 <?php foreach ($tpl->get('task_programs') as $task_program): ?>
H A Dtasks.php3 <?php if (!$tpl->get('no_filters', false)): ?>
22 <?php foreach ($tpl->get('users') as $nick => $name): ?>
28 <?php foreach ($tpl->get('groups') as $name): ?>
65 <?php foreach ($tpl->get('task_programs') as $task_program): ?>
77 <?php foreach ($tpl->get('users') as $nick => $name): ?>
83 <?php foreach ($tpl->get('groups') as $name): ?>
113 <?php foreach ($tpl->get('months') as $nr => $month): ?>
123 <?php foreach ($tpl->get('years') as $year): ?>
142 <?php foreach ($tpl->get('task_programs') as $task_program): ?>
170 <?php foreach ($tpl->get('task
[all...]
H A Dthread.php6 <?php if ($tpl->param('action') == '' && $tpl->get('thread')->user_is_coordinator() && $tpl->get('thread')->can_add_tasks()): ?>
8 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 'task_add') ?>#z_" class="bez_subscribe_button">
9 <span class="bez_awesome">&#xf0fe;</span>&nbsp;&nbsp;<?php echo $tpl->getLang('correction_add' . $tpl->get('lang_suffix')) ?>
14 <?php foreach ($tpl->get('timeline') as $entity): ?>
37 <?php $tpl->set('task', $tpl->get('task_new')) ?>
39 <?php elseif ($tpl->get('thread')->state == 'closed'): ?>
45 '<strong>' . $tpl->user_name($tpl->get('thread')->closed_by) . '</strong>',
46 $tpl->date_fuzzy_age($tpl->get('thread')->close_date)) ?>
48 <?php elseif ($tpl->get('threa
[all...]
H A Dthread_box.php2 <div data-type="<?php echo $tpl->get('thread')->type ?>"
5 if ($tpl->get('thread')->state == 'opened') {
6 echo 'priority_' . $tpl->get('thread')->priority;
12 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">
13 #<?php echo $tpl->get('thread')->id ?>
16 <?php if ($tpl->get('thread')->type == 'project'): ?>
18 <?php elseif (!empty($tpl->get('thread')->label_name)): ?>
19 <?php echo $tpl->get('thread')->label_name ?>
24 (<?php echo $tpl->getLang('state_' . $tpl->get('thread')->state) ?>)
26 <?php if ($tpl->get('threa
[all...]
H A Dthread_report.php11 <?php $type = $tpl->get('thread')->type ?>
28 <?php $class = 'pr' . $tpl->get('thread')->priority ?>
35 <span><strong>#<?php echo $tpl->get('thread')->id ?></strong></span>
40 $tpl->get('thread')->acl_of('label_id') >= BEZ_PERMISSION_CHANGE): ?>
47 <?php foreach ($tpl->get('labels') as $label): ?>
56 <?php if ($tpl->get('thread')->acl_of('coordinator') >= BEZ_PERMISSION_CHANGE): ?>
62 <?php foreach ($tpl->get('users') as $nick => $name): ?>
86 <?php if ($tpl->get('thread')->acl_of('private') >= BEZ_PERMISSION_CHANGE): ?>
100 <?php $url = $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>
/plugin/bez/tpl/cron/
H A Dweekly-message-tasks.php8 <?php foreach ($tpl->get('tasks') as $task): ?>
H A Dweekly-message.php32 <?php if (count($tpl->get('issues')) > 0): ?>
42 <?php foreach ($tpl->get('issues') as $issue): ?>
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->get('coming_tasks')) ?>
/plugin/bez/tpl/mail/
H A Dtask.php4 <title><?php echo $tpl->get('wiki_title') ?></title>
11 <?php echo $tpl->get('style') ?>
16 <?php echo $tpl->get('wiki_title') ?>
20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php vprintf($tpl->getLang($tpl->get('action')), $tpl->get('action_replacements', array())) ?>
21 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id) ?>">
22 #z<?php echo $tpl->get('task')->id ?>
26 <?php echo $tpl->get('content') ?>
29 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('tas
[all...]
H A Dtask_comment.php4 <title><?php echo $tpl->get('wiki_title') ?></title>
11 <?php echo $tpl->get('style') ?>
16 <?php echo $tpl->get('wiki_title') ?>
20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('action')) ?>
21 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id) ?>">
22 #z<?php echo $tpl->get('task')->id ?>
26 <div style="border: 1px solid <?php echo $tpl->get('action_border_color', '#E5E5E5') ?>; background-color: <?php echo $tpl->get('action_background_color', 'transparent') ?>;">
29 <strong><?php echo $tpl->user_name($tpl->get('wh
[all...]
H A Dthread.php4 <title><?php echo $tpl->get('wiki_title') ?></title>
11 <?php echo $tpl->get('style') ?>
16 <?php echo $tpl->get('wiki_title') ?>
20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('action')) ?>
21 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">
22 #<?php echo $tpl->get('thread')->id ?>
26 <?php echo $tpl->get('content') ?>
29 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>#k_" style="text-decoration: none; color: #444; font-weight: bold;">Dodaj komentarz</a>
34 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('threa
[all...]
H A Dthread_comment.php4 <title><?php echo $tpl->get('wiki_title') ?></title>
11 <?php echo $tpl->get('style') ?>
16 <?php echo $tpl->get('wiki_title') ?>
20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('action')) ?>
22 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">
23 #<?php echo $tpl->get('thread')->id ?>
27 <div style="border: 1px solid <?php echo $tpl->get('action_border_color', '#E5E5E5') ?>; background-color: <?php echo $tpl->get('action_background_color', 'transparent') ?>;">
30 <strong><?php echo $tpl->user_name($tpl->get('wh
[all...]

12345678910>>...138