Lines Matching refs:get
6 $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('tasks')) > 0): ?>
51 <?php if ($tpl->get('thread')->state == 'closed'): ?>
53 <?php echo $tpl->get('thread')->closing_comment() ?>
58 <?php echo $tpl->date($tpl->get('thread')->close_date) ?>
62 <?php echo $tpl->getLang('state_' . $tpl->get('thread')->state) ?>
69 <?php if ($tpl->get('thread')->task_sum_cost != ''): ?>
70 <?php echo $tpl->get('thread')->task_sum_cost ?>
77 <?php echo $tpl->user_name($tpl->get('thread')->coordinator) ?>